photo

雪明 邓


Last seen: 約3年 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


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

約3年 前 | 1 件の回答 | 0

1

回答

質問


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

約3年 前 | 1 件の回答 | 0

1

回答