Statistics
MATLAB Answers
0 Questions
1 Answer
RANK
89,566
of 301,159
REPUTATION
0
CONTRIBUTIONS
0 Questions
1 Answer
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 21,182
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,105
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
how do i plot a column matrix as a vector point on the x-y plane inm matlab ?
A=[3 2;4 1]; hold on plot (A(1,1),A(2,1),'.') plot (A(1,2),A(2,1),'.') xlim([-5,5]); ylim([-5, 5]); ax = gca; ax.XAxis...
how do i plot a column matrix as a vector point on the x-y plane inm matlab ?
A=[3 2;4 1]; hold on plot (A(1,1),A(2,1),'.') plot (A(1,2),A(2,1),'.') xlim([-5,5]); ylim([-5, 5]); ax = gca; ax.XAxis...
5 years ago | 0
