photo

Diana Acreala


Aktiv seit 2011

Followers: 0   Following: 0

Nachricht

Statistik

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

fast 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

etwa 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

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

mehr als 12 Jahre vor | 0

Frage


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

mehr als 12 Jahre vor | 3 Antworten | 0

3

Antworten

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

mehr als 12 Jahre vor | 0

Frage


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

mehr als 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 12 Jahre vor | 0 Antworten | 0

0

Antworten

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

mehr als 12 Jahre vor | 0

Frage


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

mehr als 12 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


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

mehr als 12 Jahre vor | 2 Antworten | 1

2

Antworten

Frage


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

mehr als 12 Jahre vor | 0 Antworten | 0

0

Antworten

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

mehr als 12 Jahre vor | 0

Frage


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

mehr als 12 Jahre vor | 5 Antworten | 1

5

Antworten

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

mehr als 12 Jahre vor | 0

Frage


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

mehr als 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 12 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

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

fast 13 Jahre vor | 0

Frage


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

fast 13 Jahre vor | 3 Antworten | 1

3

Antworten

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

fast 13 Jahre vor | 0

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

fast 13 Jahre vor | 0

Frage


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

fast 13 Jahre vor | 7 Antworten | 0

7

Antworten

Frage


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

fast 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 13 Jahre vor | 1 Antwort | 0

1

Antwort

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

fast 13 Jahre vor | 0

Frage


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

fast 13 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


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

fast 13 Jahre vor | 2 Antworten | 0

2

Antworten

Mehr laden