Code covered by the BSD License  

Highlights from
What's New for Object-Oriented Programming in MATLAB Webinar - Code Examples

image thumbnail
from What's New for Object-Oriented Programming in MATLAB Webinar - Code Examples by Stuart McGarrity
Code examples used in "What's New for Object-Oriented Programming in MATLABĀ®" Webinar

Test for Sensor Array Data Set Object using Separate Methods

Test for Sensor Array Data Set Object using Separate Methods

Test sads class using separate methods (see +valueSeparateMethods folder)

Contents

clear
loadparameters

Creating Sensor Array Data Set Object

s=valueSeparateMethods.sads(Data, Wavelength,SampleRate,Spacing,Name);

Call Some Methods

plot(s)
results=magfft(s,128);
magfftplot(s,128)

Result

doa(s)
ans =

   -9.7080   19.4712

Contact us at files@mathworks.com