Feeds
질문
Varying two variables in a for loop for one output
These values are used later on to obtain 1 output that will be plotted in a 3d plot. I want to run a for loop where m(1) is comp...
8개월 전 | 답변 수: 1 | 0
1
답변질문
Problem extracting values from for loop
F = getdatasamples(y_out.clean,[1:567]); A = getdatasamples(y_out.simout,[1:567]); figure(2) hold on [RM...
8개월 전 | 답변 수: 1 | 0
1
답변질문
The mean function isn't working and i don't know why
I am trying to take the mean of a data set: Data_IV_KE = Data(1:100,2); xbar_IV_KE = mean(Data_IV_KE); But I keep getting the...
대략 1년 전 | 답변 수: 1 | 0
