Skip to content

CLASS KTUEAMapFile

  UEAMAPFILE -- Defines a class that contains information on a UEA
  electrode array using CMP files provided by Blackrock Microsystems.

  To load a CMP file type 'MapName = UEAMapFile' where MapName is the name
  of the variable that will be created and will contain the map class.

  Example: myArrayMap = UEAMapFile;

 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  METHODS:

  There are several available methods for mapfiles. Here's a list and a
  description of what they perform.

  Electrode2Channel(Electrode): 
    Will return the Channel number corresponding to a passed Electrode.

  Channel2Electrode(Channel):   
    Will return the Electrode number corresponding to a passed Channel.

  GetChannelBankID(Channel):
    Returns the BankID for a passed Channel.

  GetChannelPin(Channel):
    Returns the Pin for a passed Channel.

  GetChannelLabel(Channel):
    Returns the Label for a passed Channel.

  GenerateChannelSubplot(Channel):
    Returns a subplot handle for the passed Channel to be used in plotting
    UEA-like maps.

  GenerateChannelSubplotNames(Channel):
    Plots the names of channels and electrodes on the subplot corresponding
    to the passed Channel.

  GetChannelColumnRow(Channel):
    Returns the Column and Row positions of the passed number that is used
    to plot UEA-like maps.

  PlotCMP:
    Will plot a map of the CMP Map with all the electrode and channel
    names.

    Kian Torab
    Blackrock Microsystems
    ktorab@blackrockmicro.com

    Version 1.6.1.0

Superclasses

none

Properties

Property Description
ElecNum
ChanNum
Column
Row
Bank
Pin
Label
pathHandle
fileHandle

Methods

Method Description
Channel2Electrode KTUEAMapFile/Channel2Electrode is a function.
Electrode2Channel KTUEAMapFile/Electrode2Channel is a function.
GenerateChannelSubplot KTUEAMapFile/GenerateChannelSubplot is a function.
GenerateChannelSubplotNames KTUEAMapFile/GenerateChannelSubplotNames is a function.
PlotCMP KTUEAMapFile/PlotCMP is a function.
getChannelBankID KTUEAMapFile/getChannelBankID is a function.
getChannelColumnRow KTUEAMapFile/getChannelColumnRow is a function.
getChannelLabel KTUEAMapFile/getChannelLabel is a function.
getChannelPin KTUEAMapFile/getChannelPin is a function.
getFilename KTUEAMapFile/getFilename is a function.
getPathName KTUEAMapFile/getPathName is a function.
isValid KTUEAMapFile/isValid is a function.
setAxesColor KTUEAMapFile/setAxesColor is a function.
setAxisBackgroundColor KTUEAMapFile/setAxisBackgroundColor is a function.
setXAxisColor KTUEAMapFile/setXAxisColor is a function.
setYAxisColor KTUEAMapFile/setYAxisColor is a function.

Methods help

Channel2Electrode - KTUEAMapFile/Channel2Electrode is a function.

Electrode = Channel2Electrode(obj, Channel)

Electrode2Channel - KTUEAMapFile/Electrode2Channel is a function.

Channel = Electrode2Channel(obj, Electrode)

GenerateChannelSubplot - KTUEAMapFile/GenerateChannelSubplot is a function.

spHandle = GenerateChannelSubplot(obj, Channel)

GenerateChannelSubplotNames - KTUEAMapFile/GenerateChannelSubplotNames is a function.

GenerateChannelSubplotNames(obj, Channel, fColor)

PlotCMP - KTUEAMapFile/PlotCMP is a function.

PlotCMP(obj)

getChannelBankID - KTUEAMapFile/getChannelBankID is a function.

BankID = getChannelBankID(obj, Channel)

getChannelColumnRow - KTUEAMapFile/getChannelColumnRow is a function.

[x, y] = getChannelColumnRow(obj, Channel)

getChannelLabel - KTUEAMapFile/getChannelLabel is a function.

Label = getChannelLabel(obj, Channel)

getChannelPin - KTUEAMapFile/getChannelPin is a function.

Pin = getChannelPin(obj, Channel)

getFilename - KTUEAMapFile/getFilename is a function.

FileName = getFilename(obj)

getPathName - KTUEAMapFile/getPathName is a function.

FilePath = getPathName(obj)

isValid - KTUEAMapFile/isValid is a function.

validFlag = isValid(obj)

setAxesColor - KTUEAMapFile/setAxesColor is a function.

setAxesColor(~, curColor)

setAxisBackgroundColor - KTUEAMapFile/setAxisBackgroundColor is a function.

setAxisBackgroundColor(~, curColor)

setXAxisColor - KTUEAMapFile/setXAxisColor is a function.

setXAxisColor(~, curColor)

setYAxisColor - KTUEAMapFile/setYAxisColor is a function.

setYAxisColor(~, curColor)