乐
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
238,236
of 295,527
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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
answerQuestion
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
answerQuestion
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