hide x axis matlab的相關文章
pplane7.m - Department of Mathematics at Rice University

pplane7.m - Department of Mathematics at Rice University

瀏覽:823
日期:2026-04-22
... end [X,Y]=ppginput; NN = length(X); for k = 1:NN initpt = [X(k),Y(k)]; pplane7('solution',initpt,disph); end if notice nstr = get(notice,'string'); nstr(1:4 ) = nstr(2:5); nstr{5,1} = 'Ready.'; set(notice,'string',nstr); end set(ch,'enable','on'); % s...看更多