Call MATLAB from Google Colab

Hello there, Is it possible to used MATLAB commands from Google Colab (Jupiter on cloud)?
For example, I would like to call Risk Management Toolbox functions like bin(vbt, Name, Value), tbfi(vbt, Name, Value) or tuff(vbt, Name, Value) in Google Colab.
I tried without success
import matlab.engine
eng = matlab.engine.start_matlab()

Respuestas (4)

Yongjian Feng
Yongjian Feng el 29 de Ag. de 2021

0 votos

This is the same as calling matlab from python, right? Can you call it from python first?

2 comentarios

Yes, calling MATLAB from python is done with
import matlab.engine
eng = matlab.engine.start_matlab ()
however, this method implies that MATLAB is installed on the PC and Google Colab is a cloud environment.
Is it possible to call MATLAB from Google Colaboratory?
Yoav Kahana
Yoav Kahana el 15 de Mzo. de 2022
Hi,
I also want to use a matlab function in my colab's notebook, and have the same problem, as you mentioned.
Did you find any solution for that?
I would be very glad to know!

Iniciar sesión para comentar.

Yongjian Feng
Yongjian Feng el 31 de Ag. de 2021

0 votos

Seems like you need to bridge it.
Your local PC and Google Colab shall be able to communicate using python, I imagine. Using HTTP server for example. Then using python in your local PC to call matlab. Then python in your local PC to communicate with Google Colab.
Yann Debray
Yann Debray el 30 de Jun. de 2025
Editada: Yann Debray el 30 de Jun. de 2025

0 votos

I recorded a demo that might help you discover the capabilities of running MATLAB on Google Colab
This is newly possible (since Jun 24th 2025) as Google announced the Colab Terminal Is Now Free For All Users

Categorías

Productos

Versión

R2021a

Preguntada:

el 29 de Ag. de 2021

Editada:

el 30 de Jun. de 2025

Community Treasure Hunt

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

Start Hunting!

Translated by