photo

Miguel Viegas Leal


Universidade da Beira Interior

Attivo dal 2016

Followers: 0   Following: 0

Aeronautical Engineering Student

Statistica

All
MATLAB Answers

6 Domande
0 Risposte

File Exchange

1 File

RANK
222.015
of 301.433

REPUTAZIONE
0

CONTRIBUTI
6 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
50.0%

VOTI RICEVUTI
0

RANK
13.241 of 21.272

REPUTAZIONE
24

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
1 File

DOWNLOAD
2

ALL TIME DOWNLOAD
249

RANK

of 174.520

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Personal Best Downloads Level 1
  • First Review
  • First Submission
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


How to solve differential equation with MATLAB?
How can I solve this differential partial equation _ *d(Prp/Pio)/d(vh/vio)*_ with MATLAB? Prp/Pio=k*(vi/vio)+(f/(4*S))*[(vh...

circa 9 anni fa | 0 risposte | 0

0

risposte

Domanda


Longitudinal Flight Linearization. Code doesn't return any results. Why?
function aircraft() %Definition of the characteristics of the airship Tmax=40000; %Maximum thrust Newtons ep...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Inviato


Standard Cam Motions Displacement and Accelerations
Computes cam motions displacement and accelarations.

oltre 9 anni fa | 2 download |

0.0 / 5

Domanda


How to save "y" and "dy" in the same vector A each time the loop WHILE is incremented?
function cam() clc clear all close all N_i = input('N de intervalos:'); k=1; while(k<=N_i) ...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


Why WHILE loop doesn't advance?
function cam() clc clear all close all N_i = input('N de intervalos:'); k=1; while(k<=N_i) ...

oltre 9 anni fa | 2 risposte | 0

2

risposte

Domanda


Why the code doesn't return A and P values?
function camdesign() clc clear all close all N_i = input('N de intervalos:'); i=1; while(i<=N_i)...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


How to correctly draw 2D vectors?
Hey there, I want to match the velocity vector arrows with the blue line of the graphic. The velocity vectors should have the...

circa 10 anni fa | 1 risposta | 0

1

risposta