主要内容

进步

类:matlab.io.datastore.SimulationDatastore
包:matlab.io.datastore

返回从数据存储中读取的数据的百分比

语法

p =进步(dst)

描述

p=进展(dst返回从数据存储中读取的数据的百分比,以0到1之间的数字表示matlab.io.datastore.SimulationDatastore对象)。例如,返回值为0.55意味着你已经读取了55%的数据。使用进步方法和NumSamples属性以确定当前读取位置。

你从SimulationDatastore对象的方法。

输入参数

全部展开

输入数据存储,指定为matlab.io.datastore.SimulationDatastore对象。创建一个SimulationDatastore对象,看到matlab.io.datastore.SimulationDatastore

输出参数

全部展开

从数据存储中读取的数据的百分比,返回为标量双精度值。

数据类型:

另请参阅

介绍了R2017a