Réponse apportée 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;
...
plus de 9 ans il y a | 2
Réponse apportée 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...
plus de 9 ans il y a | 3
| A accepté
Réponse apportée 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.
plus de 9 ans il y a | 1
| A accepté
Réponse apportée 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...