photo

雪明 邓


Last seen: plus de 3 ans il y a Actif depuis 2021

Followers: 0   Following: 0

Statistiques

MATLAB Answers

2 Questions
0 Réponses

RANG
107 199
of 299 221

RÉPUTATION
0

CONTRIBUTIONS
2 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
0

RANG
 of 20 665

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 163 778

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

Feeds

Afficher par

Question


How to fill different faces with different colors
clear; [X Y]=meshgrid(10:10:1000); ind1=find(X<=Y&0<Y&Y<=400&X>0);%索引行和列 ind2=find(X<=Y&Y>400&X>0); ind3=find(X>Y+70&0<Y&Y<...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


如何解释r1与c1的数值的意思
clear; [X,Y]=meshgrid(10:10:1000); [r1,c1]=find(X<=Y&0<Y&Y<=400&X>0) 代码如上 这样会生成一个变量r1与c1,这两个变量里的值是什么意思

plus de 3 ans il y a | 1 réponse | 0

1

réponse