![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/23699391_1630507454463_DEF.jpg)
Aman Murkar
Followers: 0 Following: 0
Statistiques
4 Questions
0 Réponses
RANG
103 494
of 297 016
RÉPUTATION
0
CONTRIBUTIONS
4 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
25.0%
VOTES REÇUS
0
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
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
Feeds
Question
Index exceeds the number of array elements (23).
function main clc; clear all; eps = 0.001; omega = input(' enter the omega value: '); beta = input (' enter the beta value:...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
Index in position 2 exceeds array bounds (must not exceed 50).
code: function main % solution of 2D elliptical solution % using Line Over Relaxation Method(LSOR) % ep is accepted error %...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
Finding error like unrecognized function or variable ' tridiagonal'
Program: % solution of 2D elliptical solution % using Line Over Relaxation Method(LSOR) % ep is accepted error%Tridiag: Tridi...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
I am finding error while writting code of tridiagonal matrix as my matlab do not konw what is tridiagonal
function x = Tridiagonal(e,f,g,r) % Tridiagonal: Tridiagonal equation solver banded system % x = Tridiagonal(e,f,g,r): Tridiag...
plus de 3 ans il y a | 1 réponse | 0