产品
产品概览
Mathematica
Mathematica 学生版
Mathematica Home Edition
Wolfram
CDF Player
(免费下载)
可计算文档格式(CDF)
web
Mathematica
grid
Mathematica
Wolfram
Workbench
Wolfram
SystemModeler
Wolfram
Finance Platform
Mathematica
附加程序包
Wolfram|Alpha 产品
解决方案
解决方案概览
工程
航空航天与国防
化学工程
控制系统
电气工程
图像处理
工业工程
材料科学
机械工程
运筹学
光学
石油工程
生物技术与医药
生物信息学
医学影像
金融、统计、商业分析
精算科学
数据分析与挖掘
计量经济学
经济学
金融工程与数学
金融风险管理
统计
软件工程、内容传递
创作与出版
界面开发
软件工程
网页开发
科学
天文学
生物科学
化学
环境科学
地球科学
社会与行为科学
设计、艺术以及娱乐
游戏设计、特殊效果及衍生艺术
教育
STEM 教育倡议
高等教育
高职高专院校
中小学教育
学生
科技
可计算文档格式(CDF)
高性能并行计算(HPC)
参见:技术指南
购买
网上商店
其它购买方式
批量许可及站点许可证
联络销售部
软件
服务
升级
培训
书籍
Merchandise
技术支持
技术支持概览
Mathematica
参考资料
知识库
学习中心
技术服务
社区与论坛
培训
查看站点是否有许可证授权
Wolfram 用户门户
公司概况
关于 Wolfram Research
新闻与活动
Wolfram 博客
合作伙伴
工作机会
Mathematica
的历史
Stephen Wolfram 主页
联系我们
公司网站
全部站点
Wolfram|Alpha
演示项目
MathWorld
Integrator
Wolfram Functions Site
Mathematica Journal
Wolfram Media
Wolfram
Tones
Wolfram Science
Stephen Wolfram
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE
DOCUMENTATION CENTER
FOR THE LATEST INFORMATION.
DOCUMENTATION CENTER SEARCH
New to
Mathematica
?
Find your learning path
»
Mathematica
>
数据处理
>
导入和导出
>
NDK (.ndk)
>
MATHEMATICA IMPORT/EXPORT 格式
|
Geospatial Formats
Importing & Exporting
Importing & Exporting Database Formats
Listing of All Formats
New in 6.0: Import & Export Formats
更多关于 »
NDK
(
.ndk
)
NDK seismologic file format.
Commonly used for storage and exchange of earthquake data.
Stores geographical information and wave measurements for individual seismological events.
ASCII format.
Import
fully supports the NDK format.
IMPORT
Import
imports an NDK file, returning all data as an array.
Import
imports the specified element from a NDK file.
Import
imports multiple elements.
The import format can be specified with
Import
["
file
", "NDK"]
or
Import
.
See the reference pages for full general information on
Import
.
ImportString
supports the NDK format.
参数
General
Import
elements:
"Elements"
list of elements and options available in this file
"Rules"
full list of rules for each element and option
"Options"
list of rules for options, properties and settings
Data representation elements:
"LabeledData"
data given as a list of rules
"Labels"
data record labels
"Data"
list of records
Import
uses the
element by default.
更多关于
Geospatial Formats
Importing & Exporting
Importing & Exporting Database Formats
Listing of All Formats
New in 6.0: Import & Export Formats
范例
关闭所有单元
例
(3)
Import the file and show the first record:
Import all records as a list of rules:
Read all magnitude values from the file:
Import the file and show the first record:
In[1]:=
Out[1]=
Import all records as a list of rules:
In[1]:=
Out[1]=
Read all magnitude values from the file:
In[1]:=
Out[1]=