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

casi 10 años hace | 1

| aceptada

Respondida
Matlab2016a opengl in Ubuntu 14.04
Could you give me your machine's graphics driver version? You can know the version by the following command in the Terminal, ...

casi 10 años hace | 1

Respondida
Parallel computing toolbox test is failed
Haven't you set environment variable "MATLAB_JAVA"? If so, unsetting this will solve the issue. <https://www.mathworks.com/ma...

casi 10 años hace | 2

Respondida
Matlab R2016b Ubuntu 16.06 | Installation error
There's a help for installation from DVD on Linux. <https://www.mathworks.com/help/install/ug/install-mathworks-software.html...

casi 10 años hace | 4

Respondida
Getting Error Installing trial version 2016b version
<http://jp.mathworks.com/matlabcentral/answers/98390-when-running-the-matlab-installer-why-do-i-see-the-error-unable-to-locate-r...

casi 10 años hace | 2

| aceptada

Respondida
send variable to workspace
Please set multi variables to the outputs of your function, for example, function [a, b] = sum_test(a1, a2) a = a1 + a2; ...

casi 10 años hace | 2

Respondida
Where can i install the Compiler SDK Produkt?
In MATLAB, go to "APPS" -> "Get More Apps" and search "Compiler SDK", you will find "MATLAB Compiler SDK" page. Or, here is t...

casi 10 años hace | 3

| aceptada

Respondida
Why doesn't mapping toolkit tutorial work?
Yes, as you've noticed by yourself, you did the geoshow command in one line, so the description '...' was not necessary.

casi 10 años hace | 1

| aceptada

Respondida
Display USGS DTM using mapshow
If you also have a tfw file, the following code should work. [X cmap] = imread('srtm_germany_dtm.tif'); R = worldfil...

casi 10 años hace | 2