Community Profile

photo

YJ


Aktiv seit 2014

Followers: 0   Following: 0

Kontakt

Statistiken

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Plotting different vectors (length) into one single plot grpah
I have a problem when I try to make a plott with this code below.. I do know that it has all different size, but is there way t...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


[HELP] Finding the lowest positioned pixel in the figure.
I have a code as follow: which is converted into binary image. image= [pos1]; BW = im2bw(pos1,map,0.4); imshow(pos1(...

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


[HOW do I assign multiple colorbars on same figure
files = dir('*.mat'); for i=1:2 load((['Mean_process_image_pos',num2str(i),'.mat'])); end pos_1_cut_0 = Mea...

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


[HELP] my boxplot shows only one data set!!
here is my code, I have 12 set of data as a matrix. and I want to illustrate this data set as series of boxplot in same x-y a...

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


[HELP] 2d images to 3d
I need help with constructing the multiple of 2d images into 3d. So I got the 2D matrix (768 by 768)- image and have 500 o...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


help with this basic matlab code..
Here is a code I wrote, I want the each file to be cut off I got right up to cut_2 bit. But problem comes in Mean_pr...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


changing directory to do same work
I have a folder which has a name as 1250, 1270, 1290, 1310, 1330, 1370, 1390 (first level) and inside that each folder it ha...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how do I count number of folder?
I do know how to count the number of files within the folder like this, but is their way to file the number of folder insi...

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


[HELP NEEDED] loop over folder? and save them?
pro_path = 'C:\Users\user\Desktop\thesis\xd_0001\' ~~~~~~~ Process all data inside pro_path and compute one data set cal...

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


read images in all folder?
I want to make a loop that reads all the images in all of folders: 3 Folder: each folder has 50 files folder name: ...

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Image process (stacking) suggestion?
I am trying to make a image something look like this, (stacking one on top of other one) <</matlabcentral/answers/u...

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How do I save a workspace data to a specific directory.
I want to save the mean image matrix(Back_m) into a following folder 'C:\Users\YJ\Desktop\matlab' Here is what I did <...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


im7 file image processing
typically scientific cameras are black and white or grey scale and so rather than each pixel having a red, green and blue value ...

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


out of memory ?? help needed
I have a laptop which has a 8G of ram memory. however, when I run a matlab, it says I am out of memory. I only run matlab...

mehr als 9 Jahre vor | 5 Antworten | 0

5

Antworten

Frage


loop and graph problem (time vs area)
I have series of images something look like this. <</matlabcentral/answers/uploaded_files/17678/area2.jpg>> each i...

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


calculate the enclosed area within an image
<</matlabcentral/answers/uploaded_files/17526/bw%20image.png>> I have a set of experiment images and need to analyse base o...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


FInd a mean image with multiple images
I have set of images, about 200, on particular object which are in grey-scale. 200 images have same dimension of matrix but ...

fast 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


compute image to have RMS, skewness and kurtosis images
image pixel data are stored as a matrix format named "A1" (688 x 512) - grey-scale Since the data should be converted to a dou...

fast 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


loading multiple images and computing a single mean image
I have a set of iamges (100 images) - im7 files, matrix [688 X 512], grey-scale (scienftic camera is used) image are loaded ...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


two data in one plot graph
I have two set of data x y1 y2 I want to plot (x,y1) and (x,y2) at a same graph. How do I do that?? they all have ...

etwa 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


find minimum y-value and x-value
I have attached files I have made a code that plots the values. And I need to find a x -value when y-vale is at minimum va...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how do i change a scientific figures?
<</matlabcentral/answers/uploaded_files/10404/graph.png>> here is my plot graph from my data. I used following code to d...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


FInd maximum in cubic spline interpolant
I got a set of data, x and y I was trying to find an eqaution that bu basic fitting and it comes out that spline interpola...

etwa 10 Jahre vor | 3 Antworten | 0

3

Antworten