![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/1009884_1495815996425.jpg)
Ahmos Sansom
Followers: 0 Following: 0
PhD in Applied mathematics from the University of Nottingham. Work in the Energy industry
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 ...
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년 전 | 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...
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년 전 | 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...
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년 전 | 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 ...
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년 초과 전 | 0