Question


movegui / OpeningFcn / simple Question / no need for more words :}
Hey guys, I have two GUI`s where the 1st GUI open|starts the 2nd GUI. The Problem: In the 2nd GUI i used the Code movegui('wes...

9 years ago | 2 answers | 0

2

answers

Question


CAT arguments dimensions are not consistent
Hey Guys, I've a smale Problem with a Listbox.I have created a GUI with a Listbox which has the task to display Names from an A...

9 years ago | 2 answers | 0

2

answers

Question


how to use "or"
Can u pls tell me what is wrong ( just an example) How do i use the or command ? for i = 1:100 if i == 2|5 ...

9 years ago | 2 answers | 0

2

answers

Answered
Pass Data between Gui`s
Cool....Thanks

9 years ago | 0

Question


convert (1.0e+04 *x) to (normal)
Hey Guys, I ve created a function which gives me a [1:255] Array of numbers. However the Output looks like this: 1.0e+04 ...

9 years ago | 1 answer | 0

1

answer

Question


Pass Data between Gui`s
Hey Guys, I have created two GUI`s but i dont know how to pass Data between them. Both GUI`s are several m-files. pls help ...

9 years ago | 4 answers | 2

4

answers

Question


get the Color of a Button
Hey Guys, I ve created a GUI with GUIDE, which holds 2 Buttons. Lets call them A and B. Furthermore, I ve created a Code whi...

9 years ago | 1 answer | 0

1

answer

Question


Array Question time again
Hey Guys, I have an 54x4 Array and every entry is another Array holding numbers. No i want to combine every line of the big ar...

9 years ago | 2 answers | 0

2

answers

Answered
choose coulor of plot
This questions is all about ideas.....I dont want codes or u guys to work for me. I just want some hints and ideas. I am tankfu...

9 years ago | 0

Question


choose coulor of plot
Hey Guys, I want to give the User of my PlotingProgram the option to choose the color of the plot lines. I would be really hap...

9 years ago | 3 answers | 0

3

answers

Question


handles of a Button
Does anybody know, which handles of a PushButton I can use for setappdata ? except: userData

9 years ago | 1 answer | 0

1

answer

Question


Variable / which matlab does not forget ?
Hey Guys, function testbutton_Callback(hObject, eventdata, handles) x = get(handles.edit1,'String') if ~exi...

9 years ago | 3 answers | 0

3

answers

Question


stupid question / pass Variables in a GUI
hey folks, two simple questions :D function GetData_Callback(hObject, eventdata, handles) x = str3num(get(handles.editb...

9 years ago | 2 answers | 0

2

answers

Question


get axis value of a subplot
hey Guys I ve created a program which creates 9 different subplots with 3 different plot lines. My Questions is: how can i ge...

9 years ago | 4 answers | 0

4

answers

Question


fprintf to create a file / precisions
Hey Guys, this code is supposed to write Data into Test.dat-file.However, it doesn't work, cause signal is an Cell-Array contai...

9 years ago | 1 answer | 0

1

answer

Question


Complicated Question / String Arrays
Hey Guys, i have an array of strings which looks like this: 'J_012(105)' 'J_013(106)' 'J_014(107)' 'J_015(2)' J...

9 years ago | 2 answers | 0

2

answers

Question


gettting Data from file
hey Guys, I am using the fileread command to open a (.dat-file) which has the following disinge -31050 0.500000 1 255 1.0...

9 years ago | 2 answers | 0

2

answers

Question


plot / names for points
Hey Guys. How can I get some space between the points (x,y) and thier "names". text(x,y1,names,'Interpreter','none','rota...

9 years ago | 1 answer | 0

1

answer

Question


unknown Array type (simple question)
Hey Guys, i have a program, which creats this ....thing. I guess its kind of an array. How can i look into VV, HV1, and HV2 to...

9 years ago | 1 answer | 0

1

answer

Question


ButtonDownFcn / need some explanation
Hey Guys, I ve read a lot of stuff for the last 2 hours but I still dont know how to use the Function. *The Problem:* My GUI...

10 years ago | 1 answer | 0

1

answer

Question


PushButton HitCounter / simple question
hey Guys, I want to create a program, which includes a Code, that counts how many times u clicked on a button. My Thought was...

10 years ago | 1 answer | 0

1

answer

Question


Communication between m-files
hey Guys, I am trying to build a GUI for an existing matlab-programm.Now my question is: how can I import/export Data ? e.g...

10 years ago | 1 answer | 0

1

answer

Question


Simple Question ( for loop with differnt variables)
Heyho folks, This is a really simple example for the Question I have. for i=1:3 eval ( ['A' num2str(i) '=i'] ) end...

10 years ago | 1 answer | 0

1

answer

Question


get Data from Cell Arrays
Hey Guys, This is only an example for the problem i have. A very Simple one, so i hope i get a fast answer. Code: ...

10 years ago | 1 answer | 0

1

answer

Question


Convert an [10,1] Array into an [1,10] Array
Hey Guys, If u want to get the Data of a listbox, u always get an [n,1] Array. n = number of content in the listbox Howe...

10 years ago | 2 answers | 0

2

answers

Question


combine Arrays (IntArrays andStrArrays)
hey Guys, i wanted to combine 5 Arrays [1:41] to one Arrray of [5:41]. the code x =..... y1= .... y2= .... y3= .... y...

10 years ago | 1 answer | 0

1

answer

Question


Subplots and thier Position (Expert needed)
somebody before me has writen this code and now I need to optimize it.But I dont get it. This Code creats Ncam(most times 9) pl...

10 years ago | 1 answer | 0

1

answer

Question


Display String Arrays in a Listbox
Hey Guys, I am a Matlab-Newbie and I have a smale Problem, which I can not solve. I have 9 String Arrays (all different si...

10 years ago | 1 answer | 0

1

answer