photo

Maximilian Panzik


Last seen: 5 months 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

All
  • Knowledgeable Level 1
  • Solver
  • First Answer

查看徽章

Feeds

排序方式:

提问


Programmatically Moving Simulink Blocks Between Subsystems
Hey everyone, I've been working on a project involving Simulink, and I've encountered a bit of a puzzle that I'm hoping someone...

6 months 前 | 1 个回答 | 0

1

个回答

已回答
How to callback a matrix (which is an output of another function) in App Designer?
Add mu as an app property and in your startup function assign the matrix mu to app.mu. See Link for more information.

4 years 前 | 0

已回答
Copy results from a .mat file to existing excel file
You can use struct2array sz = size(testSetup,2); arrSz = sz*4; exportArr=[]; for i = 1:sz str = struct2array(testSetu...

4 years 前 | 1

| 已接受

已回答
How to solve an equation with a variable that has multiple values?
Hey, you need to use the point operator: C=2*w./(p*v.^2*s) link for more information.

4 years 前 | 0

已回答
How to apply/check changes in a Simulink Mask via callback?
A bit late but maybe this helps somebody: selected_block_handle = get_param(gcb,'Handle'); dlgs = DAStudio.ToolRoot.getOpenDia...

4 years 前 | 2