답변 있음
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...

5년 초과 전 | 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...

5년 초과 전 | 0

| 수락됨

답변 있음
how to add rainfall data of one year as input in simulink
From Workspace

5년 초과 전 | 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 '...

5년 초과 전 | 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...

5년 초과 전 | 답변 수: 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...

5년 초과 전 | 답변 수: 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...

5년 초과 전 | 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...

5년 초과 전 | 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...

5년 초과 전 | 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...

5년 초과 전 | 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...

5년 초과 전 | 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.

5년 초과 전 | 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 ...

5년 초과 전 | 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...

5년 초과 전 | 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....

5년 초과 전 | 1

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

5년 초과 전 | 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,...

5년 초과 전 | 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...

5년 초과 전 | 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.

5년 초과 전 | 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....

5년 초과 전 | 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...

5년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
HOW TO GET License for matlab
In MATLAB, typ the command ver

5년 초과 전 | 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....

5년 초과 전 | 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...

5년 초과 전 | 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 ...

5년 초과 전 | 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...

5년 초과 전 | 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...

5년 초과 전 | 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...

5년 초과 전 | 6

| 수락됨

답변 있음
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...

5년 초과 전 | 0

답변 있음
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...

5년 초과 전 | 0

더 보기