single precision data for griddata()
Afficher commentaires plus anciens
Hi
when I use griddata(x,y,v, xq,yq), x,y,v,xq,yq are all single-precision data to save the memory. but there is an error saying " the input points must be a double array.
However when I checked the online manual for griddata(). it says x,y,z, can be single or double https://www.mathworks.com/help/matlab/ref/griddata.html
So I am wondering how I can use single-precision data in griddata()?
Thanks
1 commentaire
roudan
le 16 Avr 2018
Réponse acceptée
Plus de réponses (2)
Jyotish Robin
le 18 Avr 2018
0 votes
scatteredInterpolant does not support single inputs. This is a documentation bug and will be corrected.
BISHNUPRIYA SAHOO
le 20 Sep 2019
0 votes
I am also facing similar problem. Please help me to solve.
1 commentaire
Guillaume
le 20 Sep 2019
similar problem to what?
As explained, single data is not supported with griddata. The simple fix is to convert your data to double.
Catégories
En savoir plus sur Data Type Conversion dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!