Statistik
RANG
5.719
of 295.527
REPUTATION
8
BEITRÄGE
19 Fragen
2 Antworten
ANTWORTZUSTIMMUNG
47.37%
ERHALTENE STIMMEN
6
RANG
of 20.242
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.057
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Can I know the plot axes sizer after using the Zoom tool?
Does the Zoom function returns the Axes dimensions after using the Zoom? I want to write them somewhere...
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Can you please explain about Slider StepSize: Minor and Major
What is the difference between the two? When do slider uses the Major and when the Minor? Thanks.
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Problem with uitable with Logical cell and default value of 'true'
I'm trying to build a uitable 1x2. Cell(1,1) format is a 'logical'; Cell(1,2) is 'char' handles.SeedTable = uitable(.....
mehr als 11 Jahre vor | 1 Antwort | 1
1
AntwortCan I lock the Y axis (Even when the Zoom In/Out is used)?
This is the solution: ZoomHandle = zoom(h.Figure(1)) set(ZoomHandle,'Motion','horizontal') Thanks to all that helped!...
mehr als 11 Jahre vor | 2
| akzeptiert
Frage
Got the following error: table data is not editable at this location
Hi all, I have a uitable. When I run the code and try and set a value to the table I get the error above and when I look at t...
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Can I have same plot colors between 2 different figures?
Hi, I have 2 Figures. Each has a Axes area with 4 plots each. When I do 'hold all' - Matlab assign colors to the plots aut...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Can I lock the Y axis (Even when the Zoom In/Out is used)?
I have a plot and I want the user to not be able to change the Y axis. Is it possible? Is there a call back option to the Zo...
mehr als 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Problem with my Callback function or handles values
Hi everybody, I have a problem with my function and I do not understand why. Here is some part of my code: handles.STAN...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
GUI with Guide: I have a panel that is bigger than the figure dimensions
hope I will be clear enough with the question - My screen is not very high and I have a GUI I built up with Guide that excee...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to set a buttons from their panel
I have a Panel with several checkbox buttons. I want to read their value and change their setting. ButtonsValue = get(get(...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Can I rely on the Handles numeration?
I have a complex GUI (built with GUIDE) and among others, there are 10 pushbuttons. Their handles are defined by the GUI. I ...
mehr als 11 Jahre vor | 3 Antworten | 1
3
AntwortenFrage
How do I close a specific figure
I have a GUI. This GUI runs a simulation the at the end of it I open a figure to display results. When I re-run the simulatio...
fast 12 Jahre vor | 4 Antworten | 1
4
AntwortenFrage
The Axes Tag keeps on deleting....
Every time I open the project - the Axes Tag is empty. That causes the background picture I it to not appear. Any idea?
fast 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How do I change the msgbox window size?
I use the following command: msgbox({'* long message that gets cut to two lines due to the length of it,... '*...
fast 12 Jahre vor | 4 Antworten | 0
4
AntwortenFrage
How do I change from Cell to String?
I think that this is my problem at this case. Code: Array = [{Name} {Data(1,2)}] Result: Array= 'John' ...
fast 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Is there an option to write to a specific cell of a uitable
I have a gui'd table. I want to change a specific cell in it. How do I do that? The code I know so set the table data is: ...
fast 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Can I make a cell in table be editable/non-editable?
I use guide GUI. I want to make a cell be editable/non-editable during the GUI's run. Is it possible? I want that when ...
fast 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Ho to reduce the table to 1dim?
I use the GUIDE option and placed a table. The table size is 4×6. I want to have it 1×6 -> I tried to delete the extra row...
fast 12 Jahre vor | 1 Antwort | 1
1
AntwortFrage
How to increase table size according to the input data (with GUI)
I want to have a GUI table and the table size will be set according to the data I set in it. Is it possible or do I need to set...
fast 12 Jahre vor | 1 Antwort | 0
1
AntwortCan I make a Pushbutton create a new Table?
I'll try. Thanks. What about the option of building the table only when the button is pushed? Is that possible?
fast 12 Jahre vor | 0
Frage
Can I make a Pushbutton create a new Table?
What I'm trying to do is: When I press a Pushbutton - a Table will be created on the Panel. Is it possible?
fast 12 Jahre vor | 3 Antworten | 0