Feeds
질문
How to put numbers into a new array?
>>I have created a script that I can get lots of different values of G(i) and drawn a plot of G(i) and t. Then, I want to create...
거의 8년 전 | 답변 수: 1 | 0
1
답변질문
How to collect a series of value in my code then arrange them into a new array?
Hi there: My code is below (thanks the help from Birdman for modifying) t=0:0.05:5; for i=1:numel(t) T(i)=170-22*t(i); ...
거의 8년 전 | 답변 수: 1 | 0
1
답변질문
How do I modify the code to get a plot?
The program only run the result with a blank plot, how should I change my code to get a plot? My code is like this below f...
거의 8년 전 | 답변 수: 1 | 0
