Answered
How can I connect custom hardware to MATLAB or Simulink?
It is not that easy. You will need to create a custom target. There is a step by step workflow for Cortex-A based processors and...

mer än 3 år ago | 0

Answered
Simulink Programmatic Modeling - Large quantity of blocks
I have never programatically created a Simulink model, so I admire you for doing that, but cannot help with the specific functio...

mer än 3 år ago | 0

Answered
how to add rainfall data of one year as input in simulink
From Workspace

mer än 3 år ago | 0

Answered
How do I run an "example.m" file in Simulink?
In the MATLAB workspace type and enter: >> example Or, go to the editor and click the green play button 'Run'. Or press the '...

mer än 3 år ago | 0

Question


Warning: Value of enumeration member 'NULL' differs from when the enumeration was saved.
Hi all I have several Simulink.Enumeration data objects inside a Data Dictionary linked to a Simulink model. I am now working o...

mer än 3 år ago | 0 answers | 1

0

answers

Question


Cannot perform an implicit cast between these two classes. - Fixed numbers
Hi all I have a simple Simulink Function, which accepts two uint32 inputs: I use this function for stateflow transitions. Ty...

mer än 3 år ago | 1 answer | 1

1

answer

Answered
To disable or hide content preview for all subsystems by using model explorer
It is not possible using the Model Explorer, but you can do it this way: Go to the highest level of your model Select all (ctr...

mer än 3 år ago | 0

| accepted

Answered
Wireless communication between 2 Simulink blocks without Goto/From
Global Goto/From blocks Data Store Memory block with Data Store Read and Data Store Write blocks The advantage of the first so...

mer än 3 år ago | 0

| accepted

Answered
How to use the state port of an integrator block in Simulink?
I don't really understand completely how your set-up looks like (can you post a screenshot maybe?) but I feel like instead of us...

mer än 3 år ago | 1

| accepted

Answered
i don't have the powergui block
Hi If you have properly installed the Simscape with Simscape Electrical toolbox, it should be listed under: Simscape > Electric...

mer än 3 år ago | 0

Answered
How to simulate a electric filter in Simulink?
You have grounded the output of the opamp behind the voltage sensor block. The voltage sensor block has zero impedance. You shou...

mer än 3 år ago | 0

Answered
Matlab 2020Rb External mode missing
Check if your System Target File is correctly set to an External-mode-capable option inside the Configuration Parameters.

mer än 3 år ago | 0

Answered
How to Make m script run faster?
You should run the code Profiler to get information on which specific pieces of code take a long time to execute. This way, you ...

mer än 3 år ago | 0

Answered
Units for Time in Simulink
Simulation time is always seconds. In this particular model, they just adjusted the parameters (like heat power) such that 1 se...

mer än 3 år ago | 0

| accepted

Answered
How can I connect my mosfet switch to the rest of the circuit?
You are trying to connect blocks from the Specialized Power Systems library with the Simscape Electrical library. They dont mix....

mer än 3 år ago | 1

Answered
Inverter Design using Simscape
You have no load impedance. You are basically just short circuiting the ideal DC voltage source using your switches.

mer än 3 år ago | 0

Answered
How to do eeg preprocessing
You should use breakpoints to step by step understand the code. Seems to use fairly basic MATLAB commands. Regarding toolboxes,...

mer än 3 år ago | 0

Answered
How to concatenate vectors and matrices as inputs to a MATLAB fnc block in SIMULINK?
If you are trying to concatenate a 1x1, 3x1 and 3x3 input, how do you expect the output to look like? It's not possible... I th...

mer än 3 år ago | 0

| accepted

Answered
Data Type for time variable in after() function in Stateflow
I have done some tests and it appears that it accepts all integer or floating data types. Does not accept booleans.

mer än 3 år ago | 0

| accepted

Answered
Remove same types of Simulink blocks using commands
Hi David I don't know the answer to your specific question, but I may provide you with other options to cope with your problem....

mer än 3 år ago | 0

Question


Data Type for time variable in after() function in Stateflow
Hi all I want to use the after(delay,'msec') function to guard a transition in a Stateflow chart. The variable delay is a Simul...

mer än 3 år ago | 1 answer | 0

1

answer

Answered
HOW TO GET License for matlab
In MATLAB, typ the command ver

mer än 3 år ago | 0

Answered
Older Toolbox Licensing Question
Yes, you can download any release and use your active license. You can select and download a release here: https://nl.mathworks....

mer än 3 år ago | 0

Answered
Can anybody suggest how to learn about embedded coder? Its User guide is 3000 + pages which seems to be time consuming.. Where to start from and how to learn in depth.
For most products there are dedicated trainings available. Nowadays they are all online. For Embedded Coder it's a two-day cour...

mer än 3 år ago | 0

Answered
Get algebraic loops error in one computer and not get it in another
You may want to fiddle with the Configuration Parameters, more specifically your Solver Settings. You are simulating a Simulink ...

mer än 3 år ago | 0

| accepted

Answered
Using model reference with different system target files
You need to create Data Dictionaries and use the Model Explorer. I will explain step by step. Create a Data Dictionary for each...

nästan 4 år ago | 2

| accepted

Answered
what is the name of block?
Could be anything, like a subsystem with one input and one output. Sets me to think, I might suggest adding a mind-reader funct...

nästan 4 år ago | 1

Answered
Using 4 signals on one simulink scope and splitting them between two graphs with 2 on each.
Configure your Scope block to have two inputs, and then use the Mux block to combine both current signals for the first input, a...

nästan 4 år ago | 4

| accepted

Answered
How do I scan the model for parameters read/write?
Another (and more user-friendly in my opinion) way to find certain blocks in your model, is by using the search function in the ...

nästan 4 år ago | 0

Answered
can i change simulink blocks execution order
Hi all In the MathWorks documentation I found another way, besides what is already proposed here, and that is to use a Stateflo...

nästan 4 år ago | 0

Load more