統計
MATLAB Answers
4 質問
0 回答
ランク
of 171,294
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
what is inline(vectorize function), also why to use fliplr for this?
clc clear all close all syms x f = input('Enter the function') fL = input('Enter the interval on which the function is defi...
約3年 前 | 2 件の回答 | 1
2
回答質問
Not able to Understand Code for "Volume of Solid by Revolution"
clc clear all close all syms x f = input('Enter the function') fL = input('Enter the interval on which the function is defi...
約3年 前 | 1 件の回答 | 0
1
回答質問
why full area not filled? area under the curve
clc clear all close all syms x y1 = 7-2*x^2; y2 = x^2+4; t = solve(y1-y2); t = double(t); f = int(y1-y2,min(t),max(t)); ...
約3年 前 | 1 件の回答 | 0
1
回答質問
Difference between x = 0:0.1:2*pi and linspace(0,2*pi,0.1)
i was going through a matlab code and it had x = 0:0.1:2*pi written i wanted to ask what is the difference between this and lin...
約3年 前 | 1 件の回答 | 0
