photo

Qudsiya Irum


Attivo dal 2017

Followers: 0   Following: 0

Statistica

MATLAB Answers

4 Domande
1 Risposta

RANK
96.053
of 300.369

REPUTAZIONE
0

CONTRIBUTI
4 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
25.0%

VOTI RICEVUTI
0

RANK
 of 20.936

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.436

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


Convergence of Heat Equation?
%% Ut=Uxx, %%solution: U(x,t)=sin(2*pi*x)*exp(-(2*pi).^2*t), %%I.C : U(x,0)= sin(2*pi*x) %%B.C: U(0,t)=U(1,t)=0, L...

oltre 6 anni fa | 0 risposte | 0

0

risposte

Domanda


How to solve integral numerically in Matlab?
if R=integral(10*exp(-60/{T(t)*Ni(x)}*Ni(x)), integral limit, x=0 to x=10 Ni(x) is 1-D interpolation function as used in fini...

circa 8 anni fa | 1 risposta | 0

1

risposta

Risposto
How to take x as a vector in for loop?
Thanks for comments! Please see the code, is this correct in indent?? NN=zeros(nx+1,nx+1); xx=0.998; for i=1:nx+1 ...

circa 8 anni fa | 0

Domanda


How to take x as a vector in for loop?
NN=zeros(nx+1,nx+1); xx=0.998; for i=1:nx+1 count=1; for x=dx:length: nx+1 if(i-1)*xx<=x<=i*xx ...

circa 8 anni fa | 2 risposte | 0

2

risposte

Domanda


how to remove matrix dimension error ?
I want solve Non Linear 1-D Heat Equation using Galerkin Finite Element Method. As I entered its ODE to solve by backward euler ...

oltre 8 anni fa | 0 risposte | 0

0

risposte