Community Profile

photo

Ocram


Università Politecnica delle Marche

Active since 2011

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


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 ago | 0 answers | 0

0

answers

Answered
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 ago | 0

Question


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 ago | 2 answers | 0

2

answers

Question


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 ago | 2 answers | 1

2

answers

Question


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 ago | 2 answers | 0

2

answers

Question


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 ago | 1 answer | 0

1

answer

Answered
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 ago | 0

Question


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 ago | 4 answers | 0

4

answers

Question


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

12 years ago | 1 answer | 0

1

answer

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

12 years ago | 0

Answered
Proportional GUI
And the Opening Fnc is simply this: % --- Executes just before GUI_prova is made visible. function GUI_prova_OpeningFcn(...

12 years ago | 0

Answered
Proportional GUI
I get this if I run the GUI: java.lang.NullPointerException at com.mathworks.hg.peer.FigureFrameProxy.setMaximized(...

12 years ago | 0

Answered
Proportional GUI
Hi, I tried these P-files If I write: figure, maxfig(gcf,1) the figure fill the screen completely!! Instead, writing...

12 years ago | 0

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

12 years ago | 0

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

12 years ago | 0

Question


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

12 years ago | 2 answers | 0

2

answers

Question


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

12 years ago | 9 answers | 0

9

answers

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

12 years ago | 0

Answered
Deselect table cells
This is the Callback: % --- Executes when selected cell(s) is changed in uitable1. function uitable1_CellSelectionCa...

12 years ago | 0

Answered
Deselect table cells
ERROR: ??? Attempted to access handles.selectedCells(1); index out of bounds because numel(handles.selectedCells)=0. Er...

12 years ago | 0

Question


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

12 years ago | 4 answers | 0

4

answers