photo

Walter Fanka


2017년부터 활동

Followers: 0   Following: 0

통계학

  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
How to remove ticks from the x-axis?
set(gca,'TickLength',[0 .01]) % where 0 is the length of ticks on the x-axis and % .01 is the length on the y-axis. So in th...

5년 초과 전 | 1

답변 있음
Is this working right
function [s1,s2,s3] = sort3(v_3) a = v_3(1); b = v_3(2); c = v_3(3); if a <= b && a <= c s1 = a; if b <= c s2 = b; s3 = c; els...

6년 초과 전 | 0