Open In App

App Building Components in MATLAB

MATLAB provides an easy-to-implement solution for your ideas. You can represent your ideas in a GUI-friendly way using the MATLAB App Builder. Matlab app builder is very simple to use, which consisted of two parts, i.e., designing and coding part. 

The best part of Matlab App Builder is its ready-to-use components, which could be taken to use by just dragging and dropping them. It saves a lot of effort for writing codes for them. You can also customize the properties in the Component Browser which are located at the rightmost side of the screen. 



Component Library:

You can use any of the components available for app building by dragging it from the Component Library(located in the leftmost part, which consists of all the components). The component library looks something like this:



The Component Library is divided into further subtopics. You can find your preferred component under its subtopic. Let’s have a brief look over these subtopics:

Let’s understand all of these components in detail, with their uses as well as visualizing them.

Common Components:

Before discussing the properties, let’s have a brief on what these components look like on importing them. In the fig. below, we have imported Axes, Button, CheckBox, DatePicker, Drop Down, Label, Edit Field(numeric), Edit Field(text), Hyperlink, Image, and List Box. Let’s discuss them before moving forward.

In the fig. below, we have imported Radio Button, Slider, Toggle Button, Text Area, State Button, Spinner, Table, Tree, and Tree Check box.

Containers:

Figure Tools:

It consists of Menu Bar, Tool Bar, and Context Menu.

Component Library:

These are the instruments mainly used in engineering and mechanical calculations. It consists of 90 Degree Gauge, Discrete Knob, Gauge, Knob, Lamp, Linear Gauge, Rocker Switch, Semicircular Gauge, Switch, and Toggle Switch.

Aerospace:

Aerospace engineering requires a lot of calculations, where every small piece of data matters a lot. So for handling them we have got a lot of Aerospace components in built-in MATLAB. These components include Airspeed Indicator, Altimeter, Artificial Horizon, ClimbIndicator, EGT Indicator, Heading Indicator, RPM Indicator, and Turn Coordinator.

When you use any component, then its code automatically gets written in the codes. You can further specify them for different tasks using callbacks, and then call the components via them. You find them in the component browser. 

Article Tags :