Sunny Talekar
Followers: 0 Following: 0
Statistics
RANK
5.964
of 295.467
REPUTATION
8
CONTRIBUTIONS
17 Questions
3 Answers
ANSWER ACCEPTANCE
29.41%
VOTES RECEIVED
6
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Running Simulink model with root-level I/O ports and internal states from C++ in loop
Hi, I'm working on a concept for running a simulink model from C++. The model has a collection of input and output ports at the...
ongeveer 3 jaar ago | 1 answer | 0
1
answerQuestion
packNGo does not package all file dependencies
Hi, I'm trying to use packNGo() to pakcage all the source code generated from a Simulink model using embedded coder so that i...
ongeveer 5 jaar ago | 1 answer | 0
1
answerQuestion
Open SimulinkProject along with model
Hi, When you attempt to open a model that is part of a Simulink project, Simulink asks you whether you want to open the project...
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
GUI to select a file if it exists else create a new one
Hi, As part of my application, I need a GUI-based approach to select a file. It should basically allow the user to select a fil...
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
How to set a script as startup shortcut for Simulink project programmatically?
In MATLAB R2017a, is it possible to set a script as startup shortcut for Simulink project programmatically? I can do the same us...
meer dan 5 jaar ago | 1 answer | 0
1
answerIs it possible to generate/update MATLAB toolbox project file (*.prj) programmatically?
Workaround: Given that the toolbox project file is just an xml under the hood, I knocked up some functions to update relevant s...
meer dan 5 jaar ago | 1
Question
Adding folders to MATLAB search path when installing app created using App Designer
Hi, I have created an application using app designer. The application requires access to some MATLAB functions which are inside...
meer dan 5 jaar ago | 0 answers | 0
0
answersIssue with distributing simulink models containing protected reference model
I have managed to resolve this. Thought it might be worth sharing if anyone else encounters similar issue. It is important that...
bijna 6 jaar ago | 1
| accepted
Question
Issue with distributing simulink models containing protected reference model
Hi, We have been provided with a Simulink model that contains protected referenced model created using R2017b. When I try to a...
bijna 6 jaar ago | 1 answer | 0
1
answerQuestion
How to work with persistent class objects in C++ MEX s-function?
Hi, I'm trying to develop a level-2 s-function using C++. The s-function uses a class similar to the following: clas...
meer dan 6 jaar ago | 0 answers | 0
0
answersQuestion
Is it possible to get port names of a masked C-MEX s-function block?
Hi, I have some third-party C-MEX s-function library blocks. These blocks have been masked and the ports are labelled using "...
meer dan 6 jaar ago | 0 answers | 0
0
answersQuestion
Is it possible to add Area annotation programmatically?
Hi, I was wondering if it would be possible to programmatically add area annotation to a model in Simulink. I have used Si...
meer dan 6 jaar ago | 2 answers | 0
2
answersQuestion
Is it possible to set up the executable generated from Simulink model to run execute some functionality only once?
Hi, I'm using Simulink models to generate windows executables (using Simulink Coder). I want to display some information (met...
meer dan 6 jaar ago | 1 answer | 0
1
answerQuestion
Is it possible to generate/update MATLAB toolbox project file (*.prj) programmatically?
Hi, I have created a custom toolbox. Now I'm trying to have a continuous development process that would automatically package...
meer dan 6 jaar ago | 3 answers | 3
3
answersHow can I stop C MEX s-function from outputting anything?
I managed to achieve the desired outcome by configuring the s-function output as variable-size mode and set the current output d...
meer dan 6 jaar ago | 0
| accepted
Question
Is it possible to show Model Browser of a Simulink model programmatically?
Hi, I was wondering if it is possible to configure a Simulink model (using MATLAB script) to display model browser by default o...
bijna 7 jaar ago | 1 answer | 0
1
answerQuestion
Specifying linker options for code generation
Hi, I'm trying to use Simulink Coder (with default grt.tlc) option to generate a standalone executable from a Simulink model....
ongeveer 7 jaar ago | 0 answers | 0
0
answersQuestion
Is it possible to uninstall previous version of a custom toolbox as part of toolbox installation?
I have created a custom MATLAB toolbox. As part of the installation process, is it possible to uninstall the previous version (i...
meer dan 7 jaar ago | 1 answer | 0
1
answerQuestion
Is it possible to have some form of licence for custom toolboxes?
I have created a toolbox which will be distributes to our customers. I was wondering if there is an option to have a node-locked...
meer dan 7 jaar ago | 1 answer | 1
1
answerQuestion
How can I stop C MEX s-function from outputting anything?
I have a C MEX s-function that receives some data, processes it and outputs an array. I was wondering if there is a way to no...
meer dan 7 jaar ago | 2 answers | 0