...
1. Create a link to the SDAS server. Calling this function returns a SDAS Client object, named client,
which will be passed into the function that fetches data from the
database. This needs to be called only once and only works if the
server is on ‘baco.ipfncfn.ist.utl.pt’ and on port 8888:
...
...
%% SDAS Client
client = SDASClient('baco.ipfncfn.ist.utl.pt', 8888);
...
...
...
...
...
...
Other changes:
...
1. Create a link to the SDAS server. Calling this function returns a SDAS Client object, named client,
which will be passed into the function that fetches data from the
database. This needs to be called only once and only works if the
server is on ‘baco.cfn.ist.utl.pt’ and on port 8888:
...
...
%% SDAS Client
client = SDASClient('baco.cfn.ist.utl.pt', 8888); ...
...
...
...
...
...
...
1. Create a link to the SDAS server. Calling this function returns a SDAS Client object, named client, which will be passed into the function that fetches data from the database. This needs to be called only once and only works if the server is on ‘baco.ipfn.ist.utl.pt’ and on port 8888:
...
...
%% SDAS Client
client = SDASClient('baco.ipfn.ist.utl.pt', 8888);
...
...
...
...
...
...