get started with matlab production server -凯发k8网页登录
matlab® production server™ lets you incorporate custom analytics into web, database, and production enterprise applications running on dedicated servers or in the cloud. you can create algorithms in matlab, package them using matlab compiler sdk™, and then deploy them to matlab production server without recoding or creating custom infrastructure. users can then access the latest version of your analytics automatically. each algorithm, when deployed, can behave like a matlab function or as a web request handler.
matlab production server manages multiple matlab runtime versions simultaneously. as a result, algorithms developed in different versions of matlab can be incorporated into your application. the server runs on multiprocessor and multicore computers, providing low-latency processing of concurrent work requests. you can deploy the server on additional computing nodes to scale capacity and provide redundancy.
note
matlab functions deployed to the server are created using matlab compiler sdk. for details on how to create deployable archives for deployment to the server, see enterprise deployment with matlab production server (matlab compiler sdk).
tutorials
prepare the server for accepting client requests.
instructions to set up and log in to the matlab production server dashboard.
create deployable archives, upload archives, invoke deployed code.
learn how to package a matlab function into a deployable archive for matlab production server.
upload a deployable archive to a running server for clients to access.
learn how to create a deployable archive with excel® integration for matlab production server using a matlab function.
learn how to call a matlab function deployed to matlab production server from a c# application.
define an interface, instantiate a static proxy object, and then call the deployed function.
learn how to call a matlab function deployed to matlab production server from a python® application.
matlab client for matlab production server makes the functions deployed on on-premises matlab production server instances available in your matlab session.