Create a HaverView connection using a valid authentication token and database name. In this
example, replace 681b61cf-dc7d-4698-a168-74c79b0c1a04 with your
authentication token and replace USECON with the name of your
database.
token = "681b61cf-dc7d-4698-a168-74c79b0c1a04";
databasename = "USECON";
c = haverview(token,databasename)
c =
haverview with properties:
DatabaseName: "USECON"
TimeOut: 200.00
Return a table containing information for all licensed HaverView databases.
Create a HaverView connection using a valid authentication token and database name. In this
example, replace 681b61cf-dc7d-4698-a168-74c79b0c1a04 with your
authentication token and replace USECON with the name of your
database.
token = "681b61cf-dc7d-4698-a168-74c79b0c1a04";
databasename = "USECON";
c = haverview(token,databasename)
c =
haverview with properties:
DatabaseName: "USECON"
TimeOut: 200.00
Return a table that contains information about the specified database.
[datatable,response] = databases(c,databasename)
datatable =
1x4 table
topMenuName name description isEnabled
___________ ______ _____________ _________
@E USECON United States true
response =
ResponseMessage with properties:
StatusLine: 'HTTP/1.1 200 OK'
StatusCode: OK
Header: [1x8 matlab.net.http.HeaderField]
Body: [1x1 matlab.net.http.MessageBody]
Completed: 0
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.