Pregunta


Bin data in a strange way
Hello, I want to be able to put data into a bin but in a strange way. My bin centres are 0, -2765, -5530, -8295, -11060 ...

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

1

respuesta

Respondida
Extract data from heatmap
Found it, use h.ColorData where h is the handle to the heatmap!

más de 6 años hace | 0

| aceptada

Pregunta


Extract data from heatmap
I have plotted a heatmap using the built in "heatmap" function from a table that has xdata, ydata and zdata. My X,Y data is ju...

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

1

respuesta

Pregunta


Binning a column vector to certain values (includes negative values)
Hello, I have a sey of X, Y coordinates that I am using for plotting a heatmap. My X & Y coordiantes are from a microscope stag...

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

1

respuesta

Pregunta


Problem with diff operating on a row vector from regionprops
Hello, I have an image which consists of 4 spots that I apply regionprops to: area_measurements = regionprops(BW2,I,{'Are...

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

1

respuesta

Pregunta


Custom Arduino Addon Library Issues - MWArduinoClass& and sendRequestMsg
Hello, I am having an issue creating an Arduino object with an custom add-on library. I think I have followed all the docume...

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

0

respuestas

Pregunta


Mouse Click callback on an image - temporarily disable
Hello, I have a GUI (created by guide) where everytime I load an image and display in an axes component I assign a button down f...

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

1

respuesta

Pregunta


How to select a roi in greyscale image and put values to zero
Hello, i have a 12bit greyscale image (tiff) which I want to be able to draw a rectangular roi and fill these values to zero (i...

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

1

respuesta

Pregunta


Download Arduino Support Package Failure
Hello, I have a top spec PC and running matlab 2019a but cannot download the Arduino support package. I have followed the in...

casi 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Duplicating a GUIDE created GUI to a new name and new folder
Hello, I have a matlab GUI created in guide (so have myProgram1.m and myProgram1.fig) in a certain directory. I would like to...

casi 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Copying uitable contents and column headings to clipboard for non-fixed column headings
Hello. I am using the following code below to copy the contents of a uitable. s=get(handles.uitableResults,'data') size_s ...

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Uitable data converison for user precision
Hello, I have a uitable with double values: data = 374.35 406.81 383.00 336.46 297.88 ...

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Single representation of same values in a Matrix
Hello. I have matrix A: 5.00 5.00 3.00 3.00 4.00 4.00 5.00 ...

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Adding a marker to Data Marker to Heatmap (via imagesc)
Hello, i have a matrix Ib 2.29 2.29 2.29 2.29 1.89 1.89 1.89 ...

alrededor de 7 años hace | 3 respuestas | 0

3

respuestas

Pregunta


Guide components missing due to y position > 1
Hello, I have noticed when I open up an old matlab GUI (created using GUIDE) from back in 2015, some of the components are missi...

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

1

respuesta

Pregunta


hobject issue with function
Hello, I have a function (localThresholdnTiles) that I call in which I pass an image and the number of tiles I want to subdivid...

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

1

respuesta

Pregunta


Blockproc not working as I expected
Hello, I am having problems with blockproc. I have an black image with white spots that I want to basic threshold locally rathe...

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

2

respuestas

Pregunta


GUIDE error question from deleted component
Hello, whenever I run my program (where the GUI is created in GUIDE), I keep getting the error: Undefined function or varia...

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

1

respuesta

Pregunta


Search down 2 subdirectories from a starting directory and read a certain cell from the csv file?
Hello. I have about a directory _C:\images\temp_ that has inside 100 sub directories named by a date. Inside these date name...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Strange Cell Array error
Hello. I have a cell array in a uitable that I want to find the min of the columns 2,3,4,5 - and for each column, extract the z...

casi 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Mouse click on Axes Problem
Hello. I am trying to use the mouse click on an axes to drive the position of an xystage. I have created my a grid with identi...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Respondida
Montage with Raster Scan
OK, I couldn't get the "montage" function to work so used this instead ny=ysteps; nx=xsteps; D=[]; for j=1...

casi 8 años hace | 0

Pregunta


Montage with Raster Scan
Hello, I have a cell array of images obtained by scanning in a raster scan as illustrated below <</matlabcentral/answers/upl...

casi 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Changing colour of title in plots
Hello, I am trying to change the colour of strings in my plot titles and have used the following title('\color{magenta}Mon...

alrededor de 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Issues with passing uitable handle to a function
Hello, I have 2 uitables that I want positioning using subplot notation hence: ax1=subplot(2,2,1); cnames={'x','ESF'}; ...

alrededor de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Help with creating artificial image
Hello. I want to create an artificial "slanted" image and currently use excel to enter a series of 0's and 1's. the exampl...

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Writing this Mathcad equation in Matlab
hi, Im trying to convert an equation from mathcad into matlab but am struggling. the equation is: <</matlabcentral/answers/up...

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Adding and customisng a single tick mark
hello. I want to add a single tick mark to the current tickmarks: set(gca, 'XTick', sort([0.018, get(gca, 'XTick')])); ...

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Closing all figures except 2
I have a function that closes all figures except my main figure (GUI1) % Close figures fig1h = findall(0,'type','figure'...

alrededor de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


filling in between two curves with different x values
Hello. I have a plot plot(x,y,'r--','LineWidth', 2); that I want to display with boundaries such that: plot(x+5,...

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Cargar más