Scilab Home Page | Wiki | Bug Tracker | Forge | Mailing List Archives | Scilab Online Help | ATOMS
File : Details
Login with GitLab

xyz2asc

Write a .asc or .txt file with a regular grid form X Y Z matrixes
(1041 downloads for this version - 1041 downloads for all versions)
Details
Version
1.0
Author
Saul Arciniega
Maintainer
Saul Arciniega
Category
License
Supported Scilab Version
Creation Date
October 20, 2015
Description
            Function to write a .asc or .txt file with a regular grid form X Y Z matrixes

Inputs
filename   file name
X Y        coordinate matrixes
noval      remplace nan value in Z matrix
n          data precision


Example
[X,Y]=meshgrid(0:.01:1);
Z=sin(X)+cos(Y);
xyz2asc('example.asc',X,Y,Z,-9999,2);            
Files (1)
[1.87 kB]
Miscellaneous file
	  
News (0)
Comments (0)
Leave a comment
You must register and log in before leaving a comment.
Login with GitLab
Email notifications
Send me email when this toolbox has changes, new files or a new release.
You must register and log in before setting up notifications.