How to export a 3D data table/chart to Excel

1 view (last 30 days)
I am trying to have my MATLAB script create and export a table with x, y and z data points to Excel in the format of the Excel file attached. If you cannot open the file, the format has the x-axis values running horizontally in one row, the y-axis values running vertically in one column and the z-axis values at the points where the x columns and y rows meet.
The x-,y- and z-axis values will be user inputs of the same size. I have tried to use T = table(x,y,z) to create the table but have had no success.
Please let me know if you have any suggestions about how I can go about doing this. Thanks!

Answers (0)

Categories

Find more on Data Import from MATLAB in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!