photo

Avinash Gupta


Last seen: presque 3 ans il y a Actif depuis 2021

Followers: 0   Following: 0

Statistiques

MATLAB Answers

4 Questions
0 Réponses

RANG
147 397
of 300 302

RÉPUTATION
0

CONTRIBUTIONS
4 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
75.0%

VOTES REÇUS
0

RANG
 of 20 911

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 040

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 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


What is the need for a nested function?
Hello. This is a code for solving van der Pol equation using ode45. Its available on 12000.org. I hope posting it here is not vi...

presque 3 ans il y a | 1 réponse | 0

1

réponse

Question


Facing an error while using "cameraCalibrator" app
I get the following while performing calibration using the Camera Calibrator app: Warning: Error occurred while executing the l...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


How to convert the for loop to a while loop?
A = [7 3 2 1; 2 9 4 5; 1 3 13 4; 4 5 8 14 ]; % A is diagonally dominant b = [1;2;3;4]; x = zeros(4,1); x_new = zeros(4...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


How can I prevent update of x(i) at each step of the loop? Essentially, this is a code for Gauss Seidel. How do I modify it to make it Jacobi iterative method?
A = [7 3 2 1; 2 9 4 5; 1 3 13 4; 4 5 8 14 ]; % A is diagonally dominant b = [1;2;3;4]; x = zeros(4,1); %% Method I ...

plus de 4 ans il y a | 1 réponse | 0

1

réponse