Community Profile

photo

Ajay krishna Vasanthakumar


Last seen: 2 years ago Active since 2019

Followers: 0   Following: 0

Statistics

All
  • First Answer
  • Solver
  • Thankful Level 3
  • First Review

View badges

Feeds

View by

Question


Is it possible to copy an entire area from one simulink model to another?
Is it possible to copy an entire area from one simulink model to another using simulink API?

3 years ago | 1 answer | 0

1

answer

Question


Smallest number of data type single
Hello All, How can i get the smallest possible number of the datatype ? we intmin for integers. Do we have similar in built fu...

3 years ago | 1 answer | 0

1

answer

Answered
How to call the refresh custom code in c caller block from command line?
set_param(blockPath, 'InstantiateOnLoad', 'On'); This will refresh the block. Hope this will be helpful to someone

3 years ago | 0

| accepted

Question


How to call the refresh custom code in c caller block from command line?
Hello all, i would like to know is there any way to call the refresh custom code in c caller block from command line? Thanks, ...

3 years ago | 1 answer | 0

1

answer

Answered
Set Column and Row visibility in uitable
Hello Daniele Morello, You can just change the ColumnWidth to hide(invisible) the column Example: If you want to hide column...

3 years ago | 0

Question


How to add Stateflow event listeners?
Hello all, For Simulink blocks we add add_exec_event_listener to obtain the run time object of block In similar way do matlab ...

3 years ago | 1 answer | 0

1

answer

Question


why it is necessary to enable debugging to record the coverage of statefow?
Hello all, can someone explain the theory behind enabling the debugging mode in stateflow chart to record the state flow covera...

3 years ago | 0 answers | 0

0

answers

Question


how to get Model advisor report name?
Hello all, i need to get the path of model advisor report through simulink API. can someone help me out? Thanks, V. Ajay ...

3 years ago | 1 answer | 0

1

answer

Answered
how to convert word to pdf along with book marks?
saving the file in default .docx and exporting it to pdf will preserve the same hierarchical bookmarks. invoke (doc, 'SaveAs', ...

3 years ago | 0

| accepted

Question


how to convert word to pdf along with book marks?
Hello, i need to convert a word document to pdf along with bookmark in same hierarchical order. i used "invoke(doc,'ExportAsFi...

3 years ago | 1 answer | 0

1

answer

Question


how to export a word to pdf along with headings
Hello, How to export a word to pdf along with heading in the navigation pane ? can someone help me out ? Thanks, Ajay

3 years ago | 0 answers | 0

0

answers

Question


how to add stateflow event listener?
Hello, For simulink blocks we can use add_exec_event_listener to trigger a callback on specific events. do stateflow hve such ...

3 years ago | 0 answers | 0

0

answers

Answered
how to capture coloured image of simulink model
statefloe chart color will not be captured. sprintf(objName,'jpg') will do the trick hope this will be helpful for someone

3 years ago | 0

| accepted

Question


how to capture coloured image of simulink model
Hello all, i am having two questions. i used print to capture the image of a simulink model,the result image is in black and w...

3 years ago | 1 answer | 0

1

answer

Answered
why stateflow chart getting corrupted?
i have found the answer by myself. dont use save_system(gcs) in closeFcn. Hope this answer will benifit someone. Thanks

3 years ago | 1

| accepted

Question


why state flow getting corrupted?
when i save the model containing stateflow chart using save_system(gcs) in closeFcn,the chart is getting corrupted. can someone...

3 years ago | 0 answers | 0

0

answers

Question


why stateflow chart getting corrupted?
Hello all, i added some new variables in the chart before the model i simulated.once done with the simulation i closed the mode...

3 years ago | 1 answer | 1

1

answer

Answered
How to debug html file in matlab browser
Thanks mohammad :)

3 years ago | 0

Question


How to debug html file in matlab browser
Hello community, i have a html document which is working in chrome,explorer,edge but it is not compatible in matlab we browser....

3 years ago | 1 answer | 0

1

answer

Question


find expression within {}
Hello all, i have to fin {i++;} from the below expression using regexp.can some one help me out? x = [task_queue[i] > 0 && i<N...

3 years ago | 1 answer | 0

1

answer

Question


how does the simulink design verifier creates test case
Hello all, how does the simulink design verifier generates test cases. does it generate the testcase for the given stop in the ...

3 years ago | 1 answer | 0

1

answer

Question


State Flow Run time object
Hello all, is it possible to get the run time object of states and flow diagrams ? Thanks in Advance, Ajay Krishna

3 years ago | 0 answers | 0

0

answers

Question


different ways of storing data in block
Hello all, is there anyother way to store data in the block other than userdata ? do we have any possiblity to create custom p...

4 years ago | 1 answer | 0

1

answer

Question


How to copy the content of a model to another model without closing the current model
Hello, i want to take back up of the current model without closing save_system('model','new_model') closes the model "model"....

4 years ago | 1 answer | 0

1

answer

Question


Block parameter and values in simulink
Hello everyone, is it possible to get the block parameters and value using simulink api? for example: i want the parameter pa...

4 years ago | 1 answer | 0

1

answer

Question


Cumulative coverage for different test cases
Hello Community, is it possible to get the cumulative coverage in simulink if i change the test case which contains different s...

4 years ago | 1 answer | 0

1

answer

Question


Simulink Post Sim Function
Hello Friends, is there any way to kick start a custom function post simulation ? What i want to do is i am changing a block p...

4 years ago | 1 answer | 0

1

answer

Question


How to get the iterator count of while iterator
Hello Guys, can someone help me to find the iteration count of while iterator block after a step time i tried to access the ru...

4 years ago | 0 answers | 0

0

answers

Question


Remove Highlighting in Block
Hello Community, when i try to highlight and remove the highlight for a block programitically using hilite_system function th...

4 years ago | 2 answers | 0

2

answers

Question


Simulink Block not executed
Hey Guys, i have a question ,Hope someone can answer it. when the block is not executed in simulink(due to short circuit),the ...

4 years ago | 1 answer | 0

1

answer

Load more