photo

Adrian Dronca


Politehnica Universiti of Timisoara

Active since 2012

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

14 Questions
4 Answers

Cody

0 Problems
24 Solutions

RANK
8,629
of 300,688

REPUTATION
5

CONTRIBUTIONS
14 Questions
4 Answers

ANSWER ACCEPTANCE
42.86%

VOTES RECEIVED
1

RANK
 of 21,039

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
19,889
of 170,148

CONTRIBUTIONS
0 Problems
24 Solutions

SCORE
270

NUMBER OF BADGES
3

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 3
  • Knowledgeable Level 1
  • First Answer
  • Promoter
  • Commenter
  • Solver

View badges

Feeds

View by

Question


Changing Data Object Wizard - default package
Hello all, I`m using *Matlab 2012b* and *2011a* and I have a script that changes the default package for data objects from *S...

10 years ago | 0 answers | 0

0

answers

Answered
Stop a mask callback from being called to not display it
That is what I wanted. Thank you!

13 years ago | 0

Question


Stop a mask callback from being called to not display it
Hello all, I have a mask subsystem. I saw that the *MaskCallback* is called when the user double-clicks it. In that callb...

13 years ago | 3 answers | 0

3

answers

Question


UserData goes empty when I use restore link
Hello all, I've created a toolbox and saved all the data in UserData. I've made the toolbox a library and after I copy the li...

13 years ago | 1 answer | 0

1

answer

Question


remove unused callbacks from GUI m files
Hello all, I am using both MATLAB 2011a and MATLAB 2012b and I have large .m files corresponding to the GUI`s that I have cre...

13 years ago | 3 answers | 1

3

answers

Question


How to access Target Preference Board
Hello all, I am using the target preference board for a C2000 device from Texas Instruments. I want to change the setting...

13 years ago | 0 answers | 0

0

answers

Answered
how to find the equality of 2 numbers?
I think you should consider using *isequal()* . The function works with single, double, string.

13 years ago | 0

Question


DeleteFcn and DestroyFcn callbacks
I want to be able to do specific operations when I delete a block. DeleteFcn and DestroyFcn are perfect for that. There is 1...

13 years ago | 0 answers | 0

0

answers

Question


Change the order of the menu bar`s items of the model
I used *sl_customization* to add a new item to the model's menu. Now I want to change the order of the items. Is this possib...

13 years ago | 1 answer | 0

1

answer

Answered
Need some assistance with creating a program
You could create a small GUI using *GUIDE*. You can get the data from/to GUI using the commands *get* and *set*

13 years ago | 0

| accepted

Question


unique Simulink model identifiers
Hello all, When a new model is created in Simulink, is there some unique Identifier also created that can be read ? Best...

13 years ago | 1 answer | 0

1

answer

Question


Renaming a model from explorer or MATLAB folder
Hello all, I want to know when a user renames a model with *F2*, either from *windows explorer* or from *MATLAB Current Folde...

13 years ago | 1 answer | 0

1

answer

Question


PreSaveFcn Callback
I want to save the model with a different name and get the model name of the previous model. For example I have a model named...

13 years ago | 1 answer | 0

1

answer

Question


existence of structure without the use of eval
Hello, I`m trying to see if a structure exists or not in the workspace (i`m checking the structure if it exists in another st...

13 years ago | 1 answer | 0

1

answer

Question


code generation using Embedded Coder
Hello all, I`m trying to generate Embedded C code, but without the HW present(with the HW present it is working fine). I s...

13 years ago | 1 answer | 0

1

answer

Question


Adding Libraries to the Library Browser
I am trying to add my own library to the library browser. The problem is that the library that appears in the library browse...

14 years ago | 1 answer | 0

1

answer

Answered
Create new workspace
Yes but when you close the GUI, the function ends and all the data will be lost. I need to held all data from all the blocks in ...

14 years ago | 0

Question


Create new workspace
Hello all, I have a mask(loads a GUI) with many variables that also exist in base. I want to be able to use the mask block mo...

14 years ago | 2 answers | 0

2

answers