photo

Max Müller


2014년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • 3 Month Streak
  • Thankful Level 5
  • First Answer

배지 보기

Feeds

보기 기준

질문


stuck again with regular expression
Hey Guys, I want to get the Letter before the word CAMERA out of this String: SHOT -31045 J CAMERA I know i need to use...

거의 10년 전 | 답변 수: 2 | 0

2

답변

질문


stupied question / horizontal Text Field input is vertical
Hey Guys, I have this Array; WhichShots = 'I.' 'II.' It was created this way: WhichShots = [Empt...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


Window Button MotionFcn for uicontrol
hey Guys, I need a fcn, which activates its callback, when I move with the pointer over the Object. In my Case the Object is ...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


help fast pls / buttondwnfcn
hey Guys, I have create an text object using uicontrol and set the 'buttondownfcn' to be @Click. Now the problem is: it works o...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


check String for letters ?
Hey Guys, I have an Editbox and I want to start my program only if the Editbox Input are only numbers. Unfortunately, get(hand...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


fopen / doesnt work with whole file path ?
Hey Guys, why doesnt fopen work with the whole filepath ? Does not work afs/ipp-garching.mpg.de/home/e/e119/MatLabGUI/...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


Change Mouse/ Cursor appearance in ginput
Simple Question: is it possible to Change the Cursor appearance in ginput ? Explanation: If you use the ginput command...

거의 10년 전 | 답변 수: 3 | 0

3

답변

질문


execute fcn by a change of a Property
Hey Guys, Imagine I would have 1000 Buttons, which calculate some Data and then put the Solution into a Listbox. Everytime I h...

거의 10년 전 | 답변 수: 2 | 1

2

답변

질문


Button Group / make radiobutton exclusive
Hey guys, i have create a bunch of radiobuttons in one GUI. Now I want to make each radiobutton exclusive.... only one button ...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


rename m.file / Simple
Hey guys, how can i rename a function, which was save in a m.file ? When i started working i gave them stupid name, like PloTo...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


string to calculation algorithm ?
Hey Guys, Imagine u have a GUI which hold the variable x = 1:10 (doubble). Now I want to create an Editbox which allows the use...

거의 10년 전 | 답변 수: 2 | 0

2

답변

질문


Working with uicontrol / Working wihout GUIDE
Hey Guys, i try to work without GUIDE to develop my matlab skills: Can u pls tell me: what is worng here. function Calcu...

거의 10년 전 | 답변 수: 2 | 1

2

답변

질문


Combine 2 Structures / have a nice weekend
As you can see here, i am trying to combine two structures. It works ! But is there a faster way ? Variable = length(OldI...

거의 10년 전 | 답변 수: 2 | 0

2

답변

질문


rmfield / clear structur entry ?
hey Guys, I have got a 1xn structure. Now i just want to write a code which can delete on column of a structure. For example: ...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


get on click coordinates from a plot (multiple times)
Heyho, the function [x,y]= ginput (n) gives back the x and y data of the curse position while clicking. The Problem: I want ...

거의 10년 전 | 답변 수: 1 | 1

1

답변

질문


get unknow Strings(Text) out of other strings ?
Hey Guys, can u give me an example, that shows how to get information out of a long String ? If...... the Word before the ...

거의 10년 전 | 답변 수: 1 | 1

1

답변

질문


regexprep / doesnt work backwards
Hey Guys, I am using this code Text = '<HTML><FONT color="0000FF">Used Amplification</FONT></HTML>' % from a listbox S...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


delete the figure header ?
Hey Guys, me again. Is it possible to delete the header of a figure. by header I mean the area where the name of the figure and...

거의 10년 전 | 답변 수: 2 | 0

2

답변

답변 있음
Change Color of each individual String in a Listbox ?
I just need an interactive way to show some text with a unique color and give this thing an on click callback.

거의 10년 전 | 0

답변 있음
Change Color of each individual String in a Listbox ?
it sucks

거의 10년 전 | 0

답변 있음
Change Color of each individual String in a Listbox ?
but i very new to programing..... can u pls explain me, how I cant set the ListboxInput and color each Word with a special Color...

거의 10년 전 | 0

질문


Change Color of each individual String in a Listbox ?
Hey Guys, I want to give each Word in my List box an specific color. My mentor said: its not possible. Now I ask here: is it...

거의 10년 전 | 답변 수: 5 | 0

5

답변

질문


object oder in the GUI / Tab
Hey Guys, i have created a program with some buttons and other objects. Now I want to change the order in which the Objects get...

거의 10년 전 | 답변 수: 1 | 0

1

답변

답변 있음
Expert needed / event function
Thats a good idea. I will try it and post here how i manged to do it.

거의 10년 전 | 0

질문


Expert needed / event function
Hey Guys, is it possible to trigger a fcn when a special command is used ? e.g. Imagine u have got a GUI that gets an Input...

거의 10년 전 | 답변 수: 2 | 0

2

답변

질문


load variables into workspace (simpel)
Heyho, sorry for this stupid question, but i found no answer in google. Right now,I am creating a program and i want to kno...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


Array of structures (new)
I am new to this stuff. If i have an Array of structures like this for i = 1:10 Data(i).x = i Data(i).y = rand(1,1) ...

거의 10년 전 | 답변 수: 1 | 0

1

답변

답변 있음
Sort complicated Array low -->top
Matlab says to [~,idx] = sort(str2double([s{:}])) Error: Expression or statement is incorrect--possibly unbalanced (, {...

거의 10년 전 | 0

질문


Sort complicated Array low -->top
Hey Guys I have this Array.Now i need to sort by the Values in the brackets. This Values go from 1 to 255. Does anybody has an ...

거의 10년 전 | 답변 수: 2 | 0

2

답변

질문


self clearing edit box
Hey guys, I want to create an Edit box that has a default Text Input ('enter Experiment number ') and clears it self by click...

거의 10년 전 | 답변 수: 1 | 0

1

답변

더 보기