What knowledges do I need to know for taking my matlab algorithm's to real life?

1 view (last 30 days)
Let's imagine a simplify case, suppose I have a matlab algorithm that can input gyroscope data and depending on some parameters given by my algorithm this gives some output for controlling some type of physical object. What knowledge do i need for converting this algorithm into a real life object?, like converting this algorithm into some type of controller.

Answers (1)

Prabhan Purwar
Prabhan Purwar on 19 Mar 2021
Hi,
MATLAB supports a large number of Controllers along with Code Gen capability that enables you to design your algorithm on MATLAB and deploy it on the hardware of your wish. The deployment process will require a basic understanding of the algorithm along with the hardware setup. The complexity of the project may vary from simple code implementation to complex implementations such as deployment for Autonomous driving.
Thanks

Categories

Find more on Embedded Coder in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!