Beantwortet
Reorder a Cell arrays
OK, I think i can use sort(fname)

mehr als 14 Jahre vor | 0

Frage


Reorder a Cell arrays
Hi. I am using uiget with multiselect to perform an operation on several text files. I assign the cell aray fname as below. ...

mehr als 14 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 15 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

fast 15 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 15 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 15 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

fast 15 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

fast 15 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 15 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

fast 15 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 15 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


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

fast 15 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

fast 15 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 15 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 15 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 15 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 15 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

fast 15 Jahre vor | 1 Antwort | 1

1

Antwort

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

etwa 15 Jahre vor | 0

Frage


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

etwa 15 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 15 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 15 Jahre vor | 1 Antwort | 0

1

Antwort

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

etwa 15 Jahre vor | 0

| akzeptiert

Frage


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

etwa 15 Jahre vor | 2 Antworten | 0

2

Antworten