Statistics
3 Questions
0 Answers
RANK
242,805
of 301,583
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,339
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 175,587
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 2 answers | 0