barbaLab / nigeLab

Neurophysiological data analyses by engineers, for physiologists.
GNU General Public License v3.0
14 stars 2 forks source link

[BUG] Matlab R2017a Workspace Variable Viewer #26

Closed m053m716 closed 4 years ago

m053m716 commented 5 years ago

Bug Report

Description

When I make a Tank object, it generates an array of blocks, but only the first one is apparently populated per the Matlab Workspace Variables browser: image

However, clicking the "empty" Block reveals it is still there: image

Is this due to one of the overloaded methods?

To Reproduce

myTank = nigeLab.Tank('RecDir','C:\Temp\tmp_in\myTank','SaveLoc','C:\Temp\tmp_out');

Machine

Nabarb commented 5 years ago

Reproduced on my system. This is definitely due to some overloaded method, probably the subsref one. I'm sad, confused and I have absolutely no clue on how to fix it (yet).

m053m716 commented 5 years ago

It's not critical. My guess is it is more to do with Matlab as a platform than anything too bad about the implementation.