Community Profile

photo

Henry Barth


Last seen: circa un mese fa Attivo dal 2021

Statistiche

All
  • First Answer
  • Explorer
  • First Review

Visualizza badge

Content Feed

Visto da

Risolto


choose the even number
find all even number in vector x Example: x = [1 2 3 4 5 6 7 8 9 10] y = [2 4 6 8 10]

oltre 2 anni fa

Risposto
Preallocating str for speed
correspondingChars = 'ABCDEFGHIJ'; str = correspondingChars(arrayfun(@str2double,T,'UniformOutput',true));

oltre 2 anni fa | 0

Risposto
How can I change bar graph x-axis?
set(gca,'XtickLabels',arrayfun(@num2str,b,'UniformOutput',false));

oltre 2 anni fa | 0