3D plots from Excel spreadsheet
2 次查看(过去 30 天)
显示 更早的评论
I am new to Matlab. I am importing data from a spreadsheet into a numerical matrix (32 rows and 10 columns). All the data is numeric and represents the wall thickness measurements made in a 100 mm grid marked on the full circumference of the pipe (i.e. 32 x 10 cells of measurement). I have successfully imported the data and can read each row, but only by entering each row individually e.g. row1 = ut(1,:). What I would like to be able to do is:
a) automate the calculation for all of the 37 rows to show the data for each cell, max, min and mean for each row b) create a 3D plot to show the pipe with the measured depths as contours. A spreadsheet is attached.
Thank you.
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spreadsheets 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!