Community Profile

photo

Miguel Viegas Leal


Universidade da Beira Interior

Active since 2016

Followers: 0   Following: 0

Aeronautical Engineering Student

Statistics

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

View badges

Feeds

View by

Question


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

7 years ago | 0 answers | 0

0

answers

Question


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

7 years ago | 1 answer | 0

1

answer

Submitted


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

7 years ago | 2 downloads |

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 2 answers | 0

2

answers

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

8 years ago | 1 answer | 0

1

answer