Pregunta


Returning the "column" number of a Button Down function on an image (GUIDE)
Hello. I have an image loaded onto an axes component in GUIDe and I want the mouse location over the squares to drive an xystage...

más de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Heatmap seems to delete axes component
Hello, I am creating a heatmap and displaying it on an axes component (GUIDE), B is my matrix data. ax=axes(handles.axes2) h1 ...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Serial Communication Terminator using the new configureTerminator
Hello, before 2019b, the method to open serial ports with "serial" allowed the terminator to be set to nothing i.e. ''. set(s,'...

más de 6 años hace | 0 respuestas | 2

0

respuestas

Pregunta


Duplicate a Catergorical Barchart on an axes component to a new figure - Xticklabels are messing up
Hello. I have a GUIDE Gui with several axes components on. One of these (Axes(handles.axes2) has a barchart on with a Catergor...

más de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Whats the correct way to remove all links (including appdata) to a serialport
I often create a serial port object, s and save it from a button callback using s = serialport('COM2',19200) setappdata(0,'ser...

más de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Help with centralling text values above a Bar Chart with side by side data
Hello, I am plottign a barchart from data from a uitable. I have 2 ydata sets that I plot next to each other as below. I am ...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Opening Function Figure Maximize Anomaly (GUIDE)
After updating from 2019a to 2019b, I am having problems with figure maximize. I have created a GUI using guide, and in the ope...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Plot command changing the graph background and grid line colours in GUIDE
Hi. Im using GUIDE and have several axes components that I use to display graphs. One of them i want to have a dark backgrou...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Delete a specific shape of marker from a plot
Hello, I am plotting data using dots and then superimpose a marker of type '+' at certain locations. Is it possible to delete ju...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Serial to SerialPort Object conversion
Im porting my RS232 code from serial to the new serialport as suggested in 2019b. I had previously used to check if any ports...

más de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Converting and Instrument Object Array (instrfind) into strings?
Hello, Im using an edit box (GUIDE) as a message reported by utilising multi lines (by setting max property >1) I have a functi...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Multi line edit box, adding text to the top rather than the bottom
Hello, I have a text box in guide that I use as multi line to keep track of events. To add a new string to the message box I d...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Finding index (x value) of noisy data crossing a threshold value
Hello, I have some "noisy" data (xth_col) as shown by the red curve. I smooth this (black curve) first using: win=200 d1=...

más de 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Extract specific row from an image and average with a variable number of adjacent rows
Hello. I have an image that I perfrom a "linescan" at a specific row at 'xcol' I want to create a "thick" linescan so include...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Weird Calculation difference using uint16 and double for an image
Hello, I have a function that calculates the "contrast" of a greyscale image function FM=CalculateBrenner(Image) ...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Remove coordiantes with less than n repeats in y coordinate
Hello. I have a set of x,y coordiantes: I want to remove all corrdinates in which there are less than 'n' repeats in the...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Cell array indexing in loop for subplot titles
Hello, I can't see where my mistake is. I have data (from a uitable) in whcih columns 2-6 are values I want to plot on 5 diff...

más de 6 años hace | 1 respuesta | 1

1

respuesta

Pregunta


Mat2Cell error when splitting an image up into smaller images
Hello, i have a large Image (3200 x 14444 pixels). I want to split it into subimages. Im using mat2cell but Im getting the erro...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Respondida
GUIDE, images, memory issue
Seems I forgot to put global in my clear function global imgArray imgArray=[];

más de 6 años hace | 0

Pregunta


GUIDE, images, memory issue
Hello, I have a memory Issue. I am capturing upto 500 images (12 bit tiffs) and storing them in an array. I preallocate me...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


GUIDE uitable saved to excel WITH column headings
Whats the best way to save a GUIDE uitable to an excel file. The uitable consists of doubles and I need to include the headings...

más de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Conversion of uitable Column Names to Table Column Names
Hi, I have a uitable (containing doubles) that I am writing to an excel file by first converting it to a table, then using Writ...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Changing the For LOOP conditions
Hello. I have a for loop that starts with image number 1 and ends with the last image n. for i=1:n Sometimes, I only need t...

más de 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


GUIDE hack to UITABS not quite working as expected
Hello, I have tried to follow the link below to "hack" a uitab group using guide. In short it uses panels that are assigned to a...

más de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to reset a MultiDimensional Array to allow a fresh building of the MDA
Hello. I am trying to find statistical variations between upto 10 matrices. the idea is everytime I run my code via a pushbutto...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Max or Min values of multidimensional array with variable number of arrays (3rd dimension)
Hello, I have a upto 10 arrays of data that I "stack" using the 3rd index i.e. if my arrays are A, B, C....J etc CombinedArray...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Copying a heatmap (in a subplot) to clipboard
Hi, I have 4 subplots of which the 1st one is a heatmap. I would like to automatically put this into clipboard and have tried th...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Issue with push button userdata
Hello. I am trying to enable a push button to exit a loop if its pressed and decided to user the buttons "UserData". So I...

más de 6 años hace | 0 respuestas | 0

0

respuestas

Respondida
Cannot close connection. MATLAB connection to Due at COM9 exists in your workspace. To create a new connection, clear the existing object.
We solved it using this: try clear myArduinoAddonLibrary = getappdata(0,'ARD_AD'); clear myArduinoAddonLibrary; ...

más de 6 años hace | 0

| aceptada

Pregunta


Cannot close connection. MATLAB connection to Due at COM9 exists in your workspace. To create a new connection, clear the existing object.
I cannot close the ports of the arduino after a GUIDE GUI program. All the commands I have tried at the exit function are: try...

más de 6 años hace | 2 respuestas | 0

2

respuestas

Cargar más