Working in Excel with live on MATLAB
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
종영
el 29 de Ag. de 2024
Respondida: Image Analyst
el 30 de Ag. de 2024
On matlab, I am going to import an Excel file and work on it live in real time.
If I change the value in Excel, I want to reflect it in real time in MATLAB.
However, as far as I know, if you modify it without saving the Excel, it cannot be applied in MATLAB right away.
Is there a way to solve this?
1 comentario
halleyhit
el 29 de Ag. de 2024
It is difficult, because excel and MATLAB are two separated tasks and thus not easy to exchange data. One workaround might be generating your MATLAB code into Excel Add-ins, so that all data are in Excel only.
Respuesta aceptada
Angelo Yeo
el 29 de Ag. de 2024
Editada: Angelo Yeo
el 29 de Ag. de 2024
See the video below for a quick introduction to the toolbox.
0 comentarios
Más respuestas (1)
Image Analyst
el 30 de Ag. de 2024
You can interact with Excel "live" if you are using Windows and use ActiveX. I attach a demo for that, ExcelDemo. You can stop the demo at a breakpoint at any point and switch over to Excel and see the changes that you have made will be there. I'm also attaching a class with many useful ActiveX functions, Excel_utils.m.
0 comentarios
Ver también
Categorías
Más información sobre Data Export to MATLAB en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!