Usage of 64-bit scope from 64-bit MATLAB

makeoscmx  - build oscmx.mexw64 MEX 
OpenScope - open the scope
CloseScope - close the scope

1. Example of run from main tread
	test_run_scope.m 
2. Example of run from timer
	test_scope_start_timer -   start 
	test_scope_stop_timer -   start

	cbMyTimer - the timer callback


The dll is unloaded automatically by 
clear functions or
clear oscmx

or exit from MATLAB.


It is tested with Matlab versions up to 2019b
