Im new to matlab, Does anyone knows this?

1 view (last 30 days)
The Matlab Code
text(x,y),\alpha) places the letter a at position (x,y). write the text Graph of e-x sin ⱷ at (.5,.2) .

Accepted Answer

KSSV
KSSV on 17 Oct 2016
Edited: KSSV on 17 Oct 2016
text(0.5,0.2,'e^{-x} sin(\phi)')
without braces inside inside angle:
text(0.5,0.2,'e^{-x} sin\phi)
  4 Comments
Gemalyn Apostol
Gemalyn Apostol on 17 Oct 2016
i have matlab exercises here sir, the rest are already done, but others i dont know how to do it.
Image Analyst
Image Analyst on 19 Oct 2016
If you need help or hints, post what you have done, and ask us.

Sign in to comment.

More Answers (0)

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!