Community Profile

photo

Ahmos Sansom


Last seen: alrededor de 2 meses hace Con actividad desde 2009

Followers: 0   Following: 0

Contacto

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

Estadísticas

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

Ver insignias

Feeds

Ver por

Respondida
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 ...

más de 6 años hace | 0

Respondida
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...

más de 6 años hace | 0

Respondida
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...

más de 6 años hace | 0

Respondida
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 ...

más de 6 años hace | 0