djr
Followers: 0 Following: 0
Professional Interests: Meteorology and physics
Feeds
질문
Integral of exponential function that contains another integral
Hello everyone, I have the following integral: where and is a constant in one case and in another case. In addition, my ...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
Slice and streamslice along diagonal
Hello, I have X,Y,Z,U,V,W 3D arrays of the size 101x201x4. I plotted slice and streamslie in the x-z plane along y = -3 as sh...
4년 초과 전 | 답변 수: 2 | 0
2
답변질문
Quiver uniform arrows spacing
Hello, I have the following data (attached) that want to use in quiver plot as follows: quint = 20; quiver(xplot(1:quint:e...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
Finding and plotting radial component in vector field
Hello Everyone, I have a vector filed given on a Cartesian grid with two vector components Uc and Vc (attached). My grind has 1...
5년 초과 전 | 답변 수: 1 | 0
1
답변질문
Filling NaN void in polar plot
Hello Everyone, I am dealing with a polar plot that is incomplete due to NaN values in the data. Please see figure 'Void pol...
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
Comparing elements of rows (in cell) and columns (in array) and plot results as 2D mash/grid
Hello, I have a cell _A_ (attached) where the first column is the instrument number and the other two columns are _x_ and _y_...
거의 7년 전 | 답변 수: 1 | 0
1
답변질문
Advanced 3-D bar plot
Hello, I have measurements that are conducted on a rail that has a cross-like shape (please see attachment 'Measuring positio...
대략 7년 전 | 답변 수: 0 | 0
0
답변질문
Finding four parameters that are the closest to the prescribed value_Minimize the function?
Hello, I have four a cell with four arrays each containing around 5000 numbers (all arrays have the same length). I call thes...
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
Find values in array a based on unique values in array b as well as based on the range of values in b
Hello Everyone, I have two long arrays that look like this: a = [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17] b = [10,1...
7년 초과 전 | 답변 수: 2 | 0
2
답변질문
Efficient way of reading cell arrays
Hi What would be the most efficient way to read content from cells; is it using for loops or cellfun functions. For example,...
거의 8년 전 | 답변 수: 2 | 0
2
답변질문
Assigning property/value to image color, Oklahoma state
Hello, I have a very simple image (attached) that has white background and several filled circles of different colors. I am ...
9년 초과 전 | 답변 수: 1 | 0
1
답변질문
Optimizing a 'for' loop
Hello, I have a cell containing two cell columns. Column 1 is date and Column 2 is hour. I want to merge them together and t...
거의 10년 전 | 답변 수: 1 | 0
1
답변질문
Remove rows usig cellfun
Hello, Neg is 1x8 cell. Each cell column has 101096 data, i.e. length(Neg{1,1}) is 101096. All data are numbers. I need to f...
거의 10년 전 | 답변 수: 1 | 0
1
답변답변 있음
Finding elements in column that meet some criteria
Thanks so much. Yes, Z is Y (my bad).
Finding elements in column that meet some criteria
Thanks so much. Yes, Z is Y (my bad).
대략 10년 전 | 0
질문
Finding elements in column that meet some criteria
Hello, I have a matrix that has 3 columns and 186 rows. Values are something like this: Velocity X ...
대략 10년 전 | 답변 수: 2 | 0
2
답변질문
Identifying events in time series
Hello, I have a logical vector (made out of 1's and 0's) that corresponds to a time series. For example, 1 1 1 0 1 1 1...
10년 초과 전 | 답변 수: 0 | 0
0
답변질문
Reading specific data from formatted txt files - looks very dificult
Hi, I have 15 ascii files. The file names are 1948_1950, 1950_1955, 1955_1960, 1960_1965, ..., 2010_2014 (all files except t...
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
Add zeros to some dates
Hi, I have a file with dates that are in the format 'yymmdd'. For example, 991231 would be Dec 31st, 1999. However when it g...
10년 초과 전 | 답변 수: 3 | 0
3
답변질문
Change of data format
Hello, I have a *.txt file with data in the following format (say, file1): 00Z01JAN1948 0.00579036 06Z01JAN1948 0.003...
10년 초과 전 | 답변 수: 2 | 0
2
답변질문
Modifying files and merge files
Hi, I have a file that has dates in the folowing format: 1011949 % This would be 01JAN1949 2011949 % This would ...
10년 초과 전 | 답변 수: 3 | 0