統計
MATLAB Answers
3 質問
0 回答
ランク
of 175,828
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Why am I getting this error? Error using horzcat Dimensions of arrays being concatenated are not consistent. Error in flow1d2phase (line 59) subplot(3,1,2); plot([xSw_rf xt_shock max(xSw_all)], ...
close; clear; clc; %Reservoir properties %ENTER reservoir properties k = 300; poro = 0.2; A = 100; miuo = 1; miuw = ...
5年以上 前 | 1 件の回答 | 0
1
回答質問
Error using * Incorrect dimensions for matrix multiplication. Check that the number of columns in the first matrix matches the number of rows in the second matrix. To perform elementwise multiplication, use '.*'. Error in flow1d2phase (line 52) xS
close; clear; clc; %Reservoir properties %ENTER reservoir properties k = 300; poro = 0.2; A = 100; miuo = 1; miuw = ...
5年以上 前 | 1 件の回答 | 0
1
回答質問
Undefined function 'minus' for input arguments of type 'function_handle'. Error in flow1d2phase (line 46) Sw_shock = fzero(@(Sw)(dfw(Sw)-(fw(Sw0)-fw(Sw))./(Sw0-Sw)), 0.5);
close; clear; clc; %Reservoir properties %ENTER reservoir properties k = 300; poro = 0.2; A = 100; miuo = 1; miuw = ...
5年以上 前 | 2 件の回答 | 0