統計
MATLAB Answers
3 質問
0 回答
ランク
of 175,013
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
I'm trying to plot my function into a graph but it won't even run
So here's my code: function y= displacement(theta) if theta >=0 && theta <= pi/2 y=6*(2*theta-0.5*sin(theta)); elseif th...
約5年 前 | 1 件の回答 | 0
1
回答質問
Replacing all even numbers in my matrix with their square root value
So I put in the code : A=[1 4 9; 8 16 7; 3 36 4] X=sqrt(A(rem(A,2)==0)) It did square root each even number but it put it in ...
約5年 前 | 2 件の回答 | 0
2
回答質問
Error in Y label
So I was trying to make graph for my homework assignment on Matlab online version using this code: % disp("HM Problem 3") disp...
約5年 前 | 1 件の回答 | 0

