photo

Ahmos Sansom


Last seen: 10 months 前 自 2009 起处于活动状态

Followers: 0   Following: 0

消息

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

统计学

All
MATLAB Answers

0 个提问
4 个回答

File Exchange

12 文件

Cody

0 个问题
222 个答案

排名
159,827
of 299,930

声誉
0

贡献数
0 个提问
4 个回答

回答接受率
0.00%

收到投票数
0

排名
1,829 of 20,845

声誉
1,012

平均
4.70

贡献数
12 文件

下载次数
13

ALL TIME 下载次数
9867

排名
693
of 166,620

贡献数
0 个问题
222 个答案

评分
2,831

徽章数量
11

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • 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

查看徽章

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

8 years 前 | 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...

8 years 前 | 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 ...

8 years 前 | 0