Answered
I had Matlab installed on my laptop which was stolen from me. I still have the DVD, is it possible that I can install it on my new laptop?
You need to deactivate MATLAB first. <https://www.mathworks.com/matlabcentral/answers/142388-how-do-i-transfer-a-student-license...

8 years ago | 0

| accepted

Answered
how do I reactivate MATLAB using the correct host ID/Username?
First you need to deactivate MATLAB and activate again. Please see <https://www.mathworks.com/help/install/ug/deactivating-a-lic...

8 years ago | 1

Answered
I can not run it after installing MATLAB.
You found license error 96. It means you MATLAB cannot contact to the license server. There is network.lic file in $MATLAB_INSTA...

8 years ago | 1

Answered
what should i do if i have problem for using helperImportMatConvNet in matlab version 2015 a?
helperImportMatConvNet is shipping demo of Computer Vision System Toolbox from R2016a. The function file is located in $MATLAB_I...

8 years ago | 1

Answered
Trial version over-riding licensed verison
You need to re-activate your license. Excecute "deactivate_matlab.exe" under $MATLAB_INSTALL\uninstall\bin\win64 and relaunch...

8 years ago | 0

Answered
Converting to Live Script
As <https://www.mathworks.com/help/matlab/matlab_prog/create-live-scripts.html#bu5jkje the document> says, "Functions and classe...

8 years ago | 0

Answered
How do I pull data from an SQLite daatbase into Matlab workspace
The simple way is using sqlite and fetch. conn = sqlite('sqlite_db.db'); sqlquery = 'SELECT * FROM someTable'; extrac...

8 years ago | 0

Answered
Is it possible that also linux based clients can contact a windows based matlab server?
Yes, Linux based systems are also able to contact Windows based license manager. License manager uses two TCP ports; one is 270...

8 years ago | 0

Answered
Embedding existing executable into a compiled Matlab executable
I have two ieas. * Specify full path of the executable Rather than input relative path (for example, hoge.exe), you can spec...

8 years ago | 0

Answered
What is native.dll used for?
<https://www.mathworks.com/help/compiler_sdk/dotnet/selecting-the-best-method-of-accessing-your-component-mwarray-api-or-native-...

9 years ago | 0

| accepted

Answered
Parallel Computing Toolbox To Speed Up Multiple Webread Calls
It is not always the case that doing parallel would speed up because of the overhead time of a parallel pool, but I think Parall...

9 years ago | 0

| accepted

Answered
Matlab generated dll is calling in asp.net application
What's version of MATLAB do you use? Possibly you need to confirm that target CPU is 64 bit in Visual Studio. From Project me...

9 years ago | 1

| accepted

Answered
Licenc Manager Error 4402が発生します。
こちらにライセンスエラー4402の対処法が記載されています。 <https://www.mathworks.com/matlabcentral/answers/279686-why-do-i-receive-license-manager-error...

9 years ago | 2

| accepted

Answered
Is the Matlab Compiler (mcc) included in Matlab 2014a?
mcc command is in toolbox/compiler. In order to use this, you need to install MATLAB Compiler and have a license on it. <http...

9 years ago | 1

Answered
Matlab R2017a Trial version stuck at initializing.How do i solve this issue?
You may need to clear the preference directory. You can know the directory, by the following command in MATLAB. prefdir ...

9 years ago | 0

Answered
Powershell command not working
I could get correct results by using the following command instead of % character. command = 'powershell.exe -inputformat n...

9 years ago | 2

| accepted

Answered
Opening Matlab on Linux
It seems your installation was not done successfully. Try install by sudo user. sudo ./install sudo user has a permis...

9 years ago | 0

Answered
When using matlab_R2017a_win64.exe installer how does one get it to download to a folder other than C:\Users\<username>\Downloads?
You can change the default download folder (C:\Users\<username>\Downloads) in web browser settings. If Chrome, <https://www.how...

9 years ago | 0

Answered
how to convert .m from windows to linux executable file?
Convert to execution file from m file, you have 2 options. 1. Use <https://www.mathworks.com/products/compiler.html MATLAB Co...

9 years ago | 3

| accepted

Answered
How to convert MATLAB scripts convert int to DLL file?
Using <https://www.mathworks.com/products/matlab-compiler-sdk.html MATLAB Compiler SDK>, you can compile dll files of C/C++ or ....

9 years ago | 1

| accepted

Answered
Matlab home doesn't start due to licenseing error: -9,57
You can deactivate and activate again manually in terminal. For deactivating, go to $MATLAB_INSTALL/bin and do ./deacti...

9 years ago | 11

| accepted

Answered
License Manager Error -96
<https://www.mathworks.com/matlabcentral/answers/95122-why-do-i-receive-license-manager-error-96?s_tid=answers_rc1-1_p1_Topic Th...

9 years ago | 1

| accepted

Answered
Matlab call the jar package
Did you restart MATLAB before calling jar files? You need to restart MATLAB to affect any changes in $matlabhome/toolbox/loca...

9 years ago | 0

| accepted

Answered
How to make a standalone app with sqlite files?
As another way, just compile m files without including a sqlite file, put the sqlite file in the same folder of your stand alone...

9 years ago | 0

Answered
Compiled application only runs on the compiling machine
It's due to Java class path difference of MATLAB and deployed environment. You need to add Java class path in deployed applicati...

9 years ago | 2

| accepted

Answered
Mean Js stack and Matlab
Since MATLAB Production Server has RESTful API, you can call HTTP POST from Mean JS Stack (from front-end of AngularJS or back-e...

9 years ago | 0

Answered
MATLAB dll in Visual C++
It seems the linker has a problem. Could you confirm mclmcrrt.lib was added to "Additional Dependencies" under the Linker ->Inp...

9 years ago | 0

| accepted

Answered
MCR 2017a fails to install
I find the MCR R2017a for Windows link is not correct from España site ( <https://es.mathworks.com/products/compiler/mcr.html> )...

9 years ago | 0

| accepted

Channel


bashR2017b
bash R2017b For testing Update a Channel

9 years ago

Answered
JSN API MATLAB POST request
You're also using urlread2? I think you should add "Content-Type" header. Auth_Header = http_createHeader({'Authorizatio...

9 years ago | 2

Load more