Answered
Production Server: error 500 Function return type not supported
You can debug by using Test Client. Go to APPS -> Production Server Compiler, add MATLAB functions you want to test and then...

9 years ago | 2

Answered
Create a Java Client with mps error 404
ComponentNotFound means the specified URL (http://localhost:9910/addmatrix) does not match the MPS component address. Could y...

9 years ago | 0

Answered
Using Neural Network Toolbox
A1. In R2016b, Parallel Computing Toolbox is recommended as written in <https://www.mathworks.com/content/dam/mathworks/mathwork...

9 years ago | 0

Answered
Matlab + Hadoop Integration ??
# When integrating with Hadoop, MATLAB does not use a cluster profile. So, it's not an issue that Hadoop cluster profile is not ...

9 years ago | 0

| accepted

Answered
Why the Cluster MJS failed to connect the worker?
I had the same issue before. In that case, I had changed security levels of MJS from default on the headnode, but the security l...

9 years ago | 0

Answered
how to trigger a simulink simulation from Matlab production server
As you may know, Simulink functions and sim function cannot be compiled as written in <https://www.mathworks.com/help/compiler_...

9 years ago | 0

Answered
EXE file generated by Matlab compiler cannot work
You had better make the compiled application create a log file. In compile options, try checking the checkbox of a log option. T...

9 years ago | 0

Answered
Mapping command in matlab
You can find all the mapping functions in <https://www.mathworks.com/help/map/functionlist.html?s_tid=gn_loc_drop this link>. ...

9 years ago | 0

| accepted

Answered
i have installed matlab 2014a but when i start it shows error 114 license manager error what should i do
<https://www.mathworks.com/matlabcentral/answers/103563-why-do-i-receive-license-manager-error-114 This answer> will help you. ...

9 years ago | 0

Answered
How to run MATLAB on a Sun Grid Engine cluster to use parallel optimization
You need 2 more products to run parallel job in a cluster. # Parallel Computing Toolbox ( <https://www.mathworks.com/products...

9 years ago | 1

Answered
How to execute code generated from deployed tool?
As described in <https://www.mathworks.com/help/compiler_sdk/gs/create-a-net-application-with-matlab-code.html?s_tid=gn_loc_drop...

9 years ago | 0

| accepted

Answered
Is Matlab Distributed Computing Server license required after R2014a?
No. Parallel Computing Toolbox enables you to use cores on the local machine and not a cluster, if you don't have MATLAB Distrib...

9 years ago | 0

| accepted

Answered
Removing preferences for Matlab applications running in deployed mode (R2014a / MCR8.3 glnxa64)
You can delete MCR cache files, the cache location may be /home/YOUR_NAME/.mcrCache8.3, or $MCR_CACHE_ROOT/.mcrCache8.3 if you s...

9 years ago | 0

| accepted

Answered
iam not able to asociate license with my account
In activation, you can select activation without internet and then select no license file. You will find the license center URL....

9 years ago | 0

Answered
Where can I download matlab 7.5.0?
I don't know about SIRENE, but you can download MATLAB 7.5.0 (R2007b) from the following link. <https://www.mathworks.com/dow...

9 years ago | 0

| accepted

Answered
Compile a file in windows to run on MAC os or UBUNTO
Yes, but a compiled application must be compiled on the same platform, so you need to install MATLAB compiler on Mac and compile...

9 years ago | 0

| accepted

Answered
Installation Error "Exception Calling Main'
There are several cases in which Installation Error "Exception Calling Main" occurs. See this link and confirm the location o...

9 years ago | 0

Answered
version 16b did not install got winnzip selfextractor "error #5 running command .\bin\win64\setup.exe" for matlab_@2016b_win64.exe
This answer will help you. <https://www.mathworks.com/matlabcentral/answers/99600-why-do-i-receive-a-winzip-error-error-5-run...

9 years ago | 0

| accepted

Answered
can i instaall matlab on a mac
Yes, MATLAB has Mac OS version. You can download it from the following link, <https://www.mathworks.com/downloads/> Click Do...

9 years ago | 0

Answered
ライセンスの担当者(管理者)の変更について
下記のMathWorksのカスタマーサポートから「サービスリクエストを作成する」で管理者変更の旨をご連絡ください。 <https://jp.mathworks.com/support/contact_us/index.html?s_tid=gn_lo...

9 years ago | 4

| accepted

Answered
how can i integrate matlab to my hadoop single node cluster on ubuntu?
There are 3 ways to integrate MATLAB with Hadoop (just Hadoop, without Spark). * Using MATLAB Read from seq file or HDFS...

9 years ago | 0

Answered
Is there a way to check the health status of worker processes for a Matlab Production Server?
There's mps-status command in $MPS_ROOT/script directory. On this directory, if Linux, run ./mps-status -C "../instances...

9 years ago | 0

| accepted

Answered
How do I configure Matlab 2016a Computing Toolbox and Distributed server to work with a PBS Pro cluster?
You can a support package from File Exchange. <https://www.mathworks.com/matlabcentral/fileexchange/52815-parallel-computing-...

9 years ago | 1

Answered
How do I start MDCS
Here is "License Manager Error 18" troubleshooting. <https://www.mathworks.com/matlabcentral/answers/106124-why-do-i-receive...

9 years ago | 0

Answered
Matlab is not starting with java
Please see this answer. Why will MATLAB not start up properly on my Windows based system? <https://jp.mathworks.com/matlabce...

9 years ago | 0

Answered
How to redirect the path where MATLAB stores history files?
Go to HOME -> Preferences and click "General" menu, you can set initial working folder. Choose the third radio button and ...

9 years ago | 0

Answered
How to activate Matlab student version on my personal computer?
You can do activation again. Assuming you're using Linux, the activation script is located in _MATLAB_ROOT_/bin/activate_matl...

9 years ago | 0

| accepted

Answered
parallel computing: matlab only uses half the cores available. Help?
On MATLAB, # Go to Parallel Menu -> Manage Cluster Profiles # Edit your cluster profile (name is 'local') # Input 40 (the ...

9 years ago | 0

| accepted

Answered
can I build a web server using Matlab
How about using <https://www.mathworks.com/products/matlab-compiler-sdk/ MATLAB Compiler SDK> or <https://www.mathworks.com/prod...

9 years ago | 1

| accepted

Answered
how can i find who is my administrator? i need an activation key. thnaks
Go to <https://www.mathworks.com/licensecenter/licenses Mathworks License Center> and log in, then click the product license and...

9 years ago | 1

| accepted

Load more