![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/23699391_1630507454463_DEF.jpg)
Aman Murkar
Followers: 0 Following: 0
Statistik
4 Fragen
0 Antworten
RANG
103.494
of 297.016
REPUTATION
0
BEITRÄGE
4 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
25.0%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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:...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 %...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 3 Jahre vor | 1 Antwort | 0