-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Address minor typos. * Update default `User` to `'demo'` * Fix problem where `.rhs` or `.rhd` files were staying open during `nigeLab.Block/initChannels()` * Changed so `User` it tries to automatically parse username from local machine (depends on OS). * Added "Verbose" checks in many places to reduce potential command window output. * Fixed order of checks for `isempty` in DiskData subsasgn and subsref so that it works properly. * Fixed more typos, capitalization errors, or erroneous method calls/syntax errors. * Modified the `demo_nigeLab` script somewhat. * Fix bug with this subsref case: block = obj.Tank{:,:}; * Change `NumChannels`, `NumProbes`, and `ChannelID` from methods to Dependent Properties of `Block` so that they return the expected number of outputs. * Bugfixes for `nigeLab.libs.DashBoard` due to changes in subsref (primarily due to cases where `SelectedItems` was a 2-column array that was used to index tankObj{SelectedItems}, which behaves differently now).
- Loading branch information
Showing
44 changed files
with
1,792 additions
and
1,194 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.