Feeds
提问
Set events using datatip utility
Hi everybody, my question is not an easy one.... and I don't know if there might be a possible solution. Well... I have a ...
12 years 前 | 0 个回答 | 0
0
个回答已回答
Legend inside a plot
I tried this second code: y1= sin(1:1:20) y2= 3*sin(1:1:20) y3= 2*sin(1:1:20)+3 plot(y1,'r'), hold on, h= p...
Legend inside a plot
I tried this second code: y1= sin(1:1:20) y2= 3*sin(1:1:20) y3= 2*sin(1:1:20)+3 plot(y1,'r'), hold on, h= p...
12 years 前 | 0
提问
Legend inside a plot
Hi all, I want to plot more than two graphs inside a figure, but I would like to label with a legend just two of them. It is p...
12 years 前 | 2 个回答 | 0
2
个回答提问
Continuous Error bars
Hi all, i want to plot the mean of a track with the standard deviation. I tried this, by using the function errorbar, This is ...
12 years 前 | 2 个回答 | 1
2
个回答提问
Unit vectors. How can I plot them?
Dear all, I need to plot vectors given as a matrix of several row and three column. For each row I would like to plot an indip...
12 years 前 | 2 个回答 | 0
2
个回答提问
How to read a structure array
Hi everybody, I'm trying to insert a structure array inside a for loop in order to allow the reading of each fiel automatically...
12 years 前 | 1 个回答 | 0
1
个回答已回答
3D space and coordinate reference systems
Ok, this is fine for a reference system! But, if I want to plot an axis on the same plot that I get from quiver... How can I do...
3D space and coordinate reference systems
Ok, this is fine for a reference system! But, if I want to plot an axis on the same plot that I get from quiver... How can I do...
12 years 前 | 0
提问
3D space and coordinate reference systems
Hi, I would like to plot a graph with reference system on it. I mean, a triad of three axes. How can I plot a vector? I shoul...
12 years 前 | 4 个回答 | 0
4
个回答提问
More then one page in a single pdf
Hi everybody, I would like to produce 3 or 4 pages with some plots on them. Finally, instead of exporting every single page as ...
13 years 前 | 1 个回答 | 0
1
个回答已回答
Proportional GUI
Do you have any idea? I mean using these 2 lines of code: maxfig(handles.figure1,1) % maximizes the figure window for the ...
Proportional GUI
Do you have any idea? I mean using these 2 lines of code: maxfig(handles.figure1,1) % maximizes the figure window for the ...
13 years 前 | 0
已回答
Proportional GUI
And the Opening Fnc is simply this: % --- Executes just before GUI_prova is made visible. function GUI_prova_OpeningFcn(...
Proportional GUI
And the Opening Fnc is simply this: % --- Executes just before GUI_prova is made visible. function GUI_prova_OpeningFcn(...
13 years 前 | 0
已回答
Proportional GUI
I get this if I run the GUI: java.lang.NullPointerException at com.mathworks.hg.peer.FigureFrameProxy.setMaximized(...
Proportional GUI
I get this if I run the GUI: java.lang.NullPointerException at com.mathworks.hg.peer.FigureFrameProxy.setMaximized(...
13 years 前 | 0
已回答
Proportional GUI
Hi, I tried these P-files If I write: figure, maxfig(gcf,1) the figure fill the screen completely!! Instead, writing...
Proportional GUI
Hi, I tried these P-files If I write: figure, maxfig(gcf,1) the figure fill the screen completely!! Instead, writing...
13 years 前 | 0
已回答
A4 figure ready to print
If I want to display the A4 sheet/GUI on the screen, the dimension of the gui height must be the height of the screen. For ex...
A4 figure ready to print
If I want to display the A4 sheet/GUI on the screen, the dimension of the gui height must be the height of the screen. For ex...
13 years 前 | 0
已回答
Proportional GUI
I also tried this code: set(gcf,'units','normalized','outerposition',[0 0 1 1]) This resize the figure, but It doesn't f...
Proportional GUI
I also tried this code: set(gcf,'units','normalized','outerposition',[0 0 1 1]) This resize the figure, but It doesn't f...
13 years 前 | 0
提问
A4 figure ready to print
How can I create a GUI, or I should say a figure that has the same proportion of a A4 sheet, so that I can put in this figure al...
13 years 前 | 2 个回答 | 0
2
个回答提问
Proportional GUI
Hi everybody, I am working on a project where there is a GUI with buttons, edit-box, images... I am working with my notebook...
13 years 前 | 9 个回答 | 0
9
个回答已回答
Deselect table cells
Do you have any idea? I'm trying to find it.... but it seams so strange. I guess the cellselection callback keeps the select...
Deselect table cells
Do you have any idea? I'm trying to find it.... but it seams so strange. I guess the cellselection callback keeps the select...
13 years 前 | 0
已回答
Deselect table cells
This is the Callback: % --- Executes when selected cell(s) is changed in uitable1. function uitable1_CellSelectionCa...
Deselect table cells
This is the Callback: % --- Executes when selected cell(s) is changed in uitable1. function uitable1_CellSelectionCa...
13 years 前 | 0
已回答
Deselect table cells
ERROR: ??? Attempted to access handles.selectedCells(1); index out of bounds because numel(handles.selectedCells)=0. Er...
Deselect table cells
ERROR: ??? Attempted to access handles.selectedCells(1); index out of bounds because numel(handles.selectedCells)=0. Er...
13 years 前 | 0
提问
Deselect table cells
Hi everybody, I have been working at a project for an exam. My GUI is formed by 2 popup menu and one table. When I chose an...
13 years 前 | 4 个回答 | 0