photo

Pulok Deb


Active since 2017

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
254,196
of 301,213

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 21,191

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,422

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

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Please help me to rewrite the following codes
%% Calculation of phi and f a11 = ai(1); a12 = ((ai(1)*ai(2))^0.5)*(1-bin_PR(1,2)); a13 = ((ai(1)*ai(3))^0.5)...

7 years ago | 1 answer | 0

1

answer

Question


Is it the correct code for characteristics equation using method of characteristics
%Characteristic equation for Buckley Leverett n=20; dt=5; sw_initial = 0.10; swl = 0.7; for a = 1:2...

8 years ago | 0 answers | 0

0

answers

Question


The error looks like "Index exceeds matrix dimensions.". Also I can't set the boundary conditions and initial conditions, which I wrote here.
clc clear all close all T_final = 10; del_t = 0.01; %Seconds n_time = T_final/del_t; del_x = 0.5; ...

8 years ago | 1 answer | 0

1

answer