photo

Mr.DDWW


Last seen: mehr als ein Jahr vor Aktiv seit 2022

Followers: 0   Following: 0

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


plotting data in the table
I am trying to plot the data inside the table. Can you please help me

mehr als ein Jahr vor | 2 Antworten | 0

2

Antworten

Frage


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...

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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 ...

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

etwa 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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; ...

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

mehr als 2 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
MATLAB PDE BC'S
It is a slab. So the symmetry (m) = 1

mehr als 2 Jahre vor | 0

Frage


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...

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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 ...

mehr als 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


I need help in ODE
Can someone write (12.1.14)(12.1.15 )1(2.1. 16) in Matlab code ?

mehr als 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


I am trying to generate these 3 plots

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort