![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/216874_1614135807008.png)
Programming Languages:
C, MATLAB, HTML, Arduino, Assembly, Fortran
Spoken Languages:
English
C, MATLAB, HTML, Arduino, Assembly, Fortran
Spoken Languages:
English
Statistics
All
RANK
10,282
of 297,010
REPUTATION
4
CONTRIBUTIONS
0 Questions
3 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
2
RANK
291 of 20,418
REPUTATION
5,100
AVERAGE RATING
5.00
CONTRIBUTIONS
2 Files
DOWNLOADS
73
ALL TIME DOWNLOADS
46732
RANK
of 157,687
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
Answered
Mean of values in acolumn depending on VARYING values of another column
You do not need a for loop. Assumming that your data is in an Nx2 variable named, mydata. % Select rows matching criteria in c...
Mean of values in acolumn depending on VARYING values of another column
You do not need a for loop. Assumming that your data is in an Nx2 variable named, mydata. % Select rows matching criteria in c...
1 year ago | 0
Answered
Fibonnaci until a ratio is achieved between adjacent values.
The ratio of successive Fibonacci numbers converges very rapidly to 1-Phi, where Phi is the golden ratio, (1+sqrt(5)/2 = 1.61803...
Fibonnaci until a ratio is achieved between adjacent values.
The ratio of successive Fibonacci numbers converges very rapidly to 1-Phi, where Phi is the golden ratio, (1+sqrt(5)/2 = 1.61803...
1 year ago | 1
Answered
How to convert a vector to be a string
You don't need a cell array for this problem and your make_string function has errors. See doc 'cell arrays'. If you want a com...
How to convert a vector to be a string
You don't need a cell array for this problem and your make_string function has errors. See doc 'cell arrays'. If you want a com...
4 years ago | 1