photo

Alexander


Last seen: 8 months 前 自 2017 起处于活动状态

Followers: 0   Following: 0

消息

统计学

  • Thankful Level 2
  • First Review
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


event function for an ode solver
Taken this: https://de.mathworks.com/help/matlab/math/ode-event-location.html It is possible to formulate an event function, ...

4 years 前 | 0 个回答 | 0

0

个回答

提问


hook for an optimization problem.
Is there a possibility to pass optimization information into the optimzation subject? I try to explain my question on a basi...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Plot the line of intersection between two surfaces with trisurf
Referring to this thread: https://de.mathworks.com/matlabcentral/answers/93623-how-do-i-plot-the-line-of-intersection-between-...

5 years 前 | 0 个回答 | 0

0

个回答

已回答
symbolic subs vectorized form
Ok... found the solution now. It is listed in the help https://de.mathworks.com/help/symbolic/subs.html under the section Su...

5 years 前 | 0

| 已接受

提问


symbolic subs vectorized form
Hi there, what does work is: syms a b vals = [4 5]; subs(a + b, [a, b], vals); This returns 9 as expected. What I'm t...

5 years 前 | 1 个回答 | 0

1

个回答

提问


auto generated invalid variable names
As stated here: https://de.mathworks.com/matlabcentral/answers/348701-reguarding-assignin-acceptable-name-for-variable#comment...

5 years 前 | 0 个回答 | 0

0

个回答

提问


use default settings for setpref
I would like to send an email from MATLAB. To do so, I have to configure some prefs with setpref, e.g. setpref('Internet',...

5 years 前 | 0 个回答 | 0

0

个回答

提问


ODE Events In SimBiology toolbox
I would like to define a custom ode stopping event for the solver of a SimBiology model. How to achieve that? Say, I want to w...

5 years 前 | 1 个回答 | 0

1

个回答

提问


generate log uniform distribution as makedist object
How to make a log uniform distribution? Knowing https://de.mathworks.com/matlabcentral/answers/283168-how-to-choose-values-l...

7 years 前 | 0 个回答 | 0

0

个回答

提问


Modifying results from bayesopt
Hey guys, following use case: I call bayesopt and get the results structure from it. Now, the results structure contains a...

7 years 前 | 1 个回答 | 0

1

个回答