Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Tags
#matlab #programming
Question
If y is complex, the statement plot(y) is equivalent to [...] The statement axis(’equal’) is necessary to make circles look round; it changes what is known as the aspect ratio of the monitor. axis(’normal’) gives the default aspect ratio.
Answer
plot(real(y), imag(y))

Tags
#matlab #programming
Question
If y is complex, the statement plot(y) is equivalent to [...] The statement axis(’equal’) is necessary to make circles look round; it changes what is known as the aspect ratio of the monitor. axis(’normal’) gives the default aspect ratio.
Answer
?

Tags
#matlab #programming
Question
If y is complex, the statement plot(y) is equivalent to [...] The statement axis(’equal’) is necessary to make circles look round; it changes what is known as the aspect ratio of the monitor. axis(’normal’) gives the default aspect ratio.
Answer
plot(real(y), imag(y))
If you want to change selection, open original toplevel document below and click on "Move attachment"

Parent (intermediate) annotation

Open it
If y is complex, the statement plot(y) is equivalent to plot(real(y), imag(y)) The statement axis(’equal’) is necessary to make circles look round; it changes what is known as the aspect ratio of the monitor. axis(’normal’) gives the default aspect ratio.

Original toplevel document (pdf)

cannot see any pdfs

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.