photo

Xiaotong WU


Last seen: 6 giorni fa Attivo dal 2021

Followers: 0   Following: 0

Learning and practicing matlab and appdesinger now. Any discussion and suggestion are welcomed.

Programming Languages:
MATLAB

Statistica

All
MATLAB Answers

2 Domande
1 Risposta

File Exchange

1 File

Cody

0 Problemi
1 Soluzione

RANK
222.840
of 298.341

REPUTAZIONE
0

CONTRIBUTI
2 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
100.0%

VOTI RICEVUTI
0

RANK
19.710 of 20.569

REPUTAZIONE
0

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
1 File

DOWNLOAD
1

ALL TIME DOWNLOAD
3

RANK
100.952
of 160.893

CONTRIBUTI
0 Problemi
1 Soluzione

PUNTEGGIO
20

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • First Review
  • First Answer
  • Thankful Level 2
  • MATLAB Mini Hack Participant
  • First Submission
  • Treasure Hunt Participant
  • Solver
  • Explorer

Visualizza badge

Feeds

Visto da

Risposto
新手:题目是“生成相量 A,其元素为区间[1,999]内的整数,然后找出 A 中能被 13 整除且 大于 500 的数。”
用来把筛选的结果存在C向量里,代码有点冗余,可以参考: C=[]; for i=500:999 if rem(i,13)==0 C=[C;i]; end end disp(C)

oltre 2 anni fa | 0

Domanda


How to show the cross cursor (instead of arrow) when clicking on the UIAxes in the App designer? How to save several coordinates when clicking for times via upButtonfunc?
I wanna obtain the coordinates through the UIFigureWindowButtonUp function. While only one point can be check when clicking once...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


How to obtain coordinate using 'ginput' in the UIaxis when coding in Appdesigner
When assigning the item in the Appdesigner, for example, [x,y]=ginput(app.UIaxis,2); it reminds the extra parameters. So how t...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Inviato


A plot of Lakers' team logo
Oseguera and Bowles' downburst wind profile model is included to draw the curve.

oltre 3 anni fa | 1 download |

0.0 / 5
Thumbnail

Risolto


The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...

oltre 3 anni fa