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

más de 5 años hace | 0

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

más de 5 años hace | 0

| aceptada

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

más de 5 años hace | 0

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

más de 5 años hace | 0

Pregunta


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

más de 5 años hace | 0 respuestas | 1

0

respuestas

Pregunta


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

más de 5 años hace | 1 respuesta | 1

1

respuesta

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

más de 5 años hace | 0

| aceptada

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

más de 5 años hace | 0

| aceptada

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

más de 5 años hace | 1

| aceptada

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

más de 5 años hace | 0

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

más de 5 años hace | 0

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

más de 5 años hace | 0

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

más de 5 años hace | 0

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

más de 5 años hace | 0

| aceptada

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

más de 5 años hace | 1

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

más de 5 años hace | 0

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

más de 5 años hace | 0

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

más de 5 años hace | 0

| aceptada

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

más de 5 años hace | 0

| aceptada

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

más de 5 años hace | 0

Pregunta


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

más de 5 años hace | 1 respuesta | 0

1

respuesta

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

más de 5 años hace | 0

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

más de 5 años hace | 0

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

más de 5 años hace | 0

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

más de 5 años hace | 0

| aceptada

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

más de 5 años hace | 2

| aceptada

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

más de 5 años hace | 1

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

más de 5 años hace | 6

| aceptada

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

más de 5 años hace | 0

Respondida
Embedded Coder for Motor Control Blockset?
The Embedded Coder toolbox is not available for Student licenses of MATLAB. https://www.mathworks.com/products/matlab/student.h...

más de 5 años hace | 0

Cargar más