Feeds
提问
How to change the case to a string so when I run the script the the string instead of the case number is shown?
m=menu('select shape:', 'triangle','square','pentagon','hexagon','heptagon','octagon') switch m case 1 n...
9 years 前 | 2 个回答 | 0
2
个回答提问
Can someone tell me what I'm doing wrong. I have looked over this for quite a while already with no success. I think I am messing up when it comes to element by element operation, but I have tried everything I know with no luck.
%this script will plot a 3-D plot of P(v) as a function of v and T M=0.032; R=8.31; x=[0:1000]; y=[70:320]; [X,...
9 years 前 | 1 个回答 | 1
1
个回答提问
I am trying to create two vectors out of one,x, where one will contain all the positive elements and the other all the negative elements.
%this program creates vectors N and P out of x %N will contain negative elements and P the positive elements x=[-3.5 -5 ...
9 years 前 | 2 个回答 | 0