Feeds
질문
Create a mesh within a triangle and interpolate within this mesh
Hi folks, I have a 2D triangle and corrosponding data values at each vertices. I want to generate a mesh within the triangle, i...
1년 초과 전 | 답변 수: 1 | 0
1
답변질문
Plotting multiple y axes on one side only using addaxis
Hi, I am using addaxis to plot multiple y axes (first pic), but is there a way to have them all appear on one side (say the rig...
거의 5년 전 | 답변 수: 2 | 0
2
답변질문
Colored error bar plot with X axis labels
Hi Everyone, I am trying to create a bar graph with individually colored bars and also with error bars. However I cannot seem t...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
Simple for loop index
Hi, Here is a simple piece of code to find the location of elements n within the vector A A=[2,4,6,7,9]; for n=[4,9]; ...
대략 9년 전 | 답변 수: 1 | 0
1
답변질문
Performing a repeated calculation within a vector
Hi Everyone, I have a column of data, say with 40,000 data points. I want to reduce this to 4,000 by creating a new variable wh...
대략 9년 전 | 답변 수: 1 | 0
1
답변질문
Managing large files - irregular data points
Hi Folks, I have a data set where the data points are measured at irregular intervals, sometimes 10 measurements per minute, ...
11년 초과 전 | 답변 수: 1 | 0
1
답변질문
Create a moving average
Hi There, How can I calculate a moving average for a column of data. For instance i want to average the 50 points either side o...
11년 초과 전 | 답변 수: 6 | 0
6
답변질문
Extract data at regular intervals
Hi There, I have 2 columns of data, time and concentration. The time data are at intervals of about 5 seconds and there is a ...
11년 초과 전 | 답변 수: 1 | 0
1
답변질문
Turn data points into NaNs
I have a grid of data (e.g. 10 columns by 10 rows) and I want to turn some of the data points into NaNs. For instance say I want...
12년 초과 전 | 답변 수: 1 | 0
1
답변질문
Create a grid from column data
I am trying to create a grid from column data. I have 3 columns, an X coordinate, a Y coordinate, and a column of values (in thi...
12년 초과 전 | 답변 수: 1 | 0