No BSD License
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