photo

Miguel Crespo


Last seen: fast 3 Jahre vor Aktiv seit 2018

Followers: 0   Following: 0

Nachricht

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

Statistik

All
MATLAB Answers

1 Frage
0 Antworten

File Exchange

1 Datei

Cody

0 Probleme
6 Lösungen

RANG
29.455
of 300.352

REPUTATION
1

BEITRÄGE
1 Frage
0 Antworten

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
1

RANG
3.995 of 20.928

REPUTATION
368

DURCHSCHNITTLICHE BEWERTUNG
4.90

BEITRÄGE
1 Datei

DOWNLOADS
35

ALL TIME DOWNLOADS
3248

RANG
49.966
of 168.212

BEITRÄGE
0 Probleme
6 Lösungen

PUNKTESTAND
72

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


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.

mehr als 4 Jahre vor

Gelöst


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

mehr als 4 Jahre vor

Gelöst


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

etwa 6 Jahre vor

Gelöst


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

etwa 6 Jahre vor

Gesendet


VORTEX LATTICE
Vortex Lattice Mehod for steady aerodynamics

mehr als 6 Jahre vor | 35 Downloads |

4.9 / 5
Thumbnail

Frage


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

mehr als 6 Jahre vor | 0 Antworten | 1

0

Antworten

Gelöst


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

fast 7 Jahre vor

Gelöst


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

fast 7 Jahre vor