Community Profile

photo

Ahmos Sansom


Last seen: 대략 2개월 전 2009년부터 활동

PhD in Applied mathematics from the University of Nottingham. Work in the Energy industry

통계

All
  • First Answer
  • Matrix Patterns I Master
  • Divisible by x Master
  • 5-Star Galaxy Level 2
  • Personal Best Downloads Level 2
  • First Review
  • First Submission
  • CUP Challenge Master
  • ASEE Challenge Master
  • Functions I Master
  • Promoter
  • Speed Demon

배지 보기

Content Feed

보기 기준

답변 있음
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 ...

6년 초과 전 | 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...

6년 초과 전 | 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...

6년 초과 전 | 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 ...

6년 초과 전 | 0