![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/3453952_1497702604962.jpg)
ARUN BORGOHAIN
AIT Bangkok
Followers: 0 Following: 0
Water Resources Engineer and GIS specialist
Statistik
RANG
201.373
of 297.016
REPUTATION
0
ANTWORTZUSTIMMUNG
66.67%
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
solving linear equations using ANN
Sir: I've two linear equs: x1+x2=10 & x1-x2=2; I would like to solve these linear equations using any suitable ANN functions ...
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenMultiple linear regression with constraint
Can someone help me with regARIMA; as I donot have it; but I've both regression(say polyfit: I may use) & ARIMA tools; how to ge...
mehr als 7 Jahre vor | 0
Frage
function approximation using any optimization routine
I've two linear equs: x1+x2=10 & x1-x2=2; I would like to solve these using any optimization method for which these have to ...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
solving systems of linear equations
I fail to run/solve the linear equ. (Ax=B) form as below: x1+x2=10; x1-x2=2; if u can help; % it is fine with x=A\B; ...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
ga in the command line
k = 1:10; fitnessfcn =@(x)( 2+2*k-exp(k*x(1))-exp(k*x(2)) ); x = ga(fitnessfcn, 2) % nvars=2; invoke an optimization ...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
adding functions in a m file instead in the command line
function x=mynewton (f,f1 ,x ,n) x=0.1; % initial guess x0 n=100; for i = 1:n x = x - f(x) / f1(x); % ...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
running function in the command line
I am interested to run optimization (lsqnonlin) in the command line itself without calling or creating a ☆.m file! clc;...
mehr als 7 Jahre vor | 1 Antwort | 0