YuChe Kao - MATLAB Central
photo

YuChe Kao


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB AnswersFrom 02/18 to 03/25Use left and right arrows to move selectionFrom 02/18Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

3 Questions
0 Answers

RANK
115,571
of 297,503

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 20,449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,017

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

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

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

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

7 years ago | 1 answer | 0

1

answer