Community Profile

photo

Sarvjeet Singh


Last seen: oltre un anno fa Attivo dal 2019

Followers: 0   Following: 0

Statistiche

  • Thankful Level 2
  • Thankful Level 1
  • First Review

Visualizza badge

Feeds

Visto da

Domanda


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

circa 3 anni fa | 0 risposte | 0

0

risposte

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

oltre 3 anni fa | 0

Domanda


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

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 3 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 3 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 3 anni fa | 1 risposta | 0

1

risposta