Community Profile

photo

YuChe Kao


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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...

6 years ago | 1 answer | 0

1

answer

Question


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); ...

6 years ago | 1 answer | 0

1

answer

Question


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...

6 years ago | 1 answer | 0

1

answer