統計
MATLAB Answers
4 質問
0 回答
ランク
of 157,897
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
how to fill color in 1/4 th circle
clear syms x figure fun = sqrt(2*x-x.^2); fplot(fun,[0,2.2]); hold on y1 = [0 1 0 0]; x1 = [0 1 1 0]; fill(x1,y1,'y'); ...
8ヶ月 前 | 1 件の回答 | 0
1
回答質問
fsurf(sym(1), [0 1 0 1], 'y', 'EdgeColor', 'none'), this is fun for z axis , how about y axis?
fsurf(sym(1), [0 1 0 1], 'y', 'EdgeColor', 'none') xlabel('x') ylabel('y') zlabel('z') this is fun for z axis , how about y ...
11ヶ月 前 | 1 件の回答 | 0
1
回答質問
warning all the time, don't know what is wrong
syms m n p a x y z lambda real g = x + y + z -a; L = (x).^m.*(y).^n.*(z).^p - lambda.*g Lx = diff(L,x) Ly = diff(L,y) Lz ...
11ヶ月 前 | 1 件の回答 | 0