Statistics
RANK
10 504
of 295 467
REPUTATION
4
CONTRIBUTIONS
24 Questions
12 Answers
ANSWER ACCEPTANCE
29.17%
VOTES RECEIVED
4
RANK
of 20 234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
mer än 12 år ago | 2 answers | 0
2
answersQuestion
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...
mer än 12 år ago | 1 answer | 0
1
answerQuestion
str2num conversion for vectors
Hello! About str2num conversion.. This is what I found in the Matlab help: A = str2num('uint16(500)') A = 500 ...
mer än 12 år ago | 1 answer | 0
1
answerChange 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...
mer än 12 år 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...
mer än 12 år ago | 3 answers | 0
3
answersRemove 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...
mer än 12 år 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 ...
mer än 12 år ago | 2 answers | 0
2
answersQuestion
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...
mer än 12 år ago | 2 answers | 0
2
answersQuestion
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...
mer än 12 år ago | 0 answers | 0
0
answersWait 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...
mer än 12 år 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...
mer än 12 år ago | 3 answers | 0
3
answersQuestion
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 ...
mer än 12 år ago | 2 answers | 1
2
answersQuestion
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...
nästan 13 år ago | 0 answers | 0
0
answersHow 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 ...
nästan 13 år 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 ...
nästan 13 år ago | 5 answers | 1
5
answerscopy 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...
nästan 13 år 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 ...
nästan 13 år ago | 2 answers | 0
2
answersQuestion
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...
nästan 13 år ago | 2 answers | 0
2
answersQuestion
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...
ungefär 13 år ago | 0 answers | 0
0
answersQuestion
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 '-'....
ungefär 13 år ago | 1 answer | 0
1
answerHow to use get_param?
It gives me the same thing... numeriv values, not the name... is there another solution?
ungefär 13 år 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...
ungefär 13 år ago | 3 answers | 1
3
answerstake 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...
ungefär 13 år ago | 0
take the real data type of parameters from the Simulink model
Hello! Can anybody help me with another ideea??
ungefär 13 år 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...
ungefär 13 år ago | 7 answers | 0
7
answersQuestion
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...
ungefär 13 år ago | 1 answer | 0
1
answerQuestion
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...
ungefär 13 år ago | 1 answer | 0
1
answerview 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?
ungefär 13 år 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...
ungefär 13 år ago | 3 answers | 0
3
answersQuestion
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...
ungefär 13 år ago | 2 answers | 0