Community Profile

photo

Bhowmik.U


Last seen: 8 months ago Active since 2013

student Professional Interests: radar data analysis

Statistics

  • First Review
  • Thankful Level 3

View badges

Content Feed

View by

Question


plotting 2 time series with errorbars along double y axis
I have 2 time series data with standard eror rof mean too i.e. errorbar(t,y1,erb-y1) and errorbar(t,y2,erb-y2) This is to be...

2 years ago | 1 answer | 0

1

answer

Question


Circular mask for pcolor plot
I have a matrix A=50*50 B=pcolor(AA); I wish to plot pcolor such that values within a circular zone are retained ; and thos...

3 years ago | 0 answers | 0

0

answers

Question


geometric mean distance evaluation from scatter plot
I have a scatter of N points. I know their (X,Y) How to calculate geometric mean distance amongst all scatter points !!!

3 years ago | 0 answers | 0

0

answers

Question


Product of distance of points in a scatter plot from one another
I have a cloud of (X,Y) scatter referenced to origin (X=0;Y=0); Say there are N points I require to find the distance of point ...

3 years ago | 0 answers | 0

0

answers

Question


power law fit to find exponent
I have a data in column matrix x and y I need a power law fit say y=x^m I require to plot scatter of y versus x and pl...

4 years ago | 1 answer | 0

1

answer

Question


Linear fit to log x axis scatter and correlation calculation
I have two data streams 618*1 doubles; say 'a' and 'b' I want to plot scatter of 'a' versus 'b', 'b' in x axis in log scale I ...

4 years ago | 1 answer | 0

1

answer

Question


How do I separate a string with hyphen and colon separation within cell
When I am trying to read the file enclosed using the code below, the 1st and 2nd entries I am getting is an array of cells with...

5 years ago | 1 answer | 0

1

answer

Question


circle in pcolor map with radius as half of map length
Hello, I want to plot pcolor pcolor(X) X=50 * 50 matrix I wish to plot a circle within pcolor map; with centre as centre of...

5 years ago | 1 answer | 0

1

answer

Question


To Save contourf sequentially in loop according to input filename
Hello, I wish to save contourf sequentially in for loop according to input filename, but it throws error : "Simulink object arr...

5 years ago | 1 answer | 0

1

answer

Question


Convert X,Y,Z column data into equally spacing grid of X,Y and corresponding Z
have column vector X=m*1; Y=m*1; Z=m*1; (with NaN in between) Want to convert Z data into regular spacing of X and Y; X ( -...

5 years ago | 1 answer | 0

1

answer

Question


Shaded Contour and Line Contour in one CONTOURF
I have a matrix A=m x n; X=m x 1; Y=n x 1; contourf(X,Y,A','linestyle','none') I wish to superpose another matrix B (m*n) ...

5 years ago | 1 answer | 0

1

answer

Answered
How to filter out annular data from square matrix
Thanks for the suggestion..however I tried on similar lines but that yielded concentric boxes of data..rather than circles...

5 years ago | 0

Question


How to filter out annular data from square matrix
Have a square matrix...501 by 501...Z=501×501 Need to filter out an annular data 20 to 150 centered at (251,251)

5 years ago | 2 answers | 0

2

answers

Question


FILTER OUT ANNULAR DATA FROM MATRIX
I have a 501x501 matrix, want annular data 20-150 Km about centre(251,251).. X=1x501; Y=1x501; z=501x501; X=X(:);and so on. m...

5 years ago | 0 answers | 0

0

answers

Question


I have hdf file in .h5 extension, is there any way to convert it to CF Compliant NetCDF file
the hdf file when I do hdfview gives following info : BRT_Dataset (5256,2) 32 bit floating point 1400 x 1400 Number of attr...

6 years ago | 0 answers | 0

0

answers

Question


To plot coastline IN MY GRID BOX, superimposed on the 'contourf' plot I made with longitude, latitude and data
Lon=nx1; Lat=mx1; Data=nxm; contourf(Lon,Lat,Data) over this extent of Lat and Lon only, I wish to plot the coastline/poli...

6 years ago | 0 answers | 0

0

answers

Question


scatter plot of 2 colors with X Y and Z data- Z (0 and 1)
I have 3 column vectors X Y and Z. Z is parameter 0 or 1 I wish to plot scatter plot of Z at respective (X,Y) with 2 color...

7 years ago | 1 answer | 0

1

answer

Question


quivers.mm problem with lat-lon plot
Hello everyone, Am using quivers.m code for lat-lon plot I am getting the plot like the one attached with error as Error...

7 years ago | 0 answers | 0

0

answers

Question


To select indices in areal density plot
I have X and Y column matrices, I need to plot occurrence density of X-Y pair in 5*5 bin in an area of 250*250, so a total 50 bo...

7 years ago | 0 answers | 0

0

answers

Question


to save different dimension cell to double
my code generates a cell p = <1x11005 cell> each cell have different number entries.. I wish to write all entries in all ...

7 years ago | 1 answer | 0

1

answer

Question


Quiver scale in legend pointing north
I have quiverscale.m code downloaded I have U and V matrix (1*30) vectors each 30 corresponds to height bin. my code : quive...

7 years ago | 0 answers | 1

0

answers

Question


Vertical Quiver/wind barb plot
I have u and v column matrices 1*300 dimensions each I have z(height) matrix 1*300 I wish to plot wind barb/quiver using u and...

7 years ago | 0 answers | 0

0

answers

Question


Quiver plot with each with 5km*5km box having single quiver arrow average of all arrows within the box
I have U wind, V wind, X (lon) and Y (lat) column matrices each of size (7581*1) X and Y ranges from -125 to 125 (converted lat...

7 years ago | 0 answers | 0

0

answers

Question


subplot in loop and save final figure, when clear all used after each loop
for a=1:24 body subplot(24,6,a) clear all; end please help;

8 years ago | 1 answer | 0

1

answer

Answered
how to get polar plot for a matrix data(2000*759) for given range(2000*1) and azimuth(1*759) in separate matrix.
@Jan Simon Respected Sir, I searched HELP files but couldnt figure out. Sorry.

10 years ago | 0

Question


how to get polar plot for a matrix data(2000*759) for given range(2000*1) and azimuth(1*759) in separate matrix.
I have reflectivity data(dbzh2) in a matrix form 2000*759 where 2000 corresponds to each range bin and 800 to each azimuth. also...

10 years ago | 1 answer | 0

1

answer