Statistics
3 Questions
0 Answers
RANK
186,114
of 301,175
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 21,185
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,200
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
Question
How can i write a program that draws 10 nested circles ?
clc t=0:0.1:1; hold on for i=1:10 plot(i*cos(2*pi*t),i*sin(2*pi*t)) end <</matlabcentral/answers/uploade...
9 years ago | 1 answer | 0
1
answerQuestion
why i cant do it ?
for i=x:-1:Q; z=i-1; A0=pi*(i/2)^2; A1=pi*(z/2)^2; Y=ln(A0/A1); Fn=A0 . ( Y(n-1)+Y(n)) plot(i,F)
9 years ago | 1 answer | 0
1
answerQuestion
how can i write this in matlab ?
for i=x:-1:Q; z=i-1; A0=pi*(i/2)^2; A1=pi*(z/2)^2; Y=ln(A0/A1); Fn=A0 . ( Y(n-1)+Y(n)) plot(i,F)
9 years ago | 1 answer | 0
