Question

Please use MATLAB.6. Define two vectors (x and y) using coordinates from the figure below. Use plot function to get the same plane frame systemUse MATLAB to solve the following problem.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

#source code:

x = [0, 10,10,0];
y = [0,0,10,10];
labels = {'(0,0)','(10,0)','(10,10)','(0,10)'};
plot(x, y, 'LineWidth', 3);
text(x,y,labels)

#output:

10 0,0#if you have any doubt comment below.....

Add a comment
Know the answer?
Add Answer to:
Please use MATLAB.Use MATLAB to solve the following problem. 6. Define two vectors (x and y)...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT