From c3d76dab018cea017487a8484321477695abce41 Mon Sep 17 00:00:00 2001 From: Piotr Jarosik Date: Sun, 29 Aug 2021 16:56:27 +0200 Subject: [PATCH] Use esaote3 adapter in the Us4R_control matlab script. --- api/matlab/examples/Us4R_control.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/matlab/examples/Us4R_control.m b/api/matlab/examples/Us4R_control.m index aa09fdb48..5f16f79e1 100644 --- a/api/matlab/examples/Us4R_control.m +++ b/api/matlab/examples/Us4R_control.m @@ -10,7 +10,7 @@ %% Initialize the system, sequence, and reconstruction us = Us4R('probeName', 'SL1543', ... - 'adapterType', 'esaote2-us4r8', ... + 'adapterType', 'esaote3', ... 'voltage', 50, ... 'logTime', true);