photo

MADISON OHARA


Last seen: 1 year ago Active since 2020

Followers: 0   Following: 0

Statistics

All
  • First Answer
  • Introduction to MATLAB Master
  • Solver

View badges

Feeds

View by

Question


How to get matrices of edges and nodes from Simulink model
I have a simulink model and I want to create a digraph of the block connections. I used the 'Portconnectivity' command to find e...

2 years ago | 1 answer | 0

1

answer

Question


Is there a command to generate the parameter values for all user-defined parameters in a specific block instead of a different command for each parameter?
I know how to use the command: paramValue = get_param('Name of model/Name of block', 'Name of block parameter') to generate the ...

3 years ago | 1 answer | 0

1

answer

Answered
Hello I need help with my left Riemann Sum loop
for k = 1:n-1 Lsum = a +dx*(3*(k)^2+4); end display(Lsum)

3 years ago | 0