Ahmos Sansom
Followers: 0 Following: 0
PhD in Applied mathematics from the University of Nottingham. Work in the Energy industry
Statistics
RANK
98,303
of 295,689
REPUTATION
0
CONTRIBUTIONS
0 Questions
4 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
1,811 of 20,266
REPUTATION
1,008
AVERAGE RATING
4.70
CONTRIBUTIONS
12 Files
DOWNLOADS
24
ALL TIME DOWNLOADS
9829
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
creating vector arrays from data set
Hey, Maybe convert column 2 to matlab datetime t = datetime(X,'ConvertFrom','Excel') Then you cold select the data where ...
7 years ago | 0
Index exceeds matrix dimensions det
Check the condition cond(A) or try 1/det(A): Read: <https://se.mathworks.com/help/matlab/ref/det.html> <https://math.st...
7 years ago | 0
could anyone help me to execute the following code as i am unable to get the result.
Not sure what this code does but you need to pre-allocate matrix S. i.e. UE=[2 4 6 8 10]; SC=[20 40 50 60 80]; f...
7 years ago | 0
Compute the first 10 Fibonacci numbers
Hey, I wrote a simple function attached and run with the loop listed below based on your webpage link. Thanks Ahmos ...
7 years ago | 0