photo


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

Followers: 0   Following: 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返回牛头刨床...

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

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

6 months 前 | 1 个回答 | 0

1

个回答