photo

flemingtb


Last seen: 11 mois il y a Actif depuis 2018

Followers: 0   Following: 0

Statistiques

  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

Réponse apportée
How to format surface data into XYZ point cloud?
I've attached the data file. I need to convert this format to XYZ columns. All that i have done so far is to get size data t...

plus de 5 ans il y a | 0

Question


How to format surface data into XYZ point cloud?
I have a .csv data set that is 10x22 surface data and i'd like to convert it to XYZ point cloud. What is the best way to do thi...

plus de 5 ans il y a | 3 réponses | 0

3

réponses

Question


What is the best way to take the derivative of a surface plot (2D) data?
I have a data set that is a measurement of a defect. I'd like to programatically characterize the defect for depth and area of ...

plus de 5 ans il y a | 1 réponse | 0

0

réponse

Question


How to filter low frequency data set?
I have attached my example data set. What i would like to do is correct the data in each row based on the maximum value of the ...

plus de 5 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
Need help calculating slope in X and Y directions from matrix data
Yes the matrix can vary in size and i would like to move a window of width (10) along in (1) column jumps. Exactly right.

plus de 5 ans il y a | 0

Question


Need help calculating slope in X and Y directions from matrix data
Need to determine max slope in a matrix of Z data for a given range of data points. For example i'd like to take the slope of (...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


how to insert a calculated index to trim a data set?
I have a matrix KeyZ that needs to be custom trimmed based on user defined dimensions. The user inputs a 'width' value in mm an...

plus de 5 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
Need help concatenating data with struct field name?
Ah i think i've got it. out = [FileNames,num2cell(data)]

plus de 5 ans il y a | 0

Question


Need help concatenating data with struct field name?
I have a struct (s) with Field (name) i'm looking to create a 'name' array so that i can concatenate it with data. the field 'n...

plus de 5 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
How to process multiple .csv files?
Got it, thanks.

plus de 5 ans il y a | 0

Réponse apportée
How to process multiple .csv files?
Wow that worked. Basically it's opening each file and doing the analysis that i normally was doing one at a time. The data is ...

plus de 5 ans il y a | 0

Question


How to process multiple .csv files?
I have a folder of .csv files i'd like to process as a batch, meaning perform analysis on each file individually. Here is the c...

plus de 5 ans il y a | 4 réponses | 0

4

réponses

Question


How to trim data in a matrix?
I have a matrix 800x800, from X(0:130) and X(589:end) is garbage. How do i remove the data so that i can surface plot it? If...

presque 6 ans il y a | 1 réponse | 0

1

réponse

Question


How to differentiate a surface plot?
I have a matrix of (Z) data, the data is height data (Z), each line of data is a scan (Y) and each line has 300 points(X). I am...

presque 6 ans il y a | 1 réponse | 0

0

réponse

Question


How can i correct angled data?
I have a data set, it is measurement data from a series of line scans of a surface. I'm interested in the warp or flatness of t...

presque 6 ans il y a | 1 réponse | 0

0

réponse

Question


How to scale data
I have point cloud data from a profilometer, where each scan line is a row and each column is a pixel in the line scan. i know ...

presque 6 ans il y a | 1 réponse | 0

1

réponse

Question


how to open csv and plot contour data
I have a large .csv data file from a measurement sensor, i want to open the file and plot the data using Matlab. The data is in...

presque 6 ans il y a | 1 réponse | 0

1

réponse

Question


How to evaluate a function over a range of inputs
This is probably really easy but i'm new to Matlab and can't figure out the syntax. Example: F = ((1-n/(1+n))^2 n = [0:15] ...

presque 6 ans il y a | 2 réponses | 0

2

réponses

Question


How do i find rows that contain duplicate values only?
for example i want to identify the row and column that contain "3" only and delete them from the data x = [1 3 5 6; 2 3 6...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


How to open a .txt file with header information
I have a large data file, temperature data to be exact, the file output from the sensor is .txt. The first 12 rows are header r...

environ 6 ans il y a | 2 réponses | 0

2

réponses

Question


plot scale is messed up
Wow i'm rusty... I'd like to interpolate for Wn over the range of Ln in the code below. Which it does but the plot 'X' axis is...

environ 6 ans il y a | 1 réponse | 0

1

réponse