Feeds
提问
interpolating an axis to get equidistant bins
I want to plot a matrix using pcolor. My code looks like this fh = load('horizontal_scan_energy.dat'); y = fh(:,1); x = (...
7 years 前 | 0 个回答 | 0
0
个回答提问
construction full image from one quadrant
I want to construct a full image from one quadrant such that a quarter of circle in the quadrant becomes a full circle in the fu...
8 years 前 | 0 个回答 | 0
0
个回答提问
plotting a matix as a false color map
I have a matrix with first column as energy and all other column giving intensity at different time steps. I want to plot it suc...
8 years 前 | 1 个回答 | 0
1
个回答提问
plotting a matrix like multiple ascii files
I have a dataset with multiple ascii files with same x axis and different y axis. These ascii files corresponds to different tim...
8 years 前 | 0 个回答 | 0
0
个回答提问
How to count blobs with a given threshold in an image
Hi everyone, I need to count the number of blobs with a given threshold in an image? Can somebody please help me there.
8 years 前 | 2 个回答 | 0
2
个回答提问
particle distributed on a ring
I want to generate a ring distribution of particles. This is my code so far function [x,y]=cirrdnPJ(x1,y1,rc) %t...
9 years 前 | 1 个回答 | 0

