統計
MATLAB Answers
3 質問
0 回答
ランク
of 157,725
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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...
10年弱 前 | 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,...
10年弱 前 | 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 ...
10年弱 前 | 2 件の回答 | 0