Feeds
質問
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...
12年以上 前 | 2 件の回答 | 0
2
回答質問
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年以上 前 | 1 件の回答 | 0
1
回答質問
str2num conversion for vectors
Hello! About str2num conversion.. This is what I found in the Matlab help: A = str2num('uint16(500)') A = 500 ...
12年以上 前 | 1 件の回答 | 0
1
回答回答済み
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...
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年以上 前 | 0
質問
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年以上 前 | 3 件の回答 | 0
3
回答回答済み
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...
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年以上 前 | 0
質問
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年以上 前 | 2 件の回答 | 0
2
回答質問
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年以上 前 | 2 件の回答 | 0
2
回答質問
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年以上 前 | 0 件の回答 | 0
0
回答回答済み
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...
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年以上 前 | 0
質問
Wait until finish is pressed
Hello! I am using this command uiimport(FileName); for importing some parameters in workspace. After importing these param...
12年以上 前 | 3 件の回答 | 0
3
回答質問
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年以上 前 | 2 件の回答 | 1
2
回答質問
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...
13年弱 前 | 0 件の回答 | 0
0
回答回答済み
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 ...
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 ...
13年弱 前 | 0
質問
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 ...
13年弱 前 | 5 件の回答 | 1
5
回答回答済み
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...
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...
13年弱 前 | 0
質問
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 ...
13年弱 前 | 2 件の回答 | 0
2
回答質問
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...
13年弱 前 | 2 件の回答 | 0
2
回答質問
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...
約13年 前 | 0 件の回答 | 0
0
回答質問
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 '-'....
約13年 前 | 1 件の回答 | 0
1
回答回答済み
How to use get_param?
It gives me the same thing... numeriv values, not the name... is there another solution?
How to use get_param?
It gives me the same thing... numeriv values, not the name... is there another solution?
約13年 前 | 0
質問
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...
約13年 前 | 3 件の回答 | 1
3
回答回答済み
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...
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...
約13年 前 | 0
回答済み
take the real data type of parameters from the Simulink model
Hello! Can anybody help me with another ideea??
take the real data type of parameters from the Simulink model
Hello! Can anybody help me with another ideea??
約13年 前 | 0
質問
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...
約13年 前 | 7 件の回答 | 0
7
回答質問
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...
約13年 前 | 1 件の回答 | 0
1
回答質問
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...
約13年 前 | 1 件の回答 | 0
1
回答回答済み
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?
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?
約13年 前 | 0
質問
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...
約13年 前 | 3 件の回答 | 0
3
回答質問
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...
約13年 前 | 2 件の回答 | 0