Is there any way I could use the 'rasterread' function used in geomorphic flood index
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I would really appreciate any help you can provide regarding the use of the 'rasterread' function. I get this 'Undefined function 'rasterread' for input arguments of type 'char'' error every time I tried to run the geomorphic flood index script. The function is there, but its on a folder named 'private'. Please help.
7 comentarios
Kelly Kearney
el 1 de Sept. de 2017
Jose-Luis... semantics of Matlab error messages. If the function exists but doesn't like the input type, the user would have gotten an error along the lines of "Invalid argument..." The above message translates as "Matlab couldn't find a function (or a character array object method) named rasterread."
José-Luis
el 1 de Sept. de 2017
Thanks for the clarification.
Today must be mental fart day. I must admit I am still confused by the phrasing.
Respuestas (1)
Walter Roberson
el 1 de Sept. de 2017
The author's name is given on that File Exchange contribution, along with a link to the author's profile. The author of the code is the only person who happens to know that code well enough already to be able to answer your question from their personal knowledge, so click the "Contact" information link on the author's profile and ask them.
The rest of the volunteers merely know MATLAB fairly well and would have a decent chance of answering the question if we knew the source location to read the code. But we do not know about it immediately, so we'll just say so, and that's the end of story from us.
0 comentarios
Ver también
Categorías
Más información sobre Matrix Indexing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!