photo

Lone_wolf


Last seen: 6 mesi fa Attivo dal 2020

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
English, Chinese

Statistica

All
MATLAB Answers

0 Domande
2 Risposte

Cody

0 Problemi
288 Soluzioni

RANK
5.051
of 300.857

REPUTAZIONE
10

CONTRIBUTI
0 Domande
2 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
1

RANK
 of 21.097

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
453
of 171.361

CONTRIBUTI
0 Problemi
288 Soluzioni

PUNTEGGIO
4.011

NUMERO DI BADGE
19

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • 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

Visualizza badge

Feeds

Visto da

Risposto
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) ...

oltre un anno fa | 1

| accettato

Risposto
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...

oltre un anno fa | 0

| accettato