From 9342e28fa304cfa72cd548e8de63b48afb7b3613 Mon Sep 17 00:00:00 2001 From: Jason Watkins Date: Tue, 16 Jun 2015 13:11:05 -0700 Subject: [PATCH] Fix error in MATLAB Example.m --- MATLAB/Example/Example.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MATLAB/Example/Example.m b/MATLAB/Example/Example.m index f25e848..702e881 100644 --- a/MATLAB/Example/Example.m +++ b/MATLAB/Example/Example.m @@ -10,7 +10,7 @@ import XPlaneConnect.* disp('xplaneconnect Example Script-'); disp('Setting up Simulation'); -Socket = openUDP(49005); +Socket = openUDP('127.0.0.1', 49005); %% Ensure connected getDREFs('sim/test/test_float')