Community Profile

photo

Petr


Active since 2012

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Answered
Errordlg for any given Matlab error
For those that will have the same problem...solution might look something like this if you use GUI... function varargout = ...

11 years ago | 0

| accepted

Question


Errordlg for any given Matlab error
Hi, I have a question about inner Matlab error management. Right now I have quite a large program with a lot of variables and...

11 years ago | 1 answer | 0

1

answer

Answered
Intersection of two hyperboloids
Anyway...I did it by cumulation in the end...I counted the errors and it is acceptible in some conditions... Thanks...

11 years ago | 0

| accepted

Answered
Intersection of two hyperboloids
Yes...those equations do not have analytical solution...and numerical it always exceeds limit...plus when there is a low of valu...

11 years ago | 0

Answered
Intersection of two hyperboloids
I probably should have said that I could do it as a cumulation for example in Z plane row by row...but that takes about a 2-3 mi...

11 years ago | 0

Question


Intersection of two hyperboloids
Hi, I have a question about intersection of two hyperboloids. I can easily plot them with plot3 or surf so I can clearly see ...

11 years ago | 4 answers | 0

4

answers

Question


Changing GUI figure icon
Hi, I have a question about changing a GUI figure icon. I know that if I do that I would violate Matlab terms...but would it ...

11 years ago | 1 answer | 0

1

answer

Question


Solving 4 equations with 4 unknowns
Hi, I would use a little help. I have 4 equations with 4 unknowns and I need to solve them to get the answer to the 4 unknown...

11 years ago | 1 answer | 0

1

answer

Answered
Pushbutton activated by Enter(return) key
Solution was simple and enough elegant for me... . function pushbutton1_KeyPressFcn(hObject, eventdata, handles) ke...

11 years ago | 1

| accepted

Answered
How to determine if enter(return) was pressed ?
Solution was simple and enough elegant for me... . function pushbutton1_KeyPressFcn(hObject, eventdata, handles) ke...

11 years ago | 1

| accepted

Answered
How to make buttuns react to enter/return ?
Solution was simple and enough elegant for me... . function pushbutton1_KeyPressFcn(hObject, eventdata, handles) ke...

11 years ago | 0

| accepted

Question


How to make buttuns react to enter/return ?
Hi, I am starting to be slightly irritated by buttons...I can I make a button to react to enter/retun key when I press it whe...

11 years ago | 3 answers | 0

3

answers

Question


How to determine if enter(return) was pressed ?
Hi, in one part of my code I need to determine if enter(return) was pressed. I am useing simple part of code: kkey = get(...

11 years ago | 2 answers | 2

2

answers

Question


How I set a string in edit field when string is longer than the field itself
Hi guys, I have an idea how I want it to behave but I have no clue how to do it. So I beg for help :) I have edit field wi...

11 years ago | 2 answers | 0

2

answers

Question


Pushbutton activated by Enter(return) key
Hi, I would like to ask you why doesn't work when I call funtion pushbutton1_Callback inside pushbutton1_KeyPressFcn. I have ...

11 years ago | 3 answers | 0

3

answers

Answered
How can I make window to be fullscreen and resizable in Matlab GUI ?
Wow thanks, now I at least know where to look... but still I would appreciate if app would go to fullscreen right away and th...

11 years ago | 0

Question


How can I make window to be fullscreen and resizable in Matlab GUI ?
Hi, I have a question about matlab GUI. I'm programming an aplication only about one window and a have quite a lot buttons et...

11 years ago | 6 answers | 0

6

answers