photo

Kim O


Active since 2012

Followers: 0   Following: 0

Message

MY personal profil:

Statistics

MATLAB Answers

7 Questions
5 Answers

RANK
24,389
of 300,753

REPUTATION
1

CONTRIBUTIONS
7 Questions
5 Answers

ANSWER ACCEPTANCE
71.43%

VOTES RECEIVED
1

RANK
 of 21,075

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,858

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


How to Plot the stepsize
Hello, I have an ODE System and I want to solve it with ode45(). Now ode45() has a dynamical step size. BUT how can I plot t...

13 years ago | 1 answer | 0

1

answer

Answered
Finding initial value
does someone knows if decic() could help? But I use ode15s....

13 years ago | 0

Question


Finding initial value
Hello, if I use numerical solver for nonlinear problems (like ode or fsolve) I need a good initial value (initial value probl...

13 years ago | 1 answer | 1

1

answer

Answered
Using fminunc()
Thank you! This funtion was just an example not really my problem. I have a n dimensional algebraic equation f(x,t)=0 with x0 an...

13 years ago | 0

Question


Using fminunc()
Hello, I want to use x = fminunc(fun,x0); For a litle test I choosed following structure: fun=[x1+x2 ; sin(x3)]; fu...

13 years ago | 4 answers | 0

4

answers

Answered
Jacoabian doesn't work
PERFECT simple solution :) Works fine. Thank You!

13 years ago | 0

Question


Jacoabian doesn't work
Hello, I want to calculate J=jacobian(f_algebr, yss); But I get Errors. I uploaded my mat file so you can see what ...

13 years ago | 2 answers | 0

2

answers

Question


fsolve or local optimum?
Hello, I have a nonlinear algebraic equation system: f(x,t)=0 (where f ist a vector field and x a vector, t is the time.) ...

13 years ago | 0 answers | 0

0

answers

Question


Extend Arithmetic precision
*Hello, when I want to solve a algebraic equation with fsolve(), it gives me a solution with low Arithmetic precision. How c...

13 years ago | 1 answer | 0

1

answer

Answered
Converting cell vector to symbolic vector
it doesnt work because if my cell vector ist x_cell=[sin(t) ; t] and i convert this as shown above i get x_sym=[sin(t) ; t] ...

13 years ago | 0

Answered
Converting cell vector to symbolic vector
fid = fopen('x.txt'); x_str1 = textscan(fid, '%s'); fclose(fid); x_str=x_str1{1}; diim=size(x_str,1); for i=1:diim ...

13 years ago | 0

| accepted

Question


Converting cell vector to symbolic vector
Hello, I am a beginner in Matlab so I hope you can help me: I have a vector (Class:cell) e.g. x=[x_a ; x_b ; y_a]; I ne...

13 years ago | 2 answers | 0

2

answers