統計
MATLAB Answers
4 質問
0 回答
ランク
of 171,210
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
why am i facing this error in plotting ?
a=1; CFL = 0.8; tf = 4/3;% tmax = 4/3; N=50; x = linspace(-1,1,N);% i took x = [-5;5] dx = 2 /(N-1); dt = (C...
約8年 前 | 1 件の回答 | 0
1
回答質問
how to solve the following problem ?
<</matlabcentral/answers/uploaded_files/98767/Untitled.png>>
約8年 前 | 0 件の回答 | 0
0
回答質問
how to solve " Undefined function 'lt' for input arguments of type 'tf'. Error in ftfs (line 5) while (t < tf) ?"
the function is : function []= ftfs() j = 1; t = 0; while (t < tf) u(1,j+1) = u(1,j) - (lambda*a).*(u(2...
約8年 前 | 1 件の回答 | 0
1
回答質問
How can i solve the " Subscripted assignment dimension mismatch. Error in fi2 (line 12) u(:,1)= -sin(pi.*x) " ?
here is the code : a = input('Insert the value of a: '); CFL = input('Insert the value of CFL: '); dx = input('Inser...
約8年 前 | 1 件の回答 | 0

