
Ghazwan
Statistics
MATLAB Answers
6 질문
0 답변
순위
131,258
of 258,210
평판
0
참여
6 질문
0 답변
답변 채택
83.33%
획득한 표
0
순위
of 110,357
참여
0 문제
0 해답
점수
0
배지 수
0
참여
0 게시물
참여
0 공개 채널
평균 평점
참여
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
질문
Saving incoming data while using startBackground
Dear All, I am using an NI DAQ device to get some analog signals. Simply, I need MATLAB to read and save the data in the back g...
약 3년 전 | 답변 수: 0 | 0
0
답변질문
store previous values then use them in simulink
Hello, Let's say that I'm getting y=[1 5 7 2 3] at Time=[0 1 2 3 4 5] in a Simulink simulation. At Time=6, I would like to use...
4년 이상 전 | 답변 수: 1 | 0
1
답변질문
Error when deploying simulink model to Arduino
Hello I'm using the built-in example of MATLAB to make an LED blink with Arduino. When I deploy it, it gives me a big error. I a...
5년 이하 전 | 답변 수: 3 | 0
3
답변질문
Running four different independent scripts in parallel
Hello, I have a four cores machine, and I need to run a matlab code on each one of them. Say, I want the four files to run on e...
약 5년 전 | 답변 수: 1 | 0
1
답변질문
Set of ODEs with an additional condition
Hello, Let's say we have the following system of equations: x'=x+sin(y) y'=y+x And we know the boundary conditions. Also, we...
5년 이상 전 | 답변 수: 2 | 0
2
답변질문
Parameter that depends on a State Variable
Hello, I have the following main code clear all; global a1 b1 c1 P0 Sr2 a1=0.01; b1= 4.13; c1=1.250; Sr2=24.83683 ...
5년 이상 전 | 답변 수: 1 | 0