-
Notifications
You must be signed in to change notification settings - Fork 9
Description
My macbook runs Yosemite with Matlab-R2014b. The only problem that I have is it fails to load .tsv files.
The following is the error message that it returns with an "Error Dialog saying, Edge vector must be monotonically non-decreasing.":
ebf = ebFRET();
Warning: Could not set property value
Property: Interpreter
Value: noneIn waitbar>createWaitbar at 198
In waitbar at 101
In MainWindow.load_data at 75
In MainWindow.MainWindow>@(source,event)load_data(self)
Preference to nonexistent field 'viterbi'.
Error in ebfret.ui.MainWindow/refrersh (line 36)
if ~self.series(n).exclude &&
~isempty(analysis(a).viterbi(n).state)
Error in ebfret.ui.MainWindow/load_data (line 216)
self.refresh('ensemble', 'series');
Error in ebfret.ui.MainWindow/MainWindow/@(source,event)load_data(self)
Error while evaluating Menu Callback