已回答
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...

3 years 前 | 0

已回答
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...

3 years 前 | 0

已回答
how to add rainfall data of one year as input in simulink
From Workspace

3 years 前 | 0

已回答
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 '...

3 years 前 | 0

提问


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...

3 years 前 | 0 个回答 | 1

0

个回答

提问


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...

3 years 前 | 1 个回答 | 1

1

个回答

已回答
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...

3 years 前 | 0

| 已接受

已回答
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...

3 years 前 | 0

| 已接受

已回答
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...

3 years 前 | 1

| 已接受

已回答
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...

3 years 前 | 0

已回答
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...

3 years 前 | 0

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

3 years 前 | 0

已回答
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 ...

3 years 前 | 0

已回答
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...

3 years 前 | 0

| 已接受

已回答
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....

3 years 前 | 1

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

3 years 前 | 0

已回答
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,...

4 years 前 | 0

已回答
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...

4 years 前 | 0

| 已接受

已回答
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.

4 years 前 | 0

| 已接受

已回答
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....

4 years 前 | 0

提问


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...

4 years 前 | 1 个回答 | 0

1

个回答

已回答
HOW TO GET License for matlab
In MATLAB, typ the command ver

4 years 前 | 0

已回答
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....

4 years 前 | 0

已回答
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...

4 years 前 | 0

已回答
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 ...

4 years 前 | 0

| 已接受

已回答
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...

4 years 前 | 2

| 已接受

已回答
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...

4 years 前 | 1

已回答
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...

4 years 前 | 4

| 已接受

已回答
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 ...

4 years 前 | 0

已回答
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...

4 years 前 | 0

加载更多