Feeds
질문
I have created a for loop that uses the last variable generated in the first step in order to run. I need the values of the last variable to be displayed in a row matrix so I can plot a graph. Can you help?
Suppose I am running this- x=3 for Y=1:4 x=x+1 end I need the value of x to be displayed like 3 4 5 6 7. But if I try ...
대략 11년 전 | 답변 수: 1 | 0
