photo

Hatef


Last seen: 4 years 前 自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

2 个提问
0 个回答

排名
19,510
of 300,302

声誉
2

贡献数
2 个提问
0 个回答

回答接受率
50.0%

收到投票数
2

排名
 of 20,911

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,040

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


How to upload Matlab program to Raspberry Pi 2 and execute it in the Raspberry Pi directly ? is it even possible ?
I am currently doing my final year project and I have been asked to develop a program in Matlab simulink and then upload the pro...

10 years 前 | 5 个回答 | 2

5

个回答

提问


How can i save the outputs of a function inside that function so i can recall that function in another script and plot with it output ???
function [x] = compute(W, k1, k2, d) x1 = W / k1; x2 = ( W + 2 * k2 * d ) ./ ( k1 + 2 * k2 ); k1 = 10000; k2 = 15000; d =...

12 years 前 | 0 个回答 | 0

0

个回答