photo

Bijaya


Last seen: environ un an il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

MATLAB Answers

6 Questions
0 Réponses

RANG
191 021
of 297 457

RÉPUTATION
0

CONTRIBUTIONS
6 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
16.67%

VOTES REÇUS
0

RANG
 of 20 438

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 158 938

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


I need to solve the series for two different cases D1 and D2 specified
The original question: (C(x,t) -C0 )/(Cb- C0) = 1- 4/pi ∑ (-1)^n /(2*n +1) exp [ -(2*n+1)^2 *(pi)^2 *D*t/4*l^2] * cos((2*n+1)*p...

environ un an il y a | 1 réponse | 0

0

réponse

Question


writting down the code for the function
Attached file has the function and here is my matlab code pasted below function y = myFunction(x, n) if n == 1 y = 4 * s...

environ un an il y a | 1 réponse | 0

1

réponse

Question


My code says error on func-grad
here is my code clear format compact; load 'levelset (1).mat' % get the divergence field [dFdx, dFdy, dFdz] = Func_gradien...

plus d'un an il y a | 1 réponse | 0

0

réponse

Question


my code wont display figure
% Parameters L = 1; % Length of the string c = 1; % Wave speed num_segments = 200; % Number of segments dx = L / num_segment...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


1D wave equation
Solve the 1-dimensional wave equation in a fixed length from 0 to L = 1 [L] at the speed of 1 [c] using 200 segments, and initia...

plus d'un an il y a | 1 réponse | 0

0

réponse

Question


Matlab code wont disply the figure 2
c= 1; % unit conversion L=1; % t=[L]/[c] C=0.1; N=1000; Np=N+1; dx= L/N; x=(0:dx:L)'; dt=C*dx/c; sqrC=C*C; ...

plus d'un an il y a | 1 réponse | 0

1

réponse