Community Profile

photo

Diana Acreala


Active since 2011

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


Structure fields in Matlab
Hello! I have a structure that can contain several substructures, and sub-sub-structures and so on. I will never know for sur...

11 years ago | 2 answers | 0

2

answers

Question


Level-2 M-file S-Function
Hello all, I need to delete one of the 25 parameters of a Level-2 M-file S-Function in Simulink. More exactly the 16th. I d...

12 years ago | 1 answer | 0

1

answer

Question


str2num conversion for vectors
Hello! About str2num conversion.. This is what I found in the Matlab help: A = str2num('uint16(500)') A = 500 ...

12 years ago | 1 answer | 0

1

answer

Answered
Change data type in matlab
I need to use the two variables: var_param_name=x (type char) and var_data_type=int8 (type char); Can't do x = int8(x); directly...

12 years ago | 0

Question


Change data type in matlab
Hey, I'll present my question with an example. I create parameter: x=1; now we have the possibility to see in workspace, a...

12 years ago | 3 answers | 0

3

answers

Answered
Remove parameter from workspace
And I got stuck... functions do not share the same workspace.. In my app I need to select a variable (which contains the na...

12 years ago | 0

Question


Remove parameter from workspace
Hey! I need to remove a parameter from workspace.. the parameter name is saved in a variable 'param_name' which is of course ...

12 years ago | 2 answers | 0

2

answers

Question


load and assignin variables in workspace
Hello! What can I use instead of the 'load(*.mat)' command? I want to load a mat file in workspace and after that to assigni...

12 years ago | 2 answers | 0

2

answers

Question


uiwait(uiimport(File)) Matlab
Hello! I'm coming again with this question (but reformulated). Is it possible to do this: uiwait(uiimport(File)) without g...

12 years ago | 0 answers | 0

0

answers

Answered
Wait until finish is pressed
Hello! What I want is to use something like: uiwait(uiimport(File)) but it seems that this is getting an error. Look here ple...

12 years ago | 0

Question


Wait until finish is pressed
Hello! I am using this command uiimport(FileName); for importing some parameters in workspace. After importing these param...

12 years ago | 3 answers | 0

3

answers

Question


Copyfile without overwriting
Hello! How can I copy the content of a *.m file in another. I used copyfile('1.m','2.m') but with this command the content ...

12 years ago | 2 answers | 1

2

answers

Question


Working in Matlab with structures in structures?
Hello all! I am dealing with a set of parameters. For the moment is possible to 'play' with these parameters, change names an...

12 years ago | 0 answers | 0

0

answers

Answered
How to resize a GUI (which contains many items)
My gui is created in GUIDE. Now I found another example in *Matlab help*. I searched in HELP after *resize* and the third thing ...

12 years ago | 0

Question


How to resize a GUI (which contains many items)
Hello I'm coming with a question about resizing a GUI in Matlab. I found the following examples on the site: "Panel" and "An ...

12 years ago | 5 answers | 1

5

answers

Answered
copy the content of a text file to another text file
Hy! Thank you for your answers!:) Finally I solve my problem. I did a trick if I may say so. This is what I did: fo...

12 years ago | 0

Question


copy the content of a text file to another text file
Hello, I have several text files and each contains 3 things that I need to know(user name, date, comments). I am interested to ...

12 years ago | 2 answers | 0

2

answers

Question


regexp match - not reading the hole name
Hello! I have a list o parameters and a txt file containing some parameters. I have to check if what is in the txt file is al...

12 years ago | 2 answers | 0

2

answers

Question


Table in GUI - limit the user to enter only one value (+other special cases)
Hello! I am using on my interface a table (30x30 cell array). Now I have tree cases: 1) limit the user to introduce one sing...

12 years ago | 0 answers | 0

0

answers

Question


Write in an edit text character set: A-Z, a-z and '-'
Hello all, I have this problem with an edit text that should allow the user to enter only the charater set: A-Z, a-z and '-'....

12 years ago | 1 answer | 0

1

answer

Answered
How to use get_param?
It gives me the same thing... numeriv values, not the name... is there another solution?

12 years ago | 0

Question


How to use get_param?
Hi! I have a complex Simulink model in which I used 200-300 parameters. My question comes with the following example: I a...

12 years ago | 3 answers | 1

3

answers

Answered
take the real data type of parameters from the Simulink model
I am using this code for getting all my block types and I see that is not returning also blocks used in my subsystems. It only g...

12 years ago | 0

Answered
take the real data type of parameters from the Simulink model
Hello! Can anybody help me with another ideea??

12 years ago | 0

Question


take the real data type of parameters from the Simulink model
Hi! What do you think about this? I'm using R2009b Matlab version. I have my_para.mat set of parameters that are used in my_m...

12 years ago | 7 answers | 0

7

answers

Question


slider for scrolling in GUI
Hello! I have some problems with a slider that I am using for moving my objects on an interface. This is what I am using: p...

12 years ago | 1 answer | 0

1

answer

Question


adopt the gui window to my computer settings
Hello! It would be great if someone could help me... I have the next problem: How can I adopt the gui window to my computer...

12 years ago | 1 answer | 0

1

answer

Answered
view usage of parameters in model.mld
Do yoy know if it is possible to save automatically a .mdl file in a .txt file in Matlab?

12 years ago | 0

Question


view usage of parameters in model.mld
Hy to all I have a question please. I use my_params.mat for my_params.mdl. How can I see what parameters from my_params.ma...

12 years ago | 3 answers | 0

3

answers

Question


list all subfolder names
Hello everyone! I have a problem here and I really don't know how to start... So... in my Diana directory I will have the fo...

12 years ago | 2 answers | 0

2

answers

Load more