Undefined function 'wlgrid' for input arguments of type 'char'.
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Joyce Tentij
am 19 Feb. 2015
Kommentiert: Titus Edelhofer
am 19 Feb. 2015
The code I encounter problems with is: (i want to import the scheveningen.grd file
outputwlgrid = wlgrid('read','scheveningen.grd');
The error I get from Matlab says:
Undefined function 'wlgrid' for input arguments of type 'char'.
I have used this code on anoter computer without undergoing any problems but on other computers it doesn't seem to work. I use Matlab R2014a. Does it have to do with licenses? Can anyone help me with this error? It says somehing about a type 'char'. This is not to be found somewhere else in the script.
0 Kommentare
Akzeptierte Antwort
Titus Edelhofer
am 19 Feb. 2015
googling "wlgrid MATLAB" points you to http://content.oss.deltares.nl/delft3d/manuals/Delft3D-MATLAB_User_Manual.pdf. You will need to get the code from there ...
Titus
2 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Creating, Deleting, and Querying Graphics Objects finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!