Gelöst


Oh Zero Zero Zero!!!
Hello all, So you have to find the largest section of zeros in a vector and then find the length of those zeros and there start...

mehr als 6 Jahre vor

Gelöst


Find last zero for each column
Given a numeric array of arbitrary size, return the row index of the last zero for each column. If a column contains all nonzero...

mehr als 6 Jahre vor

Gesendet


Persistent Data for Lookup Tables in Simulink
How to speed up Simulink models that use large lookup tables.

mehr als 6 Jahre vor | 3 Downloads |

Thumbnail

Gesendet


Bessel Zero Solver
Finds the zeros of besselj and bessely in an ordered fashion. No zeros are missed.

mehr als 6 Jahre vor | 15 Downloads |

Thumbnail

Frage


Bug Tracker for Simulation Models
I am looking at tracking bugs in simulation models and m code. Is there a bug tracker that you would recommend for use with MATL...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How can we generate code from simulink model by command line in windows?
See the simulink documentation. Specifically, <https://www.mathworks.com/help/simulink/functionlist.html?s_cid=doc_ftr Functi...

mehr als 6 Jahre vor | 0

Beantwortet
intersection mesh plot (3D)
Without more information, I can only provide hints. Here you go: * If the two surfaces can be thought of as mathematical func...

mehr als 6 Jahre vor | 1

| akzeptiert

Beantwortet
Assign variable to Initialization/Current Workspace
Yeah, don't do this. It will cause you pain. The Simulink tools that track where your variables come form cannot track where you...

mehr als 6 Jahre vor | 0

Beantwortet
What are your thoughts on Simulink libraries that link to themselves?
I don't like this behavior. I think it is troublesome and easy to break. I am a blockset author and I don't see how this is good...

mehr als 6 Jahre vor | 0

Beantwortet
Persistence in Lookup Table Data
I found a solution. I posted it to the File Exchange as linked below. The solution is to use |UserData| of a block to store the ...

mehr als 6 Jahre vor | 0

| akzeptiert

Frage


Persistence in Lookup Table Data
I load several large multi-dimensional lookup tables in the initialization of a subsystem that has lookup table blocks. The look...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Gesendet


Persistent Example - Loading Data Only When Needed
Working with persistent variables.

mehr als 6 Jahre vor | 1 Download |

Thumbnail

Beantwortet
Sundials Solver in MATLAB/Simulink
Support for Sundials is limited in SimBiology. There is no hint that this will be more broadly available anytime soon. Hint a...

mehr als 6 Jahre vor | 0

| akzeptiert

Frage


Managing High Levels of Variation in a Simulink Library
I am a blockset author similar the authors of "Aerospace Blockset" and "Powertrain Blockset." I build mathematical models of hyd...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Managing High Levels of Variation in a Simulink Library
Mathworks responded to my question. Here is the response. |__________________| Answer to question 1: Don't use the conf...

mehr als 6 Jahre vor | 0

| akzeptiert

Frage


Why does the initialization function in a Simulink subsystem block use an integer rather than the corresponding text string?
There is an example Simulink file attached. I created a parameter on the "Parameter & Dialog" tab called |Parameter1|. |Paramete...

mehr als 6 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
Why does the initialization function in a Simulink subsystem block use an integer rather than the corresponding text string?
To use the text string coming from the popup options, turn off the "evaluate" checkbox as shown below. This allows comparison of...

mehr als 6 Jahre vor | 1

| akzeptiert

Frage


Assign variable to Initialization/Current Workspace
In the mask of a simulink block, I need to loop over a list of variables and values assign them into the initialization workspac...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Why does the Simulink block mask initialization run twice?
The initialization runs twice if "Icons & Ports"-->"Run initialization" is set to "On" or "Analyze" (assuming MATLAB detects the...

mehr als 6 Jahre vor | 0

| akzeptiert

Beantwortet
Using Deval with Simulink Output
No, there is not an obvious way to use Deval with Simulink output. However, you can use "Configuration Parameters"-->"Data Impor...

mehr als 6 Jahre vor | 0

| akzeptiert

Frage


What are your thoughts on Simulink libraries that link to themselves?
What are your thoughts on Simulink libraries that link to themselves? They seems to break quite often as you are developing them...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Is there a clever way to isolate Simulink Parameter callback workspace?
The |run| command runs a script in the |caller| workspace. That got me thinking that there might be a clever way to run code in ...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How do I compare a Simulink Disabled Library Block Against the Library?
One workaround is to put the blocks that you want to compare in there own models and save them as model1 and model2. Then you ca...

mehr als 6 Jahre vor | 0

Frage


Why does the Simulink block mask initialization run twice?
If you are debugging a mask initialization, use the |keyboard| function to stop the code inside the Simulink block mask initiali...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do I compare a Simulink Disabled Library Block Against the Library?
# I made a library block. # I made a model that used that library block and I "disabled" the library link. # I want to compa...

mehr als 6 Jahre vor | 2 Antworten | 2

2

Antworten

Gelöst


Number of Even Elements in Fibonacci Sequence
Find how many even Fibonacci numbers are available in the first d numbers. Consider the following first 14 numbers 1 1 2...

mehr als 6 Jahre vor

Gelöst


The 5th Root
Write a function to find the 5th root of a number. It sounds easy, but the typical functions are not allowed (see the test su...

mehr als 6 Jahre vor

Gelöst


Find the biggest empty box
You are given a matrix that contains only ones and zeros. Think of the ones as columns in an otherwise empty floor plan. You wan...

fast 7 Jahre vor

Gelöst


What number has this problem?
This problem is added because it is problem number *???* in the "Community" problems section. <http://www.mathworks.de/matlab...

mehr als 7 Jahre vor

Gelöst


sum of first 'n' terms
Given n=10, find the sum of first 'n' terms Example: If n=10, then x=1,2,3,4,5,6,7,8,9,10. The sum of these n=10 terms is 55...

mehr als 7 Jahre vor

Mehr laden