photo

Diana Acreala


Con actividad desde 2011

Followers: 0   Following: 0

Mensaje

Estadística

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


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...

más de 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 12 años hace | 1 respuesta | 0

1

respuesta

Respondida
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...

más de 12 años hace | 0

Pregunta


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...

más de 12 años hace | 3 respuestas | 0

3

respuestas

Respondida
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...

más de 12 años hace | 0

Pregunta


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 ...

más de 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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...

más de 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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...

más de 12 años hace | 0 respuestas | 0

0

respuestas

Respondida
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...

más de 12 años hace | 0

Pregunta


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

más de 12 años hace | 3 respuestas | 0

3

respuestas

Pregunta


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 ...

más de 12 años hace | 2 respuestas | 1

2

respuestas

Pregunta


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...

casi 13 años hace | 0 respuestas | 0

0

respuestas

Respondida
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 ...

casi 13 años hace | 0

Pregunta


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 ...

casi 13 años hace | 5 respuestas | 1

5

respuestas

Respondida
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...

casi 13 años hace | 0

Pregunta


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 ...

casi 13 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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...

casi 13 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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...

alrededor de 13 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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 '-'....

alrededor de 13 años hace | 1 respuesta | 0

1

respuesta

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

alrededor de 13 años hace | 0

Pregunta


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...

alrededor de 13 años hace | 3 respuestas | 1

3

respuestas

Respondida
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...

alrededor de 13 años hace | 0

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

alrededor de 13 años hace | 0

Pregunta


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...

alrededor de 13 años hace | 7 respuestas | 0

7

respuestas

Pregunta


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...

alrededor de 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

alrededor de 13 años hace | 1 respuesta | 0

1

respuesta

Respondida
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?

alrededor de 13 años hace | 0

Pregunta


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...

alrededor de 13 años hace | 3 respuestas | 0

3

respuestas

Pregunta


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...

alrededor de 13 años hace | 2 respuestas | 0

2

respuestas

Cargar más