photo

Frank_m


2015년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 1

배지 보기

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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 2 | 0

2

답변