Feeds
提问
Want to remove unused data/event from Stateflow
Hi Friends, I want to remove the data/events declared in Stateflow in model properties (data dictionary) but not used in the ...
8 years 前 | 1 个回答 | 0
1
个回答提问
Possible to include comments in Signal builder's test case excel file?
I write test cases in excel and pass it to model through Signal builder block. I just want to include a column in excel for incl...
9 years 前 | 0 个回答 | 0
0
个回答提问
Can we modify Simulink.Signal properties?
Can we add/remove a property in Simulink.Signal? Example: By default it contains below fields 'CoderInfo' 'Descri...
9 years 前 | 1 个回答 | 0
1
个回答提问
Unexpected output DT because of Inherit via back propagation
I am not clear what is happening here. Using Matlab 2010b. I mentioned the DataType(DT) of blocks near as annotation. <</ma...
10 years 前 | 0 个回答 | 0
0
个回答提问
Conditions and Actions in Stateflow through script.
How to get/set the conditions and actions mentioned inside stateflow through M script?
10 years 前 | 0 个回答 | 0
0
个回答提问
How to get the window size of the Simulink model/
Actually in my simulink model, if logic is small, then I want to adjust the window size to fit the logic. To achieve this I ...
10 years 前 | 0 个回答 | 0
0
个回答提问
Code generation for Level 2 M-S Function
I am using a level 2 matlab s function in my model. When I try to generate code, got a error "tlc not found". Don't know to ...
10 years 前 | 0 个回答 | 0
0
个回答已回答
How to seperate a cell?
for i=1:length(A) eval(['A',num2str(i),'=A{',num2str(i),'}']); end If you are writing a function, then specify the ...
How to seperate a cell?
for i=1:length(A) eval(['A',num2str(i),'=A{',num2str(i),'}']); end If you are writing a function, then specify the ...
11 years 前 | 0
提问
Pass Value to Inport
I do some calculation in mask subsystem workspace and I just want to pass it. Inside that mask subsystem only inport, outport an...
11 years 前 | 0 个回答 | 0
0
个回答提问
In built M-file for S Function?
I created a S function block. But I dont want to store the Mfile in path. If I use only the Level2 M-S Fcn block(Not the respec...
11 years 前 | 0 个回答 | 0
0
个回答提问
Problem in Code Generation for LookUp blocks
My row and column index values are defined using variable parameters(eg: x=xRow, y=yCol, where xRow=[1 2 3],yCol=[4 5 6]). But m...
11 years 前 | 0 个回答 | 0
0
个回答提问
Radio Buttons in panel
I created two radiobuttons on panel in GUI through script.I can select both at the same time (ie) selection is not removed when ...
11 years 前 | 1 个回答 | 0
1
个回答提问
How to find the value of the resolved signal at each sample time?
I checked " *signal name must resolve to simulink signal object* " option for a signal. Now how can I find its stored value at e...
11 years 前 | 0 个回答 | 0
0
个回答提问
Difference between RTW Info and CoderInfo?
AbcSignal = mpt.Signal; AbcSignal.DataType = 'uint8'; %Resolution: 0.0078125 AbcSignal.Description = 'Calculated xyz'; AbcSig...
11 years 前 | 0 个回答 | 0
0
个回答提问
How can I get the Goto Source link?
I want to get the goto block's *Goto Source* link through MATLAB Command. In get_param(gcb,'DialogParameters') only GotoTag and ...
11 years 前 | 1 个回答 | 1
1
个回答提问
Can I get list of functions removed in latest version of matlab?
I was using Matlab R2010b. Now using R2013b. So I need a list of functions removed/added in 2013b compared to R2010b. Please ...
11 years 前 | 1 个回答 | 0
1
个回答提问
fetch the datatype of input signal in simulink without using Mscript
Is there any way to fetch the datatype of input signal in simulink without using Mscript. I want to connect a Fcn block to a Inp...
11 years 前 | 1 个回答 | 0
1
个回答已回答
How to improve the speed of S-Fcn or else tell me some other function which will run at each sample time.
use c mex
How to improve the speed of S-Fcn or else tell me some other function which will run at each sample time.
use c mex
11 years 前 | 0
| 已接受
提问
Delay in Complete GUI loading
I am using a GUI which is having few invisible and a visible uipanel. Each uipanel has several buttons(pushbutton, text, popup e...
11 years 前 | 0 个回答 | 0
0
个回答提问
How to Create an executable file for Simulink model?
I have a GUI which get 2 inputs from user and provide that to simulink model. Model will add that two input and give an output t...
11 years 前 | 2 个回答 | 0
2
个回答提问
How to create a random row vector whose sum of elements and number of elements is at my desire?
For example I want a row vector(1,5) and its total sum should be 20. Is there any function which randomly returns a 1*5 vector w...
11 years 前 | 3 个回答 | 0
3
个回答提问
How to improve the speed of S-Fcn or else tell me some other function which will run at each sample time.
Im having a simulink model and I want to update its output value to guide panel at each sample time. So for that I tried "S-Func...
11 years 前 | 1 个回答 | 0
1
个回答已回答
How to find Line crossing in simulink through Mscript?
Take the points of all line. Check any other line is coming inside that points. So u come to know the line crossing.
How to find Line crossing in simulink through Mscript?
Take the points of all line. Check any other line is coming inside that points. So u come to know the line crossing.
11 years 前 | 0
| 已接受
提问
How to find Line crossing in simulink through Mscript?
Im having many inports connected to subsystem. some of the inports are may not properly alligned. So through script I need to ch...
11 years 前 | 1 个回答 | 0
1
个回答提问
How to execute the callback of a pushbutton which is behind another pushbutton?
In GUI I had a big pushbutton which is having picture inserted. Consider the picture is a human image.. Im adding many pushbutto...
11 years 前 | 2 个回答 | 0
2
个回答提问
How to get value displayed in display block through mscript?
Hi, I just want to know the value in display block through mscript? Please help me if you know the solution or syntax.
12 years 前 | 0 个回答 | 1
0
个回答提问
'All Borders' to all used cells in excel?
How to set 'All Borders' to all used cells in excel sheet through matlab?
12 years 前 | 0 个回答 | 1
0
个回答提问
Creating installer for Mfile
How to create a installer(.exe) for my Mfile? Please provide suggestions
12 years 前 | 2 个回答 | 0
2
个回答提问
getting all specific file names in path?
I add a folder in current path after using restoredefaultpath. In a folder(eg.AllModules). I am having many folders(eg.f1,f2...f...
12 years 前 | 2 个回答 | 0