Main Content

close

Close Money.Net connection

Syntax

Description

example

close(c) closes the Money.Net connection c.

Examples

collapse all

Create Money.Net connection c using a user name and password.

username = 'user@company.com';
pwd = '999999';

c = moneynet(username,pwd);

Close the Money.Net connection.

close(c)

Input Arguments

collapse all

Money.Net connection, specified as a connection object created using moneynet.

Version History

Introduced in R2016b