image thumbnail
from MatLab Course Part-1 (AR.) by GAMAL ALKIRSHI
This is my Matlab's course in Taiz university\Yemen, it is good for students and every one who wan

Lab3_GreekLetter_SubSuperScript.m
clear all;close all;clc;
x=0:0.1:20;
y=sin(x);
plot(x,y,'-r')
ylabel('F(\theta)')
xlabel('\theta_{22}')
title('\Gamma * \theta')
text(10,0,'Ta''aiz')
gtext('University')

Contact us at files@mathworks.com