提问


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

5 years 前 | 1 个回答 | 0

1

个回答

提问


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

5 years 前 | 1 个回答 | 0

1

个回答

提问


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

5 years 前 | 1 个回答 | 0

1

个回答

提问


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

5 years 前 | 0 个回答 | 0

0

个回答

提问


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

5 years 前 | 1 个回答 | 0

1

个回答

提问


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

5 years 前 | 1 个回答 | 0

1

个回答

提问


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

5 years 前 | 0 个回答 | 0

0

个回答

提问


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

5 years 前 | 1 个回答 | 0

1

个回答

提问


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

5 years 前 | 1 个回答 | 0

1

个回答

提问


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

5 years 前 | 1 个回答 | 0

1

个回答

提问


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

5 years 前 | 1 个回答 | 0

1

个回答

提问


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

6 years 前 | 3 个回答 | 0

3

个回答

提问


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

6 years 前 | 1 个回答 | 0

1

个回答

提问


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

6 years 前 | 1 个回答 | 0

1

个回答

提问


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

6 years 前 | 2 个回答 | 0

2

个回答

提问


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

6 years 前 | 1 个回答 | 0

1

个回答

提问


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

6 years 前 | 1 个回答 | 0

1

个回答

提问


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

6 years 前 | 2 个回答 | 0

2

个回答

提问


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

6 years 前 | 1 个回答 | 0

1

个回答

已回答
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...

6 years 前 | 0

提问


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

6 years 前 | 2 个回答 | 0

2

个回答

提问


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

6 years 前 | 2 个回答 | 0

2

个回答

提问


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'}; ...

6 years 前 | 0 个回答 | 0

0

个回答

提问


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

6 years 前 | 1 个回答 | 0

1

个回答

提问


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

6 years 前 | 1 个回答 | 0

1

个回答

提问


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')])); ...

6 years 前 | 1 个回答 | 0

1

个回答

提问


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

6 years 前 | 0 个回答 | 0

0

个回答

提问


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

6 years 前 | 1 个回答 | 0

1

个回答

提问


Finding the first occurance using interp1
Hello. I have some data (red curve) and I'm trying to find the X value at which Y = 0.2. <</matlabcentral/answers/uploaded_f...

6 years 前 | 2 个回答 | 1

2

个回答

提问


Accessing a function from GUI1 in GUI2
How can I call a function in GUI1 called Autoscaleimage from GUI2? (Created by GUIDE). function [high,low]=Autoscal...

7 years 前 | 1 个回答 | 0

1

个回答

加载更多