Walter Fanka - MATLAB Central
photo

Walter Fanka


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB AnswersFrom 10/17 to 01/25Use left and right arrows to move selectionFrom 10/17Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
17 760
of 296 430

REPUTATION
2

CONTRIBUTIONS
0 Questions
2 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
1

  • First Answer

View badges

Feeds

View by

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

ungefär 6 år ago | 1

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

ungefär 7 år ago | 0

Go to top of page