Updating MATLAB Remotely via Command Line
显示 更早的评论
Is there a way to update MATLAB silenly through Command Line actions? We have multiple devices in our lab with MATLAB and the correct license servers, and wanted to see if we could remotely update the devices.
回答(1 个)
Oguz Kaan Hancioglu
2023-4-17
0 个投票
I think theese links give you idea how to use matlab from command line.
4 个评论
Matthew Trimble
2023-7-18
I don't see anything obvious that would help with the "remotely" requirement.
Maybe I am just not seeing it.
Oguz Kaan Hancioglu
2023-7-19
You can use Net Send in windows to send a command or message to an another IP. I don't know how to do it in Linux.
I understand from you comment, you want to control or update your application in Matlab from different computer. My suggestion is to build a communication between each application (master - slave) using TCP/IP. Using this type a communication between applications, you cannot send a comman line action.
Matthew Trimble
2023-7-21
Thanks for that.
I was looking for something more like the way we deploy Matlab to computers labs using method of downloading the install files to server on the network and utilizing the "Intaller_Input.text" file. Kind of like using a basic batch file or something.
Matthew Trimble
2023-7-21
Never mind. I figured it out using the "Update offline computer" instructions.
I downloaded and saved the update in a network location, and then sent the command to run the update to the remote computers.
"\\Network_Location\MathWorksUpdateInstaller.exe" --destination "C:\Program Files\MATLAB\R2023a"
类别
在 帮助中心 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!