YuChe Kao
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
107,621
of 295,673
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 20,262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,257
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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
answerQuestion
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); ...
7 years ago | 1 answer | 0
1
answerQuestion
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...
7 years ago | 1 answer | 0