how to export two mat.files into a single excel sheet?

i have two mat.files
1. Input.mat (14 columns )
2. Output.mat (15 columns)
how to export these two mat.files into a single excel sheet with input and output variables side by side (14 columns i/p and 15 columns o/p)?

Answers (1)

  • Read all your files using load
  • Write all the data using writematrix

Products

Release

R2015b

Asked:

on 2 Aug 2021

Answered:

on 2 Aug 2021

Community Treasure Hunt

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

Start Hunting!