Statistics
0 Questions
                        4 Answers
RANK
7,155
                          
                          
of 300,381
                        
REPUTATION
6
                           
                        
CONTRIBUTIONS
                          0 Questions
                          4 Answers
ANSWER ACCEPTANCE 
                            0.00%
                        
VOTES RECEIVED
1
RANK
 of 20,941
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS 
0
ALL TIME DOWNLOADS
0
RANK
of 168,477
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
How to assign a different color to lines being plotted in a loop?
You can make a cell array for each color you want and the pull from it colors = {['red'],['blue']} for rep = 1:2 plot((x,...
5 years ago | 1
while loop for a date input
When you assign variables, it's variable = action; When you assigned date1 to a 0, it's stays that way. What you want i...
5 years ago | 0
For loop changing variables and comparing results
time_range = 10; y = zeros(1,time_range); for x = 0.5:0.5:1 for t = 1:1:length(time_range) x = 0.5; y...
5 years ago | 0
| accepted
Values of an array should be equal to or greater than the value before - values of array in relation to one another
So if I have a matrix of cases = [1:10,9], you can use a for loop to go through each number in the matrix and check that it is g...
5 years ago | 0

