Can MATLAB generate a window similar to a Microsoft Excel spreadsheet?

3 views (last 30 days)

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 17 Feb 2021
Edited: MathWorks Support Team on 17 Feb 2021
Although MATLAB does not have a built-in function that can completely mimic Microsoft Excel, you may find the following ideas and resources useful:
First, we have a product called Excel Link which creates an interface between Excel and MATLAB and allows you to integrate MATLAB math and graphics into a Microsoft Excel spreadsheet. Please see the following product URL for more information:
There is also another product, MATLAB Excel Builder, which allows you to convert MATLAB algorithms into Excel Add-ins. Please see the following product URL for more information:
Also, please note that we have a built-in function called OPENVAR with limited functionality that lets you open certain classes of arrays for easy viewing and editing. Please type the following at the MATLAB command line for more information:
doc openvar
help openvar
Last, you can search our MATLAB central file exchange for "spreadsheet" or similar words at the following URL:
This file exchange provides a venue for customers and developers to supply their own user-written code for free. You may find that someone has created a function that will meet your needs.

More Answers (0)

Categories

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

Products

Community Treasure Hunt

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

Start Hunting!