Community Profile

photo

Vivek


Volvo Cars

Last seen: 2 months ago Active since 2013

Statistics

All
  • Tiles Challenge Master
  • Quiz Master
  • Thankful Level 3
  • First Answer
  • ASEE Challenge Master
  • Creator
  • Commenter
  • Promoter
  • Solver

View badges

Content Feed

View by

Question


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 ...

7 years ago | 1 answer | 0

1

answer

Question


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 years ago | 0 answers | 0

0

answers

Question


Can we modify Simulink.Signal properties?
Can we add/remove a property in Simulink.Signal? Example: By default it contains below fields 'CoderInfo' 'Descri...

8 years ago | 1 answer | 0

1

answer

Question


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...

9 years ago | 0 answers | 0

0

answers

Question


Conditions and Actions in Stateflow through script.
How to get/set the conditions and actions mentioned inside stateflow through M script?

9 years ago | 0 answers | 0

0

answers

Question


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 ...

9 years ago | 0 answers | 0

0

answers

Question


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 ago | 0 answers | 0

0

answers

Answered
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 years ago | 0

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 0 answers | 0

0

answers

Answered
How can I get the Goto Source link?
Till(R2012b) now its not possible

10 years ago | 0

| accepted

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 0 answers | 0

0

answers

Question


Difference between RTW Info and CoderInfo?
AbcSignal = mpt.Signal; AbcSignal.DataType = 'uint8'; %Resolution: 0.0078125 AbcSignal.Description = 'Calculated xyz'; AbcSig...

10 years ago | 0 answers | 0

0

answers

Question


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 ...

10 years ago | 1 answer | 1

1

answer

Question


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 ...

10 years ago | 1 answer | 0

1

answer

Question


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...

10 years ago | 0 answers | 0

0

answers

Question


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...

10 years ago | 0 answers | 0

0

answers

Question


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...

10 years ago | 2 answers | 0

2

answers

Question


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...

10 years ago | 3 answers | 0

3

answers

Question


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...

10 years ago | 1 answer | 0

1

answer

Answered
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.

10 years ago | 0

| accepted

Question


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...

10 years ago | 1 answer | 0

1

answer

Question


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 ago | 2 answers | 0

2

answers

Question


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 years ago | 0 answers | 1

0

answers

Question


'All Borders' to all used cells in excel?
How to set 'All Borders' to all used cells in excel sheet through matlab?

11 years ago | 0 answers | 1

0

answers

Question


Creating installer for Mfile
How to create a installer(.exe) for my Mfile? Please provide suggestions

11 years ago | 2 answers | 0

2

answers

Question


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 years ago | 2 answers | 0

2

answers

Load more