Community Profile

photo

Arpan Badeka

MathWorks

Last seen: 2 years ago Active since 2018

I am Sr. Software Engineer at MathWorks in MATLAB Graphics - Figure Datatools team.

Statistics

  • First Review
  • 3 Month Streak
  • Revival Level 2
  • Knowledgeable Level 1
  • First Answer

View badges

Content Feed

View by

Answered
mySQL connection with JDBC driver and timezone error
Hi, Use something similar to the following command to fix the issue: >> conn = database('',<username>,<password>,'com.mysql.cj...

4 years ago | 2

Answered
Matlab runs on Windows OS - mySQL database runs on Linux OS: what driver to use?
Hi Henk-Jan, To connect remotely to the database server, you will have to update the "/etc/mysql/mysql.conf.d/mysqld.cnf" file ...

4 years ago | 0

Answered
neo4j bolt add-in
Hi, Neo4j Bolt is supported from R2019a.

5 years ago | 0

Answered
Query specific catalog in MS SQL DB
Hi Anthony Use the following query after connecting to the database to get the list of all the tables: tableList = sqlread(con...

5 years ago | 0

Answered
Why does a Oracle-DB-Connection can not be established with Matlab 2018?
Hi Thomas The connection command used to setup the connection doesn’t seem to be correct. Please user either of the followi...

5 years ago | 0

Answered
Can a listener tell you when a database changes?
Hello Kieren There is no specific way to achieve this. But what you can do is, have a timestamp column in the database table ...

6 years ago | 0

| accepted