photo

Petr


自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

已回答
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 前 | 0

| 已接受

提问


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 前 | 1 个回答 | 0

1

个回答

已回答
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 前 | 0

| 已接受

已回答
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 前 | 0

已回答
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 前 | 0

提问


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 前 | 4 个回答 | 0

4

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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...

12 years 前 | 1 个回答 | 0

1

个回答

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

12 years 前 | 1

| 已接受

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

12 years 前 | 1

| 已接受

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

12 years 前 | 0

| 已接受

提问


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...

12 years 前 | 3 个回答 | 0

3

个回答

提问


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(...

12 years 前 | 2 个回答 | 2

2

个回答

提问


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...

12 years 前 | 2 个回答 | 0

2

个回答

提问


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 ...

12 years 前 | 3 个回答 | 0

3

个回答

已回答
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...

12 years 前 | 0

提问


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...

12 years 前 | 6 个回答 | 0

6

个回答