Skip to content

Commit 9c26a84

Browse files
committed
adding wbpr and some other small changes
1 parent 5ca831e commit 9c26a84

File tree

3 files changed

+924
-0
lines changed

3 files changed

+924
-0
lines changed

MatlabLibrary/wavebased_inverse/WBPR.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
%
4141

4242

43+
4344
% If reg_tools is installed
4445
if exist('csvd')
4546

Networks/activation-based-inverse/actguass-newton-inverse.srn5

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,8 @@ if ('eng' in globals()) == False:
314314
print('eng =matlab.engine.start_matlab()')
315315
import matlab.engine
316316
eng=matlab.engine.start_matlab()
317+
else:
318+
print('matlab already started.')
317319

318320
# inputs
319321
i1 = matrixInput1 # forward matrix

0 commit comments

Comments
 (0)