Problem with Meshgrid in 3D(x,y,z) of large values i.e 4511X1 array each
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Divya Priya
il 6 Ott 2017
Commentato: Walter Roberson
il 7 Ott 2017
Hi, I am performing kriging using mgstat function, I have nearly x , y, z co-ordinates of(4511X1) arrays and values i.e say N(4511X1) array. i used gstat_krig function. But when i do meshgrid, it could not create meshgrid of large values. pls help. I tried my best
3 Commenti
Walter Roberson
il 7 Ott 2017
You have to be either cd'd to a directory that you can write files into, or you have to give the full path to a file in a directory that you can write to.
Risposta accettata
danah alotaibi
il 6 Ott 2017
you can't do mesh grid for large numbers like this , i tried to do it also and its say 'Maximum variable size allowed by the program is exceeded.'
Più risposte (0)
Vedere anche
Categorie
Scopri di più su File Operations in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!