Maximilian Panzik
Followers: 0 Following: 0
Statistics
All
RANK
4,559
of 295,569
REPUTATION
10
CONTRIBUTIONS
1 Question
4 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
3
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
8 months ago | 1 answer | 0
1
answerAnswered
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.
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 ago | 0
Answered
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...
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 ago | 1
| accepted
Answered
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.
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 ago | 0
Answered
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...
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 ago | 2