photo


Last seen: 8 months 前 自 2024 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

3 个提问
0 个回答

排名
148,178
of 297,527

声誉
0

贡献数
3 个提问
0 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 20,454

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,075

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


When I run this code in Matlab, it pops up "Function or variable 'six_bar' is not recognized”. How to solve the error?
clear; i1=0.1; i3=0.59; i4=0.159; i6=0.36; i61=0.578; omega1=0.87; alpha=0; hd=pi/180; du=180/pi; %调用子函数,six_bar返回牛头刨床...

9 months 前 | 1 个回答 | 0

1

个回答

提问


How do I get this code to work properly?
main() function main % 输入已知数据 clear; i1=0.1; i3=0.59; i4=0.159; i6=0.36; i61=0.578; omega1=0.87; alpha=0; hd=pi/180; ...

9 months 前 | 1 个回答 | 0

1

个回答

提问


How does this code solve the problem of incorrectly using vertcat to concatenate arrays with inconsistent dimensions?
clear; clc; w1=1; l1=0.125; l3=0.600; l4=0.150; l6=0.275; l61=0.575; for m=1:3601 o1(m)=pi*(m-1)/1800; o31(m)=...

9 months 前 | 1 个回答 | 0

1

个回答