Respondida
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...

más de 8 años hace | 1

Respondida
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...

más de 8 años hace | 1

Respondida
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...

más de 8 años hace | 1

Respondida
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...

más de 8 años hace | 0

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

más de 8 años hace | 0

Respondida
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...

más de 8 años hace | 0

Respondida
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...

más de 8 años hace | 0

Respondida
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...

más de 8 años hace | 0

Respondida
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-...

casi 9 años hace | 0

| aceptada

Respondida
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...

casi 9 años hace | 0

| aceptada

Respondida
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...

casi 9 años hace | 1

| aceptada

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

casi 9 años hace | 2

| aceptada

Respondida
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...

casi 9 años hace | 1

Respondida
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 ...

casi 9 años hace | 0

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

casi 9 años hace | 2

| aceptada

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

casi 9 años hace | 0

Respondida
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...

casi 9 años hace | 0

Respondida
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...

casi 9 años hace | 3

| aceptada

Respondida
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 ....

casi 9 años hace | 1

| aceptada

Respondida
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...

casi 9 años hace | 11

| aceptada

Respondida
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...

casi 9 años hace | 1

| aceptada

Respondida
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...

casi 9 años hace | 0

| aceptada

Respondida
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...

casi 9 años hace | 0

Respondida
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...

casi 9 años hace | 2

| aceptada

Respondida
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...

casi 9 años hace | 0

Respondida
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...

casi 9 años hace | 0

| aceptada

Respondida
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> )...

casi 9 años hace | 0

| aceptada

Canal


bashR2017b
bash R2017b For testing Update a Channel

casi 9 años hace

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

casi 9 años hace | 2

Respondida
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...

casi 9 años hace | 2

Cargar más