Community Profile

photo

Vivek


Volvo Cars

Last seen: 3 mesi fa Attivo dal 2013

Followers: 0   Following: 0

Contatto

Statistiche

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

Visualizza badge

Feeds

Visto da

Domanda


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

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 8 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 9 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 10 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 10 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 10 anni fa | 0 risposte | 0

0

risposte

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

quasi 10 anni fa | 0

Domanda


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

quasi 10 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 10 anni fa | 0 risposte | 0

0

risposte

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

circa 10 anni fa | 0

| accettato

Domanda


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

circa 10 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 10 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 10 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 10 anni fa | 1 risposta | 1

1

risposta

Domanda


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

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 10 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 10 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 10 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 10 anni fa | 3 risposte | 0

3

risposte

Domanda


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

oltre 10 anni fa | 1 risposta | 0

1

risposta

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

oltre 10 anni fa | 0

| accettato

Domanda


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

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 11 anni fa | 2 risposte | 0

2

risposte

Domanda


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.

quasi 11 anni fa | 0 risposte | 1

0

risposte

Domanda


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

circa 11 anni fa | 0 risposte | 1

0

risposte

Domanda


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

circa 11 anni fa | 2 risposte | 0

2

risposte

Domanda


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

circa 11 anni fa | 2 risposte | 0

2

risposte

Carica altro