All examples on LabDeck.com are PDF files to allow easier viewing. For the code, any MD product must be installed; all the code is then found in the Help tab under Docs.
Basic
- How to add two variable numbers together
- Check if a number entered is a prime number
- Calculator for compound interest
- How to multiply two matrices together
Medium
- How to read and edit excel files
- How to print a single graph
- How to print multiple graphs in: the same graph, separate graphs or separate windows
- Displaying dynamic graphs
- How to use MatDeck C++ style script with Python cod
- FFT Testing using Python
- The advantages of MatDeck C++ style code in comparison to Python code
Advanced
This example showcases communication using a Python TCP/IP channel similar to how a website works. This example contains two documents (a server and a client) that are used simultaneously.
This document contains a TCP/IP sender and receiver which communicate with each other similar to how websites work. These two docymenst have been created using MatDeck C++ style script.
Databases with Python
- How to connect to databases with MySQL and SQLite
- How to create a new MySQL database
- Creating a new table in MySQL and SQLite
- Inserting data into tables with MySQL and SQLite
- How to select and print the selected data with MySQL and SQLite
- Deleting data from tables with MySQL and SQLite
- How to update/change data from tables with MySQL and SQLite
- How to use inner join with MySQL and SQLite
Databases with MatDeck
- Connect to databases with MySQL and SQLite
- How to create a new MySQL database
- Creating a new table in MySQL and SQLite
- How to insert data into tables with MySQL and SQLite
- Selecting and then printing the selected data with MySQL and SQLite
- How to delete data from tables with MySQL and SQLite
- How to update/change data from tables with MySQL and SQLite
- How to use inner join with MySQL and SQLite