student 1727


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
186,114
of 301,172

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 21,183

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

  • Thankful Level 1

View badges

Feeds

View by

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

answer

Question


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

answer

Question


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

1

answer