統計
All
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年弱 前 | 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...
8年以上 前 | 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年弱 前 | 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年 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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 ...
10年以上 前 | 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...
10年以上 前 | 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...
10年以上 前 | 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...
10年以上 前 | 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 ...
10年以上 前 | 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...
10年以上 前 | 0 件の回答 | 0
0
回答質問
Difference between RTW Info and CoderInfo?
AbcSignal = mpt.Signal; AbcSignal.DataType = 'uint8'; %Resolution: 0.0078125 AbcSignal.Description = 'Calculated xyz'; AbcSig...
11年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 0 件の回答 | 0
0
回答回答済み
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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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.
11年以上 前 | 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?
11年以上 前 | 0 件の回答 | 1
0
回答質問
Creating installer for Mfile
How to create a installer(.exe) for my Mfile? Please provide suggestions
11年以上 前 | 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...
11年以上 前 | 2 件の回答 | 0