![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/18977536_1594777793605_DEF.jpg)
Spencer Checkoway
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
178,164
of 297,016
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
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
Why does the second matrix start with zeros?
for i=-10:10 if i<0 a(i+11)=i; if i>0 b(i+10)=i; end end end Out of curiosity, why, if ...
4 years ago | 1 answer | 0
1
answerQuestion
How to relate x and y coordinate matrices to points on a larger matrix of zeroes?
x=zeros(1000); %creates a 100x100 zeros matrix numRandom = 10; % Generate 10 random locations... xli = ceil(sqrt(numel(x)) * r...
4 years ago | 0 answers | 0
0
answersQuestion
Why do I get "array indices must be positive integers or logical values" when running this for loop?
i_theta_max =100; for i_theta = 0:i_theta_max theta = i_theta/(i_theta_max)*2*pi; xcoord(i_theta)=1*sin(theta); ...
4 years ago | 1 answer | 0