photo

高祥 袁


Last seen: 4 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
207,288
of 300,499

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,021

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,381

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


set the quality of GIF
x = 0:0.1:10; y = sin(x); fig = figure; lines = animatedline('Color', 'red'); xlim([0 10]); ylim([-1 1]); frames(100) = ...

4 years ago | 1 answer | 0

1

answer

Question


How to make the color of the filled part transparent
figure ax1 = axes; ax2 = axes; x=linspace(1,10,10); y=sin(x); plot(ax2,x,y,'Marker','o','MarkerSize',10,'MarkerFaceColor','...

4 years ago | 1 answer | 0

1

answer

Question


Is there a way to turn off the scale over the graph

4 years ago | 1 answer | 0

1

answer

Question


グラフ上の目盛りを消す方法ありますか。

4 years ago | 3 answers | 0

3

answers