필터 지우기
필터 지우기

Run matlab with excel

조회 수: 6 (최근 30일)
Joel
Joel 2023년 4월 11일
답변: Jon 2023년 4월 11일
Hi
I want to run MATLAB scripts from excel. I have this script that reads data from another excel file and use input variables (x1 and x2, these I would like to type in excel). The output is in the form of graphs and vectors that I want to show in an OUTPUT sheet in excel
x1=0;
x2=24200+x1; %I want to type x1 and x2 in excel
Data=readtable("Data.xlsx"); %There is a different Excel-file for every year,
% so I would like this to be an input as well
...
output_double=[ 1 2 3]; %vector
figure
plot(y1,y2) %graph

답변 (1개)

Jon
Jon 2023년 4월 11일
You can use Spreadsheet Link for this type of application https://www.mathworks.com/products/spreadsheet-link.html

카테고리

Help CenterFile Exchange에서 Data Import from MATLAB에 대해 자세히 알아보기

제품


릴리스

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by