photo

Henry Barth


Last seen: 7 months 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

All
  • First Answer
  • Explorer
  • First Review

查看徽章

Feeds

排序方式:

已解决


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]

3 years 前

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

3 years 前 | 0

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

3 years 前 | 0