- Create an account with the chosen cloud platform to ensure you have access to their services.
- Set up a cloud instance on the platform and install MATLAB. Transfer your MATLAB script to the cloud instance.
- Install any necessary dependencies or toolboxes required by your script on the cloud instance. Ensure that the cloud instance can handle data transfer and conversion between the mobile app and the cloud.
- Establish a connection between the mobile application and the cloud instance using communication protocols like REST API or WebSocket.
- Send the input signal from the mobile app to the cloud instance. Receive the generated image as a response from the cloud instance and display it in the mobile application.
I want to run my .m script in cloud like AWS or Google Cloud
2 次查看(过去 30 天)
显示 更早的评论
Actually i have a script which contain a function which accept the input as signal and gives output as an image, I want to implement the feature in my mobile app where user can convert his signal in to image in cloud.
0 个评论
回答(1 个)
Pratyush Swain
2023-9-12
Hello Saurabh,
To execute your function script in a cloud instance and enable communication with a mobile application, you can follow these steps:
Please follow the given resources regarding how to run MATLAB in cloud: MATLAB on AWS & MATLAB on Azure
Hope this helps.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Licensing on Cloud Platforms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!