ARUN BORGOHAIN
AIT Bangkok
Followers: 0 Following: 0
Water Resources Engineer and GIS specialist
Estadística
CLASIFICACIÓN
291.743
of 295.735
REPUTACIÓN
0
CONTRIBUCIONES
6 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
66.67%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.277
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.433
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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 ...
más de 7 años hace | 0 respuestas | 0
0
respuestasMultiple 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...
más de 7 años hace | 0
Pregunta
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 ...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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; ...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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); % ...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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;...
más de 7 años hace | 1 respuesta | 0