Question


Barchart Values
Is it possbile to display the y vlayes of a bar chart above the bar, and secondly, can these be made to write at vertical rather...

14 years ago | 1 answer | 0

1

answer

Question


plot colour using GUIDE
Hello. I can't workout how to change the background colour of a plot that I associate with an axes component: axes(handles....

14 years ago | 1 answer | 0

1

answer

Question


Importdata won't work with this txt file
Hello, I want to take a txt file that contains headerlines and then a matrix of numbers that represents an image. I cannot get ...

14 years ago | 1 answer | 0

1

answer

Question


Multi GUI's
Is it possible to create a GUI using GUIDE and then be able to create another form (GUI) from a button on the first GUI. I woul...

14 years ago | 2 answers | 0

2

answers

Question


workspace & GUI
Hi, I have a some data in the workspace which is data1 = <4x4x13 int32). If I want to clear this from the workspace, I can d...

14 years ago | 1 answer | 0

1

answer

Question


least squares fit
Hi, I have two data sets that share the same x values. After plotting both of these on the same graph, I want to find the value ...

14 years ago | 1 answer | 0

1

answer

Question


copy graphic to Excel
How can I take the code below to just copy the graphic on axes component (axes1) to clipboard. I then have code to paste it to e...

15 years ago | 2 answers | 0

2

answers

Question


uitable - rows reset question
Hi, I have a uitable that gets populated during some image analysis routine. At the end, if i want to set off another image ana...

15 years ago | 0 answers | 0

0

answers

Question


show just one curve
Hi. Im using GUIDE to create axes component that I then plot raw data to. I want to also see a smoothing function superimposed. ...

15 years ago | 1 answer | 0

1

answer

Question


Dynamically plot graphs to axes component
Is it possible to dynamically add a number of "axes components" onto a GUIDE fig. I want to display a graph of data for each f...

15 years ago | 2 answers | 0

2

answers

Question


plotting on multi figures
I plot data to a figure using a function i have created(using code generation): function createPlot(x1, y1, title) figur...

15 years ago | 1 answer | 0

1

answer

Question


Apply colormap to plot(x,y)
Hi. I am plotting optical bandpass filters from measurments and want to colour each point depending on where it is on the spect...

15 years ago | 1 answer | 1

1

answer

Question


file name manipulation
I have a file name that takes the form: S_1_X_Y where X can be an integer between 1-16, and Y is a letter a,b,c,d. I...

15 years ago | 2 answers | 0

2

answers

Question


Pushbutton callback
Is it possible to execute the code relating to a pushbutton callback without pressing the button. Thanks

15 years ago | 1 answer | 0

1

answer

Question


Clearing data in an axes component
Hi, Im using GUIDE to create graphs. I insert an "axes" component and label this axes2. I can plot graphs (data = avg5) to t...

15 years ago | 1 answer | 0

1

answer

Question


Clearing data
Hi, I need to open a data file several times and import the data. In a loop I use the following: temp2 =importdata...

15 years ago | 1 answer | 0

1

answer

Question


Saving an Axes component
Using GUIDE, I have created four axes components. these are labelled axes1, axes2, axes3 & axes4. After plotting charts to th...

15 years ago | 1 answer | 0

1

answer

Question


Text file help.
How can I delete the end of the table to the end of the text file. Also how can I pull out the last number, in this case 91? ...

15 years ago | 2 answers | 0

2

answers

Question


String search and delete in txt file
How can i open a txt file using GUIDE and search for a line containing a certain string and then delete all lines before this? ...

15 years ago | 1 answer | 1

1

answer

Answered
Uitable
Found the answer: "You can always "physically" delete row-data:" A=rand(4,3); th=uitable('Data', A); A(4,:)=[]; set(th, '...

15 years ago | 0

Question


Uitable
Hi, I want my UItable to start with 10 columns and 3 rows (including headers). I cannot find any propery on the object inspector...

15 years ago | 1 answer | 0

1

answer

Question


Copy utiable to Excel
I have populated a uitable created in GUIDE with some data. I want to be able to click a button and have the uitable data copie...

15 years ago | 1 answer | 0

1

answer

Question


Adding to a uitable
I have read that you can add to a uitable by: set(handles.uitable1,'data',s ); if I have a list of numbers I want to ...

15 years ago | 1 answer | 0

1

answer

Answered
GUI handles problem
Hi Matt. I am using the GUIDE interface to select a certain image. I also include an axes component from the GUIDE palette. I t...

15 years ago | 0

| accepted

Question


GUI handles problem
I have a GUI created in Guide where I create for axes (axes 1..axes4). I want to plot data on these axes from another functio...

15 years ago | 2 answers | 0

2

answers