統計
All
Feeds
質問
Dynamically increasing propery size in object
Hello Everyone, I know dynamically increasing array size (without pre-allocation) is not good for performnace and there are sev...
約3年 前 | 1 件の回答 | 0
1
回答回答済み
Sequential batch processes in Simulink
In Simulink, you can not start different subsystems at different time. When you start simulation at t=0, all block in the model ...
Sequential batch processes in Simulink
In Simulink, you can not start different subsystems at different time. When you start simulation at t=0, all block in the model ...
約6年 前 | 0
回答済み
How can I find out the subsystem computation time for each tilmestep?
Use *Simulation profiler* (not Solver profiler) to check profile info of blocks in the model. <https://in.mathworks.com/help/...
How can I find out the subsystem computation time for each tilmestep?
Use *Simulation profiler* (not Solver profiler) to check profile info of blocks in the model. <https://in.mathworks.com/help/...
約6年 前 | 1
回答済み
What is the technical rationale behind warning diagnostics for vector/matrix block input conversion?
Its part of <https://in.mathworks.com/help/simulink/high-integrity-systems.html High Integrity System Modeling guideline>. Pl...
What is the technical rationale behind warning diagnostics for vector/matrix block input conversion?
Its part of <https://in.mathworks.com/help/simulink/high-integrity-systems.html High Integrity System Modeling guideline>. Pl...
約6年 前 | 0
回答済み
How to build an S-function with nested C++ source code? (The source code has a lot of folders and sub-folders)
There are multiple ways to integrated you leagcy c/c++ code into a s-function. Please check below references 1. <https://in....
How to build an S-function with nested C++ source code? (The source code has a lot of folders and sub-folders)
There are multiple ways to integrated you leagcy c/c++ code into a s-function. Please check below references 1. <https://in....
約6年 前 | 1
回答済み
Infinite while loop in Matlab function block
I guess, you are trying to run the loop for checking _Moisture_Sensor_area_1_OUT<Moisture_instruction_min_ condition for every s...
Infinite while loop in Matlab function block
I guess, you are trying to run the loop for checking _Moisture_Sensor_area_1_OUT<Moisture_instruction_min_ condition for every s...
約6年 前 | 0
回答済み
Force update scope window when running rapid accelerator mode from command line
Scope will not update with *sim* command, but it works with *SimulationCommand* (please dont ask why :P) set_param('MyModel...
Force update scope window when running rapid accelerator mode from command line
Scope will not update with *sim* command, but it works with *SimulationCommand* (please dont ask why :P) set_param('MyModel...
約6年 前 | 1
| 採用済み
回答済み
How can I create a Mex function from a generated C code from Simulink Coder?
Simulink model (and also generated code) is designed to run on a *solver* which is part of Simulink tool but not present in Matl...
How can I create a Mex function from a generated C code from Simulink Coder?
Simulink model (and also generated code) is designed to run on a *solver* which is part of Simulink tool but not present in Matl...
約6年 前 | 0
| 採用済み
回答済み
Subtraction of two single-precision arrays reuslts in an integer (?) array
Values in your arrays frame_1 & frame_2 are such that, difference is always a whole number (fraction part is 0). So they appear ...
Subtraction of two single-precision arrays reuslts in an integer (?) array
Values in your arrays frame_1 & frame_2 are such that, difference is always a whole number (fraction part is 0). So they appear ...
約6年 前 | 1
| 採用済み
回答済み
How to exclude Simulink blocks from code generation?
If you want to exclude some blocks from *Simulion and Code Generation*, then you can comment them out. As far I know, there i...
How to exclude Simulink blocks from code generation?
If you want to exclude some blocks from *Simulion and Code Generation*, then you can comment them out. As far I know, there i...
約6年 前 | 0
回答済み
Generate a variable bus from within a mask in Simulink
You need to use evalin or assign in functions to create required variable in base worksspace from Mask workspace. For example...
Generate a variable bus from within a mask in Simulink
You need to use evalin or assign in functions to create required variable in base worksspace from Mask workspace. For example...
約6年 前 | 0
| 採用済み
回答済み
Can I find where a Simulink.Signal object is stored based on a Data Store Read/Write in the model?
If Simulink.Signal object name is "x" >> varInfo = Simulink.findVars('MyModel','Name','x') varInfo = Vari...
Can I find where a Simulink.Signal object is stored based on a Data Store Read/Write in the model?
If Simulink.Signal object name is "x" >> varInfo = Simulink.findVars('MyModel','Name','x') varInfo = Vari...
約6年 前 | 1
| 採用済み
回答済み
Distinguish MATLAB Library & Custom Library
libdata = libinfo(gcb); libdir = which(libdata(1).Library, '-all'); If libdir have a matlab installation path, then it i...
Distinguish MATLAB Library & Custom Library
libdata = libinfo(gcb); libdir = which(libdata(1).Library, '-all'); If libdir have a matlab installation path, then it i...
約6年 前 | 0
| 採用済み
回答済み
convert an enum to another type of enum
If your enums definitions are compatible, then you can convert them directly in Simulink using "Data Type Conversion" block. ...
convert an enum to another type of enum
If your enums definitions are compatible, then you can convert them directly in Simulink using "Data Type Conversion" block. ...
約6年 前 | 1
| 採用済み
回答済み
S-Function Builder. Error using mex: error LNK2019 unresolved external symbol 'Function' referenced in function XXX_Output_wrapper
S-function builder builds and produce output mex file directly. Why you need to compile them seprately ? However.... In S-...
S-Function Builder. Error using mex: error LNK2019 unresolved external symbol 'Function' referenced in function XXX_Output_wrapper
S-function builder builds and produce output mex file directly. Why you need to compile them seprately ? However.... In S-...
約6年 前 | 0
回答済み
What is the token of the block property Function Packaging?
This is not listed in token list. %<RTWSystemCode>
What is the token of the block property Function Packaging?
This is not listed in token list. %<RTWSystemCode>
約6年 前 | 1
| 採用済み
回答済み
How to work on objects in the workspace from Simulink
If these objrcts are not supported by any Simulink toolbox, then you can not use them directly in Simulink. But you can extra...
How to work on objects in the workspace from Simulink
If these objrcts are not supported by any Simulink toolbox, then you can not use them directly in Simulink. But you can extra...
約6年 前 | 0
回答済み
Generate ramp signal for a certain time in simulink
Function which you have written will generate whole Ramp in just onec call (one sample). In Simulink, this function will be c...
Generate ramp signal for a certain time in simulink
Function which you have written will generate whole Ramp in just onec call (one sample). In Simulink, this function will be c...
約6年 前 | 0
回答済み
Trigger mode and time range setting support in Simulation data inspector?
There are several options to solve your problem. Carefully check the setting in <https://in.mathworks.com/help/simulink/gui/data...
Trigger mode and time range setting support in Simulation data inspector?
There are several options to solve your problem. Carefully check the setting in <https://in.mathworks.com/help/simulink/gui/data...
約6年 前 | 0
回答済み
Supress simulink from evaluating initialisation commands while editing
You can check model simulation status on mask initialization to decide whether to run your command or not. if ~strcmpi(get_...
Supress simulink from evaluating initialisation commands while editing
You can check model simulation status on mask initialization to decide whether to run your command or not. if ~strcmpi(get_...
約6年 前 | 0
| 採用済み
回答済み
1 library block is generated in autocode as 2 different functions. How can I generate 1 common function?
In Subsystem block parameter dialog, goto "Code Generation" tab and select "Function Packaging" as "Reusable function". Check...
1 library block is generated in autocode as 2 different functions. How can I generate 1 common function?
In Subsystem block parameter dialog, goto "Code Generation" tab and select "Function Packaging" as "Reusable function". Check...
約6年 前 | 0
回答済み
Display signals from the activated variant subsystem in a sleek manner
Another way is to *log* the signal to base workspace and anlyze on Simulink Data Inspector. You can connect just *Terminate* ...
Display signals from the activated variant subsystem in a sleek manner
Another way is to *log* the signal to base workspace and anlyze on Simulink Data Inspector. You can connect just *Terminate* ...
約6年 前 | 0
回答済み
How to read a value of S function popup in C code?
Just like Inputs and Outputs there are S-function APIs to access the parameters. Please check <https://in.mathworks.com/he...
How to read a value of S function popup in C code?
Just like Inputs and Outputs there are S-function APIs to access the parameters. Please check <https://in.mathworks.com/he...
約6年 前 | 0
| 採用済み
回答済み
Struct as input to a Simulink MATLAB Function block
Check below links: <https://in.mathworks.com/help/stateflow/ug/working-with-structures-and-bus-signals-in-matlab-functions.ht...
Struct as input to a Simulink MATLAB Function block
Check below links: <https://in.mathworks.com/help/stateflow/ug/working-with-structures-and-bus-signals-in-matlab-functions.ht...
約6年 前 | 1
回答済み
Dashboard Lamp Covered by Annotation
# Double click on the Lamp to open Block Parameter Window. # At the bottom of Window make "Label" = Hide in dropdown option.
Dashboard Lamp Covered by Annotation
# Double click on the Lamp to open Block Parameter Window. # At the bottom of Window make "Label" = Hide in dropdown option.
約6年 前 | 0
| 採用済み
回答済み
How to have multiple seeds for random generation in Simulink?
# In Child model --> Create Model parameter for seed. # In "Model Block" in Parent model --> Pass the seed value in "Model Arg...
How to have multiple seeds for random generation in Simulink?
# In Child model --> Create Model parameter for seed. # In "Model Block" in Parent model --> Pass the seed value in "Model Arg...
約6年 前 | 0
| 採用済み
回答済み
getting the arrays stored for Simulation Data Inspector to plot in Scope Block?
Simulink Data Inspector (SDI) stores the previous simulation plots in %TEMP% folder in binary format (file name USERNAME_sdi*.dm...
getting the arrays stored for Simulation Data Inspector to plot in Scope Block?
Simulink Data Inspector (SDI) stores the previous simulation plots in %TEMP% folder in binary format (file name USERNAME_sdi*.dm...
6年以上 前 | 0
| 採用済み
回答済み
How to find execution time of a block inside a SIMULINK file?
May be you need to use Simulink Profiler. <https://in.mathworks.com/help/simulink/examples/introduction-to-profiling-models.h...
How to find execution time of a block inside a SIMULINK file?
May be you need to use Simulink Profiler. <https://in.mathworks.com/help/simulink/examples/introduction-to-profiling-models.h...
6年以上 前 | 0
回答済み
How to make a Simulink block constant, execute only once?
Put your child model in Enabled Subsystem in parent model. [parent.slx [Enabled Subsystem [Enchild.slx]]] Enable the sub...
How to make a Simulink block constant, execute only once?
Put your child model in Enabled Subsystem in parent model. [parent.slx [Enabled Subsystem [Enchild.slx]]] Enable the sub...
6年以上 前 | 1
| 採用済み
回答済み
Extract rows from a matrix input signal in TLC files
I assume you are trying to inline S-function for C-code generation. Simulink Coder (and also Embedded Coder) handles 2-D arra...
Extract rows from a matrix input signal in TLC files
I assume you are trying to inline S-function for C-code generation. Simulink Coder (and also Embedded Coder) handles 2-D arra...
6年以上 前 | 0
| 採用済み