Lone_wolf
Followers: 0 Following: 0
Programming Languages:
MATLAB
Spoken Languages:
English, Chinese
MATLAB
Spoken Languages:
English, Chinese
Statistics
All
RANK
4,534
of 295,527
REPUTATION
10
CONTRIBUTIONS
0 Questions
2 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
1
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Answered
setting the yticklabels with $10^{-2}$ appearing at the top
FYI x = linspace(0,5,100); y1 = 1e5*x; y2 = 1e-5*x.*sin(20*x); figure yyaxis left plot(x,y1) yyaxis right plot(x,y2) ...
setting the yticklabels with $10^{-2}$ appearing at the top
FYI x = linspace(0,5,100); y1 = 1e5*x; y2 = 1e-5*x.*sin(20*x); figure yyaxis left plot(x,y1) yyaxis right plot(x,y2) ...
6 months ago | 1
| accepted
Answered
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_b...
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_b...
6 months ago | 0
| accepted