Statistics
3 Questions
0 Answers
RANK
182,306
of 301,186
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 21,188
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,292
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 plot this sine and cosine polynomial function? the code is giving me error, and not properly plotting the function... I need the x values to be in a range of 0<=x<=20
x = linspace(0,20); y = (sin(x) + cos(x))/(sin(x.^2)); fplot (y);
9 years ago | 2 answers | 0
2
answersQuestion
hi, can someone please help me with this.. I'm completely lost...
<</matlabcentral/answers/uploaded_files/62787/q2%20assignment%204%20337.JPG>>
9 years ago | 1 answer | 0
1
answerQuestion
I have set up an array a, and wanting to plot three graphs of x(t) for each of the values in the array a. this is only spitting out one graph. Can someone please help me out..?
a = [1200 1500 2000]; t = [0:0.1:30]; i = 1; while i<=3 x = (2*a(i)/-44)*(sin(-t)).^2; plot (t,x) i...
9 years ago | 1 answer | 0
