MATLAB ヘルプ センター
Determine if Money.Net connection is valid
v = isconnection(c)
v = isconnection(c) returns logical 1 (true) if c is a valid Money.Net connection. Otherwise, isconnection returns logical 0 (false).
v
c
1 (true)
isconnection
0 (false)
example
collapse all
Create Money.Net connection c using a user name and password.
username = 'user@company.com'; pwd = '999999'; c = moneynet(username,pwd);
Validate the Money.Net connection c.
v = logical 1
isconnection returns 1, indicating a successful connection.
1
Close the Money.Net connection.
close(c)
Validate that the Money.Net connection c is closed.
v = logical 0
isconnection returns 0, indicating a closed connection.
0
Money.Net connection, specified as a connection object created using moneynet.
moneynet
true
false
Valid Money.Net connection, returned as a logical 1 (true) that specifies a successful connection, or logical 0 (false) that specifies a closed or invalid connection.
Introduced in R2016b
moneynet | close
close
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Web サイトの選択
Web サイトを選択すると、翻訳されたコンテンツにアクセスし、地域のイベントやサービスを確認できます。現在の位置情報に基づき、次のサイトの選択を推奨します:
また、以下のリストから Web サイトを選択することもできます。
最適なサイトパフォーマンスの取得方法
中国のサイト (中国語または英語) を選択することで、最適なサイトパフォーマンスが得られます。その他の国の MathWorks のサイトは、お客様の地域からのアクセスが最適化されていません。
南北アメリカ
ヨーロッパ
アジア太平洋地域
最寄りの営業オフィスへのお問い合わせ