photo

Lone_wolf


Last seen: 3 months 前 自 2020 起处于活动状态

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
English, Chinese

统计学

All
MATLAB Answers

0 个提问
2 个回答

Cody

0 个问题
288 个答案

排名
4,534
of 297,503

声誉
10

贡献数
0 个提问
2 个回答

回答接受率
0.00%

收到投票数
1

排名
 of 20,449

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
417
of 159,017

贡献数
0 个问题
288 个答案

评分
4,011

徽章数量
19

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • MATLAB Mini Hack 2022 Participant
  • MATLAB Mini Hack Participant
  • Knowledgeable Level 1
  • First Answer
  • Cody 10th Anniversary 10-Day Streak
  • Cody Challenge Master
  • Number Manipulation II Master
  • Indexing II Master
  • Matrix Patterns II Master
  • Project Euler I
  • CUP Challenge Master
  • Introduction to MATLAB Master

查看徽章

Feeds

排序方式:

已回答
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) ...

9 months 前 | 1

| 已接受

已回答
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...

9 months 前 | 0

| 已接受