photo

muly san


NYU

Attivo dal 2013

Followers: 0   Following: 0

Messaggio

Statistica

Feeds

Visto da

Domanda


fmincon finds solutions close to the middle of the range
I use fmincon with "interior point" method and the majority of the solutions are very close to the middle of the range of one va...

quasi 10 anni fa | 2 risposte | 0

2

risposte

Domanda


How to find numerical roots for multivariable functions
Hi, I want to draw some graphs for my work. This is my function: function H_star=RHS1(H,h,theta,A); a=A.*((1.-H)./H).^(1...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Risposto
How can I make a loop inside a loop k time
thank you. It was just an example. I want to know how to do the loop inside a loop k time anyway.

quasi 11 anni fa | 0

Domanda


How can I create variables with for loop?
I want somthing like this: for i=1:3; j`i'=i; end The output shuld be: j1=1 j2=2 j3=3 thanks!

quasi 11 anni fa | 3 risposte | 0

3

risposte

Domanda


How can I make a loop inside a loop k time
For example: I want to create fonction that get matrix: A=[3 5 6] and do the next steps: for i1=1:A(1); for i2=1:A(2...

quasi 11 anni fa | 2 risposte | 0

2

risposte