photo

Sarvjeet Singh


Last seen: más de 1 año hace Con actividad desde 2019

Followers: 0   Following: 0

Estadística

  • Thankful Level 2
  • Thankful Level 1
  • First Review

Ver insignias

Feeds

Ver por

Pregunta


what is the problem with this code gauss siedel . Only processing one solution but it should be twenty solutions
clc clear all area=0.01; % Cross sectional area (m^2) l=1; % Length of the rod (m) k=5; % Thermal conductivity (W/mK) g=2...

más de 3 años hace | 0 respuestas | 0

0

respuestas

Respondida
Steepest descent method , how to fix this error "Struct contents reference from a non-struct array object."
error shows 'Index exceeds matrix dimensions.', how to fix clc clear all %%%%%%%%%%%%%%%%Steepest Descent %%%%%%%%%%%%%%%5 a...

casi 4 años hace | 0

Pregunta


Steepest descent method n shows error 'Index exceeds matrix dimensions.', how to fix this
clc clear all %%%%%%%%%%%%%%%%Steepest Descent %%%%%%%%%%%%%%%5 ao=1; bo=0.2; co=0.1; x = [0 0.2 0.4 0.6 0.8 1.0 1.2 1.4 1...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Steepest descent method , how to fix this error "Struct contents reference from a non-struct array object."
ao=1; bo=0.2; co=0.1; x = [0.9 1.5 13.8 19.8 24.1 28.2 35.2 60.3 74.6 81.3]; y= [455.2 428.6 124.1 67.3 43.2 28.1 13.1 -0.4 ...

casi 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to use the steepest descent method to solve a function to find the unknown parameters value
why it shows error,please fix this ao=1; bo=0.2; co=0.1; x = [0.9 1.5 13.8 19.8 24.1 28.2 35.2 60.3 74.6 81.3]; y= [455.2 4...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to use the steepest descent method to solve a function to find the unknown parameters value
why it shows error,please fix this ao=1; bo=0.2; co=0.1; x = [0.9 1.5 13.8 19.8 24.1 28.2 35.2 60.3 74.6 81.3]; y= [455.2...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


whenever i use individual value of time (Tv) the output function (F) giving right value but using time in the form of loop ,output function gives wrong result for all.How to fix this ?
clc clear all c1 = 3.742*10.^8; c2 = 1.43878*10.^4; sigma = 5.67*10.^-8; lamda_1 = 8; lamda_2 = 13; Tv = -10:5:30; F = z...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Why F vs T graph are not plotted , it shows only blank figure and how i can get all the values of F and T in the workspace as it shows only last value.
c1 = 27.742*10.^8; c2 = 1.43878*10.^4; sigma = 5.67*10.^-8; T = 5780; lamda_1 = 8; lamda_2 = 13; for T=-10:5:30 fun = @...

casi 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Integrate planck function between two intervals
function Planck_law c1=27.742*10.^8; c2=1.43878*10.^4 sigma=5.67*10.^-8 T=5780 lamda_1= 8 lamda_2= 13 fun= @(lambda,sigm...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to use pdepe function to solve interface boundary problem in bio heat transfer problem.
p,q=?

alrededor de 5 años hace | 0 respuestas | 0

0

respuestas