Statistics
RANK
272,372
of 301,229
REPUTATION
0
CONTRIBUTIONS
1 Question
1 Answer
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,201
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,547
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Answered
index exceeds the number of subplots
if i change the subplot to (515) does that solve the problem
index exceeds the number of subplots
if i change the subplot to (515) does that solve the problem
3 years ago | 0
Question
index exceeds the number of subplots
clc;clear; f = zeros(13,1); f(1) = 440; k = 2^(1/12); for n = 1:12 f(n+1) = k*f(n); end %disp(f) f_do ...
3 years ago | 2 answers | 0