Community Profile

photo

jack wu


Last seen: 2 years ago Active since 2017

Followers: 0   Following: 0

Statistics

All
  • Introduction to MATLAB Master
  • Solver
  • Revival Level 1
  • First Answer

View badges

Feeds

View by

Answered
matlab2018a运行出错,运行速度慢,相比于2017b没那么流畅,具体问题如下
AMD显卡吧,MATLAB对AMD显卡不友好

4 years ago | 0

Answered
How do I plot a circular arc with given two endpoints and radius?
%first input a=[0 1]; %P1 b=[1 0]; %P2 r=1; %radius %next solution syms x y [x,y]=solve((x-a(1))^2+(y-a(...

7 years ago | 1