photo

Sarvjeet Singh


Last seen: 1년 초과 전 2019년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 2
  • Thankful Level 1
  • First Review

배지 보기

Feeds

보기 기준

질문


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

3년 초과 전 | 답변 수: 0 | 0

0

답변

답변 있음
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...

거의 4년 전 | 0

질문


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

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 4년 전 | 답변 수: 2 | 0

2

답변

질문


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

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 4년 전 | 답변 수: 2 | 0

2

답변

질문


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

거의 4년 전 | 답변 수: 1 | 0

1

답변