필터 지우기
필터 지우기

Simple GUI to allow Surface plot from excel

조회 수: 1 (최근 30일)
Floyd
Floyd 2011년 2월 9일
I just want to import a spreadsheet similar to what I can do with matlab , and load the data and then run a surfc or similar to that. The spreadsheet works with matlab command line and app interface WITH SURF(DATA)

답변 (1개)

Martijn
Martijn 2011년 2월 9일
There are various ways in which you can call MATLAB from Excel:
  • Spreadsheet Link EX allows easy data transfer between Excel and MATLAB. Also allows easy importing of a MATLAB figure into an Excel Worksheet.
  • MATLAB's COM Automation Server you will need to write your own VBA code though. Also embedding/importing the graphics isn't nearly as easy.
  • MATLAB Builder EX allows you to compile your MATLAB functions into Excel Addins. These Add-ins can work without an actual MATLAB installation and license.

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by