Apps and models for teaching numerical sciences and computer science

Interactive apps and Simulink models for numerical sciences and computer science
3.3K Downloads
Updated 1 Sep 2016

View License

This submission contains a manual and a series of MATLAB Apps and Simulink Models for introducing Numerical Sciences and Computer Science in secondary schools.
It includes the following apps and models :
- Data Type Conversion App. App to convert between boolean, decimal, hexadecimal and character types,
- Simulink model to realize logical operations on booleans,

- JPEG Compression App. This App allows you to change the quality factor of JPEG compression and visualize original, compressed and gray-scale image difference between original and compressed image.

- Watermarking is the process of hiding digital information in a carrier signal, here an image. The Watermarking App allows the user to :
- Load an image
- Enter the message to hide
- Select the bit containing the hidden message
- Select the color component containing the hidden message (R, G, B)
- Visualize original image, code image and watermarked image,

- Audio Acquisition App : Interactive acquisition of audio signals,

- Graph Traverse App. This App allows the user to :
- Load a graph (sparse matrix)
- Visualize the graph
- Run a traverse algorithm (DFS or BFS) or find the shortest Path between two nodes
- Visualize the path, possibly step by step

- Simulink models to communicate an encrypted image between two Raspberry Pi,

- Simulink model for obstacle avoidance on LEGO Mindstorms (using State Machines, stateflow).

Cite As

Emilie Delaherche (2024). Apps and models for teaching numerical sciences and computer science (https://www.mathworks.com/matlabcentral/fileexchange/47854-apps-and-models-for-teaching-numerical-sciences-and-computer-science), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2014b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Acknowledgements

Inspired by: Data Acquisition

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

KitToDistribute/Boolean/

KitToDistribute/LEGO/

KitToDistribute/RaspberryPiWifiCommunication/

Version Published Release Notes
1.2.0.1

Updated license

1.2.0.0

Fix overlapping images in the manual.

1.1.0.0

-Update for MATLAB (R2014b), except for Graph Traverse App (compatible with R2014a)
-Add hexadecimal type to Data Type Conversion App
-Add intro and ressources sections to the manual

1.0.0.0