matlab.system.mixin.FiniteSource - Class that adds ability to check for the end of finite data source used by

            System object - MATLAB ([original](https://www.mathworks.com/help/matlab/ref/matlab.system.mixin.finitesource-class.html)) ([raw](?raw))

Main Content

Namespace: matlab.system.mixin

Class that adds ability to check for the end of finite data source used bySystem object

Description

Use the matlab.system.mixin.FiniteSource class when you create a System objectâ„¢ that reads data from a finite source, such as a file. In the definition of the FiniteSource class, you implement the isDoneImpl method, which returns a logical indication of whether the software has finished reading the data from the source.

When you subclass from the FiniteSource class, also subclass from thematlab.System class.

classdef ObjectName < matlab.System &... matlab.system.mixin.FiniteSource

The matlab.system.mixin.FiniteSource class is a handle class.

Methods

Version History

Introduced in R2012a