Community Profile

photo

Xiaotong WU


Last seen: 2일 전 2021년부터 활동

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

Programming Languages:
MATLAB

통계

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

배지 보기

Content Feed

보기 기준

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

1년 초과 전 | 0

질문


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

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

1년 초과 전 | 답변 수: 1 | 0

1

답변

제출됨


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

2년 초과 전 | 다운로드 수: 1 |

Thumbnail

문제를 풀었습니다


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

2년 초과 전