Community Profile

photo

Ivan Khomich


Last seen: 7 months ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


MATLAB Function "on-line" computation
Hello everyone! Many weeks ago I've tried to post the question about my problem, but it still unanswered, maybe because of form...

3 years ago | 0 answers | 0

0

answers

Question


Problem with MATLAB function
Hello, everyone! I'm trying to do the "real-time" computation with Simulink. For this I try the MATLAB Function with the system...

3 years ago | 0 answers | 0

0

answers

Question


Problem with technical condition analyzer
This program is aimed at analyzing the technical condition of an object according to the criterion of maximum buffering. To ...

3 years ago | 0 answers | 0

0

answers

Question


Problem with function fsolve
Hello everyone! I have a problem with fsolve, whick probably depends on my misunderstanding of how the anonymous functions work...

3 years ago | 1 answer | 0

1

answer

Question


Problem with drawing the plot
Hello everyone! I have a problem with drawing a plot on an axes. For example I have code like this: function DrawSmth FigureP...

3 years ago | 0 answers | 0

0

answers

Answered
Creating the nonlinear system with odeFunction
While waiting for answer, I've tried to find the solutions myself, and I think, get something. Nonlin=@(x) x^2; SysOrder=3 iN...

3 years ago | 0

Question


Creating the nonlinear system with odeFunction
Hello everyone! I'm trying to write something what would create the nonlinear system of differential equations automatically fr...

3 years ago | 1 answer | 0

1

answer

Answered
Substitute the nonlinearity in the linear system
I solve this problem by Symbolic Toolbox, as Walter Roberson suggested, so if anyone someday will need this I post my solution: ...

3 years ago | 0

Question


Substitute the nonlinearity in the linear system
Hello everyone! I have a question about possibility of substituting some nonlinear function in system of lode’s. For example, I...

3 years ago | 2 answers | 0

2

answers

Question


Some questions about anonymous functions
Hello everyone! I have some troubles with understanding of field of using anonymous functions. The main idea contains somethin...

4 years ago | 0 answers | 0

0

answers

Question


How to create a local function during the code run
Hello, everyone! I have a question about opportunity of creating local functions during the code run. For example I have this...

4 years ago | 1 answer | 0

1

answer

Answered
Problem with ode45 solver and initial conditions for it
Thanks a lot, Walter. The final problem was with the method I'd used to solve this problem, but your answer help me a lot with...

4 years ago | 0

Question


Problem with ode45 solver and initial conditions for it
I'm trying to numerically solve the optimal control problem. When I try to generalize my programm to high order systems I meet t...

4 years ago | 1 answer | 0

1

answer