photo

Miguel Viegas Leal


Universidade da Beira Interior

2016 年からアクティブ

Followers: 0   Following: 0

Aeronautical Engineering Student

統計

All
MATLAB Answers

6 質問
0 回答

File Exchange

1 ファイル

ランク
222,022
of 301,440

評判
0

コントリビューション
6 質問
0 回答

回答採用率
50.0%

獲得投票数
0

ランク
13,243 of 21,282

評判
24

平均評価
0.00

コントリビューション
1 ファイル

ダウンロード
2

ALL TIME ダウンロード
249

ランク

of 174,580

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

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

バッジを表示

Feeds

表示方法

質問


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

約9年 前 | 0 件の回答 | 0

0

回答

質問


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

9年以上 前 | 1 件の回答 | 0

1

回答

送信済み


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

9年以上 前 | ダウンロード 2 件 |

0.0 / 5

質問


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

9年以上 前 | 1 件の回答 | 0

1

回答

質問


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

9年以上 前 | 2 件の回答 | 0

2

回答

質問


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

9年以上 前 | 1 件の回答 | 0

1

回答

質問


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

約10年 前 | 1 件の回答 | 0

1

回答