Feeds
提问
Problem Related to plot
I am plotting a graph, say X vs Y. What command is to be used in order to extract values of Y with respect to Different values o...
7 years 前 | 1 个回答 | 0
1
个回答提问
How can I update the value of P after each iteration for comparison?
V=20; I=8; P=V*I; for i=2:4 V(i)=input('Voltage=') I(i)=input('Current=') D(i)=0.5 d(i)=0.01 ...
7 years 前 | 1 个回答 | 0