photo

Miguel Crespo


Last seen: 3 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

消息

Master in Aeronautical Engineering, ETSIAE - Technical University of Madrid. Graduated in Mechanical Engineering in Tecnun - Universidad de Navarra

统计学

All
MATLAB Answers

1 个提问
0 个回答

File Exchange

1 文件

Cody

0 个问题
6 个答案

排名
29,468
of 300,847

声誉
1

贡献数
1 个提问
0 个回答

回答接受率
0.0%

收到投票数
1

排名
3,956 of 21,094

声誉
374

平均
4.90

贡献数
1 文件

下载次数
14

ALL TIME 下载次数
3307

排名
50,742
of 171,279

贡献数
0 个问题
6 个答案

评分
72

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 3
  • First Submission
  • Solver

查看徽章

Feeds

排序方式:

已解决


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

5 years 前

已解决


Add two numbers
Given a and b, return the sum a+b in c.

5 years 前

已解决


Tell me the slope
Tell me the slope, given a vector with horizontal run first and vertical rise next. Example input: x = [10 2];

6 years 前

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

6 years 前

已提交


VORTEX LATTICE
Vortex Lattice Mehod for steady aerodynamics

6 years 前 | 14 次下载 |

4.9 / 5
Thumbnail

提问


Get geographic coordinates from map
Hi, I was wondering if there is any way I can obtain geographical coordinates from a web map. So I'm using the Mapping toolbox,...

7 years 前 | 0 个回答 | 1

0

个回答

已解决


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

7 years 前

已解决


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

7 years 前