photo

weijie.zhu


NCEPU

Last seen: 24일 전 2022년부터 활동

Followers: 0   Following: 0

메시지

Programming Languages:
Python
Spoken Languages:
English

통계학

All
  • Thankful Level 2
  • Personal Best Downloads Level 1
  • Editor's Pick
  • 5-Star Galaxy Level 1
  • First Submission
  • Explorer
  • First Review

배지 보기

Feeds

보기 기준

질문


How to calculate the intersection line of two point cloud diagrams?
How to calculate the intersection line of two point cloud diagrams?

대략 2개월 전 | 답변 수: 0 | 0

0

답변

질문


How do I upload a .mat file to GitHub using MATLAB and access it remotely? Can you provide some references to GitHub API documentation?
How do I upload a .mat file to GitHub using MATLAB and access it remotely? Can you provide some references to GitHub API documen...

8개월 전 | 답변 수: 1 | 0

1

답변

질문


When I drag the image, how can I make both the left and right Y-axis move?
x = 1:10; y1 = sin(x); y2 = cos(x); yyaxis left; plot(x, y1, 'b-'); yyaxis right; plot(x, y2, 'r-'); linkaxes

8개월 전 | 답변 수: 2 | 0

2

답변

질문


How to set up a plot with labels but no Y-axis tick marks
How to set up a plot with labels but no Y-axis tick marks

8개월 전 | 답변 수: 1 | 0

1

답변

질문


How to create line breaks in x-axis tick labels of a boxplot in MATLAB?
boxplot(rand(10,11)) ax=gca; ax.Title.String='Points Scored by the Top 11 Scoring NBA Players in 2012'; ax.Subtitle.String='E...

8개월 전 | 답변 수: 1 | 0

1

답변