photo

雪明 邓


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

Feeds

View by

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<...

2 years ago | 1 answer | 0

1

answer

Question


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

2 years ago | 1 answer | 0

1

answer