질문


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

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 5년 전 | 답변 수: 1 | 1

1

답변

질문


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

거의 5년 전 | 답변 수: 1 | 0

1

답변

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

거의 5년 전 | 0

질문


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

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 5년 전 | 답변 수: 0 | 0

0

답변

질문


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

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 5년 전 | 답변 수: 2 | 0

2

답변

질문


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

거의 5년 전 | 답변 수: 0 | 0

0

답변

질문


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

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 5년 전 | 답변 수: 0 | 0

0

답변

답변 있음
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; ...

거의 5년 전 | 0

| 수락됨

질문


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

거의 5년 전 | 답변 수: 2 | 0

2

답변

질문


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

거의 5년 전 | 답변 수: 1 | 0

1

답변

답변 있음
Extract data from heatmap
Found it, use h.ColorData where h is the handle to the heatmap!

거의 5년 전 | 0

| 수락됨

질문


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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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 ...

5년 초과 전 | 답변 수: 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...

5년 초과 전 | 답변 수: 1 | 0

1

답변

더 보기