Community Profile

photo

mahesh chathuranga


sabaragamuwa university of sri lanka

Active since 2013

Statistics

  • Thankful Level 4

View badges

Content Feed

View by

Question


find a maximum matrix of three matrices
I have three matrices. A=[8,1,6;3,5,7;4,9,2], B=[6,7,2;7,4,8;1,2,3], C=[4,8,5;3,2,1;1,1,1], . I want to find the maximum of A,B ...

ongeveer 8 jaar ago | 1 answer | 0

1

answer

Question


MATLAB regression tree analysis
0 down vote favorite I have five different images, size is 9000rows and 9000columns. I want to calculate the index using ...

meer dan 9 jaar ago | 0 answers | 0

0

answers

Question


how to write a headerless flat binary file into tiff using matlab
I have header less flat binary files(they have no extension). I want to convert those into tiff. is it possible with MATLAB

meer dan 9 jaar ago | 1 answer | 0

1

answer

Question


How to write matrix to text with comma separate but first column should be string
i have a matrix with four columns. all values are numbers.I want to write it on text with comma separate row by row.but first co...

meer dan 9 jaar ago | 1 answer | 0

1

answer

Question


replace -28672 with NaN
I have MODIS image, fill value is -28672(No data area). I want to replace those as NaN. why I am doing this is, I dont want to u...

meer dan 9 jaar ago | 1 answer | 0

1

answer

Question


link scatter plot to the image
I have an image(500*500) and I calculated two images from the original image, those derived images(a and b) contain the calculat...

meer dan 9 jaar ago | 0 answers | 0

0

answers

Question


problem with image data classes
I opened the raw image(int 8).I wanted to stretched the raw image values from 0 to 1. for that i used mat2gray(). then I applie...

meer dan 9 jaar ago | 0 answers | 0

0

answers

Question


for loop for read different band of image and apply the calcilation on it.
I have large data set of satellite images. seven bands of a one location(tile) are stored in separate tif images. I have the dat...

meer dan 9 jaar ago | 0 answers | 0

0

answers

Question


what is this error?
When I run the SPI calculation function this error was displayed. function=" *Z=SPI(Data,3,12)* ;" error=" * *Maximum recu...

bijna 10 jaar ago | 1 answer | 0

1

answer

Question


how to use fourier transform to analyze time series data?
I have an time series signal.I want to calculate first,second,third harmonic curves according to the following research paper, u...

bijna 10 jaar ago | 1 answer | 0

1

answer

Question


export comma separated values to excel
[pks,locs] = findpeaks(A) it gives two values for pks and locs. pks= 23 56 locs= 2 5 i want to save this output into a excel...

bijna 10 jaar ago | 2 answers | 0

2

answers

Question


how to export multiple matlab variable outputs to excel sheet?
I have number of data sets and each data set gives 5 output values(NDVImean,NDVImin,dNDVI,t,sen) I attached a excel sheet for o...

bijna 10 jaar ago | 1 answer | 1

1

answer

Question


how to read projected image into matlab
I have MODIS time series 23 images for particular tile.i want to do time series analysis using this images.But this images are w...

bijna 10 jaar ago | 0 answers | 0

0

answers

Question


how get log normal(ln) of value?
i want get the log normal(ln) of the value.how to do it?

ongeveer 10 jaar ago | 1 answer | 0

1

answer

Question


how to get the mean of different images covered the same area?
i have 7 days precipitation data images(tif format)of same area.i want to get the average of this seven images.(pixel wise avera...

ongeveer 10 jaar ago | 1 answer | 0

1

answer

Question


How to run program with .tmp extension in matlab
i have an program with .tmp extension. i want run this on matlab environment. how to do it?

ongeveer 10 jaar ago | 1 answer | 0

1

answer

Question


Image Processing tool box
by type wavemenu we can access to the wavelet tool box. how can i access to the image processing tool box.

ongeveer 10 jaar ago | 1 answer | 0

1

answer

Question


How to mosaic two images with out overlapping
I have a two images like this.as a example a=[1 1 1 1;1 1 1 1;1 1 1 1;1 1 1 1]; b=[0 0 0 0;0 0 0 0;0 0 0 0;0 0 0 0]; (actual ...

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


convert .dll extension type code to matlab codes
I have some codes with *.dll* extension.I want to convert it to *MATLAB* format.How to do it? Thanks!

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


How to get summation of images
I have three images ( contrast feature,cluster prominence & cluster shade) with same size(0-255 range).I want to get the summati...

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


wavelet sub band uniform quantization
How to do the uniform quantization for wavelet sub bands?

meer dan 10 jaar ago | 0 answers | 0

0

answers

Question


how to do quantization
I have wavelet coefficients bands.I want to quantization this coefficients using quantization function derived by Andrew Busch.h...

meer dan 10 jaar ago | 0 answers | 0

0

answers

Question


Get average GLCM of image
I have an image with size 256*256(8bit).I want to calculate Gray level co_occurrence matrix to 4 directions(8 directions with sy...

meer dan 10 jaar ago | 0 answers | 0

0

answers

Question


convert matrix into another matrix
a=[0 0 1 1; 0 0 1 1; 0 2 2 2; 2 2 3 3] this is my matrix and i want to obtain b=[1 1 0 0; 1 1 0 0...

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


how to do logarithmic image normalization?
what is logarithmic image normalization?how to do it?(range is 0-255)

meer dan 10 jaar ago | 2 answers | 1

2

answers

Question


imgradient() function in matlab 2013b version
What is the similar function to *imgradient()* (in 2013b version) in old matlab versions(2009 version...etc)

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


error message when using graycomatrix()
comatrix = graycomatrix(imgray_in((row - ((window_size -1)/2)): (row + ((window_size -1)/2)),(col - ((window_size - 1)/2)):...

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


image manipulation with moving window.
i have a image of 256*256 and i have a moving window with (5*5).i want to move this moving window through out my original image,...

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


how to multiplying two matrices in following way
my first matrix is a=[1 2; 3 4; 5 6];.my second matrix is b=[3 5; 0 2; 5 7];. I w...

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


sub divide the image with overlaps
my image is a = [0 0 1 1; 0 0 1 1; 0 2 2 2; 2 2 ...

meer dan 10 jaar ago | 1 answer | 0

1

answer

Load more