photo


Last seen: 5 months ago Active since 2024

Followers: 0   Following: 0

Statistics

  • Thankful Level 2

View badges

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer