This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
1
Creating a combined graph using a equation which contains a matrix
Post Flair (click to view more posts with a particular flair)
Post Body
How does the following equation
where
y1 = 0.2898 * cos(2.074*t) .* [-0.9571; 0.2989];
y2 = (-0.9571*cos(0.8350*t)).*[-0.2898; -0.9571];
I am trying to create this graph:
But I dont know what function creates this function, i have tried the following:
plot(t, y1(1,:) y1(2,:), 'r', 'linewidth', 4, 'DisplayName', 'y1');
plot(t, y2(1,:) y2(2,:), 'g', 'linewidth', 4, 'DisplayName', 'y2');
But this doesnt work, this is what y1 and y2 look in there separate components
Any help would be greatly appreciated!
Author
Account Strength
90%
Account Age
4 years
Verified Email
Yes
Verified Flair
No
Total Karma
863
Link Karma
358
Comment Karma
275
Profile updated: 1 month ago
Posts updated: 5 months ago
Subreddit
Post Details
We try to extract some basic information from the post title. This is not
always successful or accurate, please use your best judgement and compare
these values to the post title and body for confirmation.
- Posted
- 1 year ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/matlab/comm...