Statistics
2 Questions
0 Answers
RANK
212,192
of 300,499
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,021
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 169,381
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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<...
4 years ago | 1 answer | 0
1
answerQuestion
如何解释r1与c1的数值的意思
clear; [X,Y]=meshgrid(10:10:1000); [r1,c1]=find(X<=Y&0<Y&Y<=400&X>0) 代码如上 这样会生成一个变量r1与c1,这两个变量里的值是什么意思
4 years ago | 1 answer | 0