Andrei
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
215,065
of 295,495
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20,240
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,991
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
Break array or timetable into smaller versions and find max value
I have a 10000x2 array which can be converted into a timetable. What I want to do is break the timetable into each year and find...
2 years ago | 2 answers | 0
2
answersQuestion
How to stop a for loop after comparing one value from an array with another value from another array?
c_year = [0 2 3 4 6 7 8 10]; l_year = [1 5 9]; count = 1188; statement = true ; for j = 1:length(l_year) for i =1:lengt...
2 years ago | 1 answer | 0
1
answerQuestion
How to use for loops for splitting a domain in MatLab?
Let's say I have a domain from 0 to 10 such that 0<= x <= 10 (measurements in radians) And let's call y = sin(x) I want to ch...
2 years ago | 1 answer | 0
1
answerQuestion
How to include labels to a plot?
So I have some coordinates and I want to include some labels on my plot. force = 30; displacement = [10 20 30 40]; cases =...
2 years ago | 1 answer | 0