統計
MATLAB Answers
3 質問
0 回答
ランク
of 177,809
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How to differentiate a series of functions denoted by varying a parameter i=1,2 in (h_i)?
I typed the following code and command window displays unrecognised function h_i. If I remove the outer loop and replace "i" wit...
6年以上 前 | 2 件の回答 | 0
2
回答質問
How to xlabel and ylabel while using pchip?
x=[1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30] y=[76.35 65.69 61.58 60.04 59.60 59.71 60....
7年以上 前 | 0 件の回答 | 0
0
回答質問
How to plot a function obtained after integrating a two-parameter function with respect to one parameter?
y=0:0.01:1; f=@(t,y) exp(-t.*y); q=@(y) integral(@(t) f(t,y),0,2); g=@(t,y) sin(t.*y); p=@(y) integral(@(t) g(t,y),2...
8年弱 前 | 2 件の回答 | 0

