photo

ARUN BORGOHAIN


Last seen: 6 månader ago Active since 2017

Followers: 0   Following: 0

Message

Water Resources Engineer and GIS specialist

Statistics

MATLAB Answers

6 Questions
1 Answer

RANK
252 221
of 300 331

REPUTATION
0

CONTRIBUTIONS
6 Questions
1 Answer

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 20 920

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 124

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


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 ...

ungefär 8 år ago | 0 answers | 0

0

answers

Answered
Multiple 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...

mer än 8 år ago | 0

Question


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 ...

mer än 8 år ago | 1 answer | 0

1

answer

Question


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; ...

mer än 8 år ago | 1 answer | 0

1

answer

Question


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 ...

mer än 8 år ago | 1 answer | 0

1

answer

Question


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); % ...

mer än 8 år ago | 1 answer | 0

1

answer

Question


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;...

mer än 8 år ago | 1 answer | 0

1

answer