Community Profile

photo

Stephen Devlin


2016 年からアクティブ

統計

All
  • Knowledgeable Level 1
  • First Answer
  • Thankful Level 4
  • Solver

バッジを表示

Content Feed

表示方法

質問


How to find multiple rectangles in an image
Hi, I have been going through the demo for normxcorr2 and looking for a way to adapt it to find multiple instances of a simil...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


how to index a 3D image
Hi, I have an RGB tif image (no map) of some color bars (it wouldn't let me upload a tif). It is 77x300x30, each of the color b...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


How to make a truecolor tif from arrays
Hi, I want to make a tif image, truecolor MxNx3, from arrays. I can see that it is possible to do this where each color is of a...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


Besides getting the map toolbox where can I get a copy of Boston.tif?
Hi, I have seen some mathworks blogs on how to load large image files into Matlab https://blogs.mathworks.com/steve/2011/08...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


Problem with table column not being double when workspace identifies it as such
Hi, I import a data table textfile (usually there are several and it is looped) and have had some issues with it, I can overcom...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


How to save a text annotation on an image photo
Hi, I have an image, I crop it, add some text to the photo, then I want to save that photo into a cell imshow(CroppedImag...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


Wanting to isolate a number from a string
hi, I have a struct with a list of filenames which I want to extract a piece of data from, the filename is in the format Z...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


How to have automated thresholding to deal with disparities between images
Hi, I have huge sets of images of some dark circles against a background, the darkness of the background can vary. What I am ...

6年弱 前 | 1 件の回答 | 0

1

回答

質問


How to combine images horizontally of slightly different heights
Hi, I have a folder of images that I want to stitch together horizontally (it would be nice to know how to do it vertically too...

6年弱 前 | 1 件の回答 | 0

1

回答

質問


Matlab text file opts varying for similar files
Hi, I have 2 text files with the same amount of columns/headers, when a measurement is not completed it fills in the field with...

6年弱 前 | 1 件の回答 | 0

1

回答

質問


How to access a table using the string from within a cell as part of the dot notation index
Hi, I have thousands of textiles that over the years have been formatted differently, for example velocity data may be in colum...

6年弱 前 | 1 件の回答 | 0

1

回答

回答済み
can we combine more than one marker for a same point?
Would it be better to show this in a 3D plot?

6年弱 前 | 0

回答済み
Lists in matlab to store iterative data.
I store dynamically generated data in cell arrays or tables all the time, can you show some of your code/data?

6年弱 前 | 1

回答済み
Is it possible to automatic find threshold value?
Hi Tarcisio, Maybe this helps? https://uk.mathworks.com/matlabcentral/answers/73864-histogram-thresholding-to-get-the-thre...

6年弱 前 | 0

回答済み
How can i convert hex data as a text file to Viewable image(JPEG) in matlab
Have you tried this from File Exchange? https://uk.mathworks.com/matlabcentral/fileexchange/34713-imagetohex--hextoimage-ccon...

6年弱 前 | 0

| 採用済み

質問


windows and mac differences in basic functionality readtable
Hi, I have a gui that runs perfectly fine on a Mac with 2017a, when I run it on win2017a (prior to compiling it) I get numero...

6年弱 前 | 1 件の回答 | 0

1

回答

質問


Handling header name variation
Hi, When I import a textfile using readable I have various column headers, one called "myheader1", but it could also be "my...

6年弱 前 | 1 件の回答 | 0

1

回答

回答済み
How to change fontsize in the report generator explorer?
Hi, Here's an example of how I change fantasize in a table using the report generator. t3=TableOutForPPoint;%this takes ...

6年弱 前 | 0

回答済み
Out of Memory Error Message
Two things I can think of. 1. Alter your Java heap size To adjust the Java heap size: On the Home tab, in the Environme...

6年弱 前 | 0

| 採用済み

質問


How to speed up plotting from within a loop
Hi, I have a figure which I want to plot all my data to, and am doing in it a loop, it works but is inordinately slow and I thi...

6年弱 前 | 1 件の回答 | 0

1

回答

質問


Can I have the improfile intensity graph added to subplot
Hi, I have an image I use improfile to give a plot of the intensity across an image using mouse clicks, is there a way to add t...

6年弱 前 | 1 件の回答 | 0

1

回答

質問


saving a processed image of the same size as the original for comparison
I have an image (tif) which I import into Matlab, this becomes my reference.I draw a white line on it and save with the line on,...

6年弱 前 | 1 件の回答 | 0

1

回答

質問


how to rotate an array about the best fit line
Hi, I have some data taken from analysing circles in an image and want to be able to straighten the line as its being on a sl...

6年弱 前 | 2 件の回答 | 0

2

回答

質問


confusion for how to use switch with multiple inputs
Hi, I have a gui which has two popup windows to identify which type of data is being used. Each of the two data types comes...

6年弱 前 | 1 件の回答 | 0

1

回答

質問


What happened to allfitdist ?
Hi all, Allfitdist has been removed from file exchange, does anyone know of a way to find the best fitting distribution program...

約6年 前 | 1 件の回答 | 7

1

回答

質問


generating an equispaced vector using a variable
Hi, I have a variable that I want to use to make each variable in part of a vector equi-spaced, and I cannot figure out why it ...

約6年 前 | 1 件の回答 | 0

1

回答

質問


how to find points between boundaries
Hi, I have a text file of data points taken from the coordinates of a point at time t and time t+10us, from this I can derive v...

約6年 前 | 1 件の回答 | 0

1

回答

質問


How to make data random around a given point and within a particular range
Hi, I am trying to write a table with some fake data and need it to compare to a checking vector(A(:,2)). In the checking vecto...

約6年 前 | 1 件の回答 | 0

1

回答

質問


problem using setdiff to check if a vector is present in a loop
Hi, I have a problem with some code I have written and hope someone has a pointer or two. The issue is with the variable "m...

約6年 前 | 1 件の回答 | 0

1

回答

質問


using fullfile when you need to pass a string as an input argument with readable TreatAsEmpty
Hi, I have a folder of files which have strings as headers and when there are fields which the measuring system could not mea...

約6年 前 | 1 件の回答 | 0

1

回答

さらに読み込む