How would the corresponding code that needs to be produces to replicate the plot and graph image provided below in matlab?

 采纳的回答

You'll have to create data arrays containing theta and V values. To get you started,
theta = [0 20 45];
V = [12.7 15 6.4];
plot(theta,V)

2 个评论

Thanks for help
Sure enough.
You see what you have done here is not actually answer the question at all. True you graph a part of the function but you don't give an answer. I am here looking for help with MATLAB, not a fight.

请先登录,再进行评论。

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 2-D and 3-D Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by