Arunkumar Muthukumaran
2015년부터 활동
Followers: 0 Following: 0
Feeds
질문
parameter is not addressable, because of its custom storage class
I have defined a parameter in Simulink data dictionary and it is imported from header file. The model is simulating without any ...
거의 9년 전 | 답변 수: 3 | 0
3
답변답변 있음
how can i control subsystems from the Gui with checkboxes
If you using triggered subsystems, you can use GUI check box to activate/trigger the subsystem of your choice. If, at any time,...
how can i control subsystems from the Gui with checkboxes
If you using triggered subsystems, you can use GUI check box to activate/trigger the subsystem of your choice. If, at any time,...
거의 9년 전 | 0
답변 있음
How can i get the value of a display block to a GUI?
Values displayed in Display block cannot be accessed by get_param() command. One of the possibilities is to pass the signal to ...
How can i get the value of a display block to a GUI?
Values displayed in Display block cannot be accessed by get_param() command. One of the possibilities is to pass the signal to ...
거의 9년 전 | 0
답변 있음
It is possible to change the values of the simulink frpm the Gui?
Use set_param() to access and update the value of constant blocks. This command will dynamically update the values during simula...
It is possible to change the values of the simulink frpm the Gui?
Use set_param() to access and update the value of constant blocks. This command will dynamically update the values during simula...
거의 9년 전 | 0
답변 있음
How do I get the value from output port in SIMULINK in GUI?
Connect the signal to output port to a matlab function in simulink. The output which you need is now an input to MATLAB functi...
How do I get the value from output port in SIMULINK in GUI?
Connect the signal to output port to a matlab function in simulink. The output which you need is now an input to MATLAB functi...
거의 9년 전 | 0
답변 있음
Matlab GUI- Workspace to GUI display
You can pass the variable Kp to a function (say MATLAB function) and update GUI handles with the value. This lets you to have th...
Matlab GUI- Workspace to GUI display
You can pass the variable Kp to a function (say MATLAB function) and update GUI handles with the value. This lets you to have th...
거의 9년 전 | 0
답변 있음
Get value from simulink model to matlab gui while simulink is running
Another solution would be to use a Matlab function in your model to update the GUI handle in each timestep. Pass the value from...
Get value from simulink model to matlab gui while simulink is running
Another solution would be to use a Matlab function in your model to update the GUI handle in each timestep. Pass the value from...
거의 9년 전 | 0
질문
Masked subsystem dialog box closes automatically when another subsystem is opened
I have created masked subsystem to set inputs for my top level model, which has many child referenced models. When I simulate th...
대략 9년 전 | 답변 수: 0 | 0
0
답변질문
Is it possible to change background color or text color of mask editor dialog edit text field?
I am using mask editor dialog box with edit parameters to display the output of simulation. When simulated output changes, I wo...
대략 9년 전 | 답변 수: 0 | 0
0
답변질문
Can Mask Editor Dialog box can have panels side by side instead of tabs?
I would like to have Mask Editor Dialog box panel display side by side instead of tabs. In the following example, I have two ta...
대략 9년 전 | 답변 수: 0 | 0
0
답변질문
Stateflow chart coverage not 100% when only state entry action is executed
I have a model, where I have added an entry action (en: x=0;) in a state say A and used the same as condition ( [x==0]) to exit ...
9년 초과 전 | 답변 수: 0 | 0
0
답변질문
Simulink Truthtable block with Action language as C
Is it possible to set Action language to C in Simulink Truthtable block? For truth tables used in Stateflow model, there is an ...
9년 초과 전 | 답변 수: 1 | 0
1
답변질문
Model with multiple data dictionaries
I have a top level model which has two reference models namely _a.slx_ and _b.slx_ . Both have their own data dictionaries namel...
9년 초과 전 | 답변 수: 1 | 1
1
답변답변 있음
Enumerated values in StateFlow chart
Hi, If I change the action language to C and just use the Enumeration Value, will it affect the generated code+?
Enumerated values in StateFlow chart
Hi, If I change the action language to C and just use the Enumeration Value, will it affect the generated code+?
9년 초과 전 | 0
질문
Find matlab version from generated code
I have *.c and *.h files generated from Stateflow. Is it possible to find the matlab version from the generated code?
9년 초과 전 | 답변 수: 0 | 0
0
답변질문
Find names of ports in Subsystem connected to input ports
<</matlabcentral/answers/uploaded_files/30407/Capture.PNG>> I have some input ports connected to the port of a subsystem. I ...
9년 초과 전 | 답변 수: 2 | 1
2
답변답변 있음
Change settings in model properties dialog box by matlab command
I think my question was not clear. I dont want to add the path of my data dictionary to matlab path. I already have a model ...
Change settings in model properties dialog box by matlab command
I think my question was not clear. I dont want to add the path of my data dictionary to matlab path. I already have a model ...
9년 초과 전 | 0
답변 있음
Change settings in model properties dialog box by matlab command
Thanks Sebastian for the answer. I have another question related to this. When I have Simulink model in a folder and its Dat...
Change settings in model properties dialog box by matlab command
Thanks Sebastian for the answer. I have another question related to this. When I have Simulink model in a folder and its Dat...
9년 초과 전 | 0
질문
Change settings in model properties dialog box by matlab command
Hello everyone, Currently I am working on Matlab 2014a and I am using Data dictionary in my model and hence in model properties...
9년 초과 전 | 답변 수: 3 | 0