photo

Ahmos Sansom


Last seen: 11 months ago Active since 2009

Followers: 0   Following: 0

Message

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

Statistics

All
MATLAB Answers

0 Questions
4 Answers

File Exchange

12 Files

Cody

0 Problems
222 Solutions

RANK
258,714
of 300,331

REPUTATION
0

CONTRIBUTIONS
0 Questions
4 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
1,831 of 20,920

REPUTATION
1,012

AVERAGE RATING
4.70

CONTRIBUTIONS
12 Files

DOWNLOADS
16

ALL TIME DOWNLOADS
9876

RANK
708
of 168,124

CONTRIBUTIONS
0 Problems
222 Solutions

SCORE
2,831

NUMBER OF BADGES
11

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • 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

View badges

Feeds

View by

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

8 years ago | 0

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

8 years ago | 0

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

8 years ago | 0

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

8 years ago | 0