Posts

Showing posts with the label MATLAB Apps

Complete MATLAB Tutorial: Go from Beginner to Pro | Simpliv

Image
MATLAB (matrix laboratory) is a multi-paradigm numerical computing environment and fourth-generation programming language which is frequently being used by engineering and science students. In this course, we will start learning MATLAB from a beginner level, and will gradually move into more technical and advance topics. This course is designed to be general in scope which means that it will be beneficial to students in any major. Once, passed a certain learning thresholds, you will definitely enjoy MATLAB Programming. The key benefit of MATLAB is that it makes the programming available to everyone and is very fast to turn ideas into working products compared to some of the conventional programming languages such as Java, C, C++, visual basic and others. Below is the detailed outline of this course. Segment 1: Instructor and Course Introduction Segment 2: Handling variables and Creating Scripts Segment 3: Doing Basic Maths in MATLAB Segment 4: Operations on Matrices Segmen...

MATLAB App Designing: The ultimate Guide for MATLAB Apps | Simpliv

Image
The First segment of the course is on creating apps in MATLAB using its graphical user interface utility called GUIDE. The GUIDE provides essential graphical components for converting your code into a meaningful software. The graphical components include radio buttons, tables, check boxes, sliders and many others. The main motivation for adding this segment is the observation that students and people put alot of effort in writing the code but little on its appearance. By completing this segment of creating apps in GUIDE, you will easily transform your code into a well understood piece of software that the users will find useful to interact with. The segment contains 2+ hours of recorded lectures. Every lecture contains a demonstration of the concepts and the codes are included with the course. The following is the outline of the course Segment 1: Basics of the GUIDE Segment 2: Linking the Code with GUI Segment 3: Advance Techniques for GUIDE Segment 4: Sample Projects wit...