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,014
of 301,432

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
50.0%

收到投票数
0

排名
13,250 of 21,280

声誉
24

平均
0.00

贡献数
1 文件

下载次数
2

ALL TIME 下载次数
249

排名

of 174,555

贡献数
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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答

已提交


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

9 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答