Pregunta


Integration and average of the pixel values for an image.
If I have a spatial map, how can I calculate the integration and average of the pixel values for the map? say my file nname is...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


large file slow running
latmin=-90; %chooce your location latmax=90; longmin=-180; a=1; longmax=180; data=zeros(90,90); for b=1:length(x(:,1))...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Respondida
Reducing the size of images by a loop
well the problem is solved

más de 2 años hace | 0

Pregunta


Reducing the size of images by a loop
Here I reduced the size of an image. But I want to reduce the size of all the images of my folder. Images are : abc_20190304_000...

más de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Making a video by selecting png images
How can I make a video by selecting png images from a folder? Also how can I save the video? the files are: abc_20190304_0001....

más de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Use of geoglobe in MATLAB R2017a
how can I use geoglobe in MATLAB R2017a. I want to make a full disc image of a three dimentional data

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Full disk imagery on earth globe in matlab
How to plot "full disk" imagery on earth globe in matlab? I have a three dimentional data in the format of (long x lat x time).

más de 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


how to make a spatial map with two dimensional matrix
I have a matrix SH=721X1440 I want to make a spatial map with that. lat=721x1 , lon=1440x1, time = 1044624. I attached lat matr...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


To find Maximum value and minimum value for each group of four rows for a 180*1 matrix
Say I have a 180x1 matrix. I have to find the max and min value of each 12 rows. e.g, max min value of 1-12th row and 13th to 24...

más de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Percentage change in the Y axix for unit change in X axis
If I have a 2D plot, how can I calculate the percentage change in the Y axix for unit change in X axis?

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Mean of 1st and 2nd, 3rd and 4th, 5th and 6th elements and so on
I have a 180x1 matrix. I want the mean of 1st and 2nd, 3rd and 4th, 5th and 6th elements like this. The new matrix then have 90 ...

casi 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to apply a bandstop filter after performing FFT
How to apply a bandstop filter after performing FFT on the this data, to remove the spikes ? SC is the data matrix. rows1 =le...

casi 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Matrix operation in quiver plots
My matrices are, new_lon1 = 1440X1 lat1 = 721X1 U = 1X 721 X 1440 V = 1X 721 X 1440 I tried the making quiver plot by this...

casi 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


making of Quiver Plots
My matrices are, new_lon1 = 1440X1 lat1 = 721X1 U = 1X 721 X 1440 V = 1X 721 X 1440 I tried the making quiver plot by this...

casi 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Matrix and Averaging problems
say I have a matrix V = 180x1 double. STEP 1 = I need to make 15 matrices, 12x1 column each ( Say Jan to Dec) STEP 2= I need t...

casi 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Total number of zeros , ones , twos..etc in a matrix
I have a matrix where in the fourth column there will be numbers of 0 to 23. I need a separate matrix where there will be the to...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to extract rows based on a particular column values in a matrix?
I have attached a .mat file. It has two columns. In the second column if the values are greater than equal to 1 or if the values...

más de 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


mean of 6TH, 7TH AND 8TH numbers of every column
I have a 12x41 matrix. I want the mean of 6TH, 7TH AND 8TH numbers of every column. there will be a 41x1 matrix then

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to take the average of 6th 7th and 8th value of a 12x1 matrix and it will continue upto 492x1 matrix
I have a 492x1 matrix. I have to take the average of the 6th 7th and 8th numbers. For better understanding I have 41 years, then...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to concatenate matrices to calculate mean
I have 40 matrices DJF1979_1980_125 to DJF2019_2020_125. Each matrix is 3x721x1440. I want a mean of all the matrices, that wi...

más de 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


concatenation of few matrix with a loop
C{1} = [total1979_125_30]; C{2} = [total1980_125_30]; C{3} = [total1981_125_30]; C{4} = [total1982_125_30]; C{5} = [total198...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Averaging Every Element of some matrices
I have 40 matrices of 12x1. How can I take the the each element of every matrix and get a averaged matrix which will be 12x1

más de 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Montage Function Problems in MATLAB
im1 = imread('denstrack_01May.png'); im11 = imresize(im1, [544 1048]); figure imshow(im11) im2 = imread('01.05.19.png'...

casi 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


combining four .png images
clear clc im2 = imread('01.05.19.png'); im1= imread('1may.png'); im4=imread('1MayCTT.png'); im3=imread('denstrack_01M...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


saving png files in power point
How can i save 4 png images in a single power point slide using matlab?

casi 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


PNG file saving in power point presentation
clear clc %removed the clear all, close all, clc, as they are irrelevant here and can only cause problems project_dir = p...

casi 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Different size matrix data addition
I have different matrix size for different data file. say one data is 846x399 and another is 4208x399. I need to add all the fil...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Addition of data from different files using a loop
clear clc [files,pathname]=uigetfile('*.hdf','MultiSelect','on'); cd ../../../../../../../../../.. cd(pathname) fil...

casi 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Linear Interpolation of two mismatched matrices
filename='CAL_LID_L2_05kmCPro-Standard-V4-20.2011-12-31T23-18-11ZD_Subset.hdf'; info=hdfinfo(filename); data=hdfread(filename,...

casi 4 años hace | 0 respuestas | 0

0

respuestas

Respondida
Grid Resolution Change in Matlab
My main data is 744x721x1440 (0.25x0.25 in degrees) double. Where Time = 744x1, Lat = 721x1, Lon = 1400x1. I do time averafe to ...

casi 4 años hace | 0

Cargar más