photo

Muu


Last seen: plus d'un an il y a Actif depuis 2022

Followers: 0   Following: 0

none

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

Statistiques

All
MATLAB Answers

0 Questions
2 Réponses

Cody

0 Problèmes
58 Solutions

RANG
8 111
of 300 352

RÉPUTATION
6

CONTRIBUTIONS
0 Questions
2 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
1

RANG
 of 20 928

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
8 058
of 168 212

CONTRIBUTIONS
0 Problèmes
58 Solutions

SCORE
846

NOMBRE DE BADGES
6

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

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

Afficher les badges

Feeds

Afficher par

Réponse apportée
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 ...

presque 3 ans il y a | 0

| A accepté

Réponse apportée
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

presque 3 ans il y a | 1