|
| 1 | +# MATLAB snippets generated using https://github.com/aminya/Matlab-Snippets |
| 2 | +'.source.matlab, source.m': |
| 3 | + |
| 4 | + "uiaerohorizon [aero]": |
| 5 | + prefix: "uiaerohorizon" |
| 6 | + body: '''uiaerohorizon(${1:Parent}, ${2:properties})''' |
| 7 | + description: '''[aero] Create artificial horizon component |
| 8 | + uiaerohorizon(Parent, properties) |
| 9 | + ''' |
| 10 | + descriptionMoreURL: 'https://www.mathworks.com/help/aero/ug/aero.ui.control.artificialhorizon.uiaerohorizon.html' |
| 11 | + |
| 12 | + |
| 13 | + "uiaeroairspeed [aero]": |
| 14 | + prefix: "uiaeroairspeed" |
| 15 | + body: '''uiaeroairspeed(${1:Parent}, ${2:properties})''' |
| 16 | + description: '''[aero] Create airspeed indicator component |
| 17 | + uiaeroairspeed(Parent, properties) |
| 18 | + ''' |
| 19 | + descriptionMoreURL: 'https://www.mathworks.com/help/aero/ug/aero.ui.control.airspeedindicator.uiaeroairspeed.html' |
| 20 | + |
| 21 | + |
| 22 | + "uiaerorpm [aero]": |
| 23 | + prefix: "uiaerorpm" |
| 24 | + body: '''uiaerorpm(${1:Parent}, ${2:properties})''' |
| 25 | + description: '''[aero] Create revolutions per minute (RPM) indicator component |
| 26 | + uiaerorpm(Parent, properties) |
| 27 | + ''' |
| 28 | + descriptionMoreURL: 'https://www.mathworks.com/help/aero/ug/aero.ui.control.rpmindicator.uiaerorpm.html' |
| 29 | + |
| 30 | + |
| 31 | + "uiaeroclimb [aero]": |
| 32 | + prefix: "uiaeroclimb" |
| 33 | + body: '''uiaeroclimb(${1:Parent}, ${2:properties})''' |
| 34 | + description: '''[aero] Create climb rate indicator component |
| 35 | + uiaeroclimb(Parent, properties) |
| 36 | + ''' |
| 37 | + descriptionMoreURL: 'https://www.mathworks.com/help/aero/ug/aero.ui.control.climbindicator.uiaeroclimb.html' |
| 38 | + |
| 39 | + |
| 40 | + "uiaeroturn [aero]": |
| 41 | + prefix: "uiaeroturn" |
| 42 | + body: '''uiaeroturn(${1:Parent}, ${2:properties})''' |
| 43 | + description: '''[aero] Create turn coordinator component |
| 44 | + uiaeroturn(Parent, properties) |
| 45 | + ''' |
| 46 | + descriptionMoreURL: 'https://www.mathworks.com/help/aero/ug/aero.ui.control.turncoordinator.uiaeroturn.html' |
| 47 | + |
| 48 | + |
| 49 | + "uiaeroheading [aero]": |
| 50 | + prefix: "uiaeroheading" |
| 51 | + body: '''uiaeroheading(${1:Parent}, ${2:properties})''' |
| 52 | + description: '''[aero] Create heading indicator component |
| 53 | + uiaeroheading(Parent, properties) |
| 54 | + ''' |
| 55 | + descriptionMoreURL: 'https://www.mathworks.com/help/aero/ug/aero.ui.control.headingindicator.uiaeroheading.html' |
| 56 | + |
| 57 | + |
| 58 | + "uiaeroegt [aero]": |
| 59 | + prefix: "uiaeroegt" |
| 60 | + body: '''uiaeroegt(${1:Parent}, ${2:properties})''' |
| 61 | + description: '''[aero] Create exhaust gas temperature (EGT) indicator component |
| 62 | + uiaeroegt(Parent, properties) |
| 63 | + ''' |
| 64 | + descriptionMoreURL: 'https://www.mathworks.com/help/aero/ug/aero.ui.control.egtindicator.uiaeroegt.html' |
| 65 | + |
| 66 | + |
| 67 | + "uiaeroaltimeter [aero]": |
| 68 | + prefix: "uiaeroaltimeter" |
| 69 | + body: '''uiaeroaltimeter(${1:Parent}, ${2:properties})''' |
| 70 | + description: '''[aero] Create altimeter component |
| 71 | + uiaeroaltimeter(Parent, properties) |
| 72 | + ''' |
| 73 | + descriptionMoreURL: 'https://www.mathworks.com/help/aero/ug/aero.ui.control.altimeter.uiaeroaltimeter.html' |
| 74 | + |
0 commit comments