Ajay krishna Vasanthakumar
Followers: 0 Following: 0
Statistiques
RANG
13 502
of 295 448
RÉPUTATION
3
CONTRIBUTIONS
26 Questions
6 Réponses
ACCEPTATION DE VOS RÉPONSES
46.15%
VOTES REÇUS
2
RANG
of 20 227
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A résolu
Interpolator
You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end...
plus de 3 ans il y a
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?
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 3 ans il y a | 1 réponse | 0
1
réponseHow 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
presque 4 ans il y a | 0
| A accepté
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, ...
presque 4 ans il y a | 2 réponses | 0
2
réponsesSet 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...
presque 4 ans il y a | 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 ...
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
environ 4 ans il y a | 1 réponse | 0
1
réponseA résolu
Pattern Sum
Write a function which receives two single digit positive integers, (k and m) as parameters and calculates the total sum as: k...
environ 4 ans il y a
A résolu
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
environ 4 ans il y a
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', ...
environ 4 ans il y a | 0
| A accepté
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...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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
environ 4 ans il y a | 1 réponse | 0
0
réponseQuestion
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 ...
environ 4 ans il y a | 1 réponse | 0
0
réponsehow 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
environ 4 ans il y a | 0
| A accepté
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...
environ 4 ans il y a | 1 réponse | 0
1
réponsewhy 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
environ 4 ans il y a | 1
| A accepté
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...
environ 4 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
environ 4 ans il y a | 1 réponse | 1
1
réponseHow to debug html file in matlab browser
Thanks mohammad :)
environ 4 ans il y a | 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....
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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
plus de 4 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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"....
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 4 ans il y a | 1 réponse | 0