photo

Walter Fanka


Aktiv seit 2017

Followers: 0   Following: 0

Statistik

  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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...

mehr als 5 Jahre vor | 1

Beantwortet
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...

mehr als 6 Jahre vor | 0