MATLAB Documentation for OOP
(For reference by students)


Class Queue

Method Summary
  Queue (data)

          Constructor that creates a linked list stack

  char ( )

          The string representation of the Queue

  enqueue ( )

          Enqueue onto a Queue

  dequeue ( )

          Dequeue from a Queue

 

Method Detail

MStack

q = Queue(data)

Creates a Queue object

Data might be another Queue

q = Queue ( ) will create an empty stack.

 


Got comments\feedback\suggestions\complaints\anything whatsoever? Shoot the webmaster an email!

Website created & maintained by Shardul Bhatia and Wen Eu Cheah