Community Profile

photo

Muu


Last seen: alrededor de 1 mes hace Con actividad desde 2022

Followers: 0   Following: 0

none

Programming Languages:
C++, C, MATLAB
Spoken Languages:
Japanese

Estadísticas

All
  • MATLAB Central Treasure Hunt Finisher
  • Introduction to MATLAB Master
  • Knowledgeable Level 1
  • First Answer
  • Promoter
  • Community Group Solver
  • Solver

Ver insignias

Feeds

Ver por

Respondida
how to saveas 20 figure as picture with different names ?
Use 'saveas(gcf, ['figure' num2str(d) '.png'])' For example: X=rand(1000); c=1; d=1; for i=1:50:1000 for c=1:50+c ...

más de 1 año hace | 0

| aceptada

Respondida
Different output for find(X) and find(X<5)
>> X X = 4 5 6 0 -1 3 0 >> X>0 ans = 1 1 1 0 0 1 0

más de 1 año hace | 1