Mr.DDWW
Followers: 0 Following: 0
Statistics
RANK
202 354
of 295 527
REPUTATION
0
CONTRIBUTIONS
12 Questions
1 Answer
ANSWER ACCEPTANCE
8.33%
VOTES RECEIVED
0
RANK
of 20 242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 057
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
plotting data in the table
I am trying to plot the data inside the table. Can you please help me
ungefär 2 år ago | 2 answers | 0
2
answersQuestion
pde mass transfer with reaction
initial condition (BC1) (BC2) I think S= lamda* theat^@ but I do not know how to write it in matlab. Can you please...
mer än 2 år ago | 1 answer | 0
1
answerQuestion
How to plot multiple plots
My question I want to plot for different values of theta lets theta= 0.1095 theta= 0.1075 theta= 0.1075 theta= 0.1055 ...
mer än 2 år ago | 1 answer | 0
1
answerQuestion
Please explain this code about differential equations.
Here is the matlab code theta=0.10895; YF=0.0667; alpha= 0.29; beta= 0.68; gamma1=450; gamma2=11.25; X0=0; Y0=0.0667; Z...
mer än 2 år ago | 2 answers | 0
2
answersQuestion
ODE code is not working
I tried to run the code but it is not working. here is the code here is the code clc;clf;clear all;close all; syms X(t) Y...
mer än 2 år ago | 1 answer | 0
1
answerQuestion
Solve the following simultaneous equations:
I am trying to make a code and plot and Draw the diagram of X and Y vs. t for 0<t<5 here is my code. I think there is som...
mer än 2 år ago | 2 answers | 0
2
answersQuestion
making pde matlab code
I want to show high values of "Nu", the solution will converge, from the equtions in image clc;clear all;close all; L = 1; ...
mer än 2 år ago | 2 answers | 0
2
answersQuestion
SOLVING PDE using MATLAB
clc;clear all;close all; L = 1; x = linspace(0,L,75); t = linspace(0,1,75); m = 0; sol = pdepe(m,@heatpde,@heatic,@heatbc,x...
mer än 2 år ago | 0 answers | 0
0
answersQuestion
MATLAB PDE BC'S
clc;clear all;close all; L = 1; x = linspace(0,L,75); t = linspace(0,1,75); m = 1; sol = pdepe(m,@heatpde,@heatic,@he...
mer än 2 år ago | 2 answers | 0
2
answersQuestion
I am trying to make these 3 plots
if you see eqution 12.1-31, I made a Matlab code to genterte the figure 12.1-1. I tried but not correct here is my code ...
mer än 2 år ago | 0 answers | 0
0
answersQuestion
I need help in ODE
Can someone write (12.1.14)(12.1.15 )1(2.1. 16) in Matlab code ?
mer än 2 år ago | 0 answers | 0