photo

UNK


Last seen: mehr als 3 Jahre vor Aktiv seit 2016

Followers: 0   Following: 0

Statistik

All
  • Thankful Level 3
  • Revival Level 1
  • First Answer
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


better than if else conditions
I would like to give a tag to a number based on in which region it lies. I am currently using an if else condition. Wondering if...

mehr als 6 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to find mutual arrays position of multiple matrices with different length
I have two matrices and I want the corresponding all indices, not just the first one. Here is the example A = ... ...

mehr als 6 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
Solving an integral differential equation using BVP4C
integral(x1,t,tend) = x5 x5dot = -x1 % using fundamental theorem of calculus This solves the problem. http://math.st...

etwa 8 Jahre vor | 0

| akzeptiert

Frage


Solving an integral differential equation using BVP4C
I have a set of differential equations of the form: x1dot = x3; x2dot = x2; x3dot = x1; x4dot = x2...

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Fsolve convergence when the variables are changing of the order of 1e-3 or less
I am interested in using fsolve to get the initial guess which satisfies a boundary condition in a Boundary Value Problem(BVP). ...

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Estimate the rotation of central axis of a 3D curve
I have N points in [x,y,z] and this kind of takes a spiral shape. Is it possible to find the central axis of such a spiral. Thi...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Boundary value problem in optimization formulation
I have to solve an optimization problem and it has a boundary value problem(BVP) in it. As we know the BVP takes quite a bit of ...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Why does parpool take so long to start up for the first time in a MATLAB session?
You can refer the answer for a similar question asked in stack exchange. <http://stackoverflow.com/questions/17125785/matlabpoo...

mehr als 8 Jahre vor | 0

Beantwortet
doubt to store a array values in for loop ?
Hi Ravi, If you have a row vector as a = 1:1:10 and you want only some entries as a new vector you can do b = a([1:3:10]) ...

mehr als 8 Jahre vor | 2

Frage


Convergence program stuck at a point.
Hi all, Below is the code when I am trying to get convergence of a function by varying a variable which dictates it. The sum ...

fast 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Warning message while using camera calibrator
I am trying to calibrate a camera using Matlab Camera Calibrator. After I select the images, I am getting the following warning ...

fast 9 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


surface area of a 3D surface
I have data for 3D points and I have made a surface using these points. Is there a way to get surface area of this 3D surface. ...

fast 9 Jahre vor | 1 Antwort | 1

1

Antwort