Two Function one graph

one graph

You are now following this Submission

%İlk olarak 2 fonksiyonu yazıyoruz.
x=0:0.01:1; %aralık belirliyoruz.
y1=(sin(pi*x)/(pi))+(sin(3*pi*x)/(3*pi));
y2=(sin(pi*x)/(pi))+(sin(3*pi*x)/(3*pi))+(sin(5*pi*x)/(5*pi));
plot(x ,y1,'r',x ,y2,'b');
xlabel('X değerleri');
ylabel('Y değerleri');
%sağ üst köşeye açıklama için bunu yazıyoruz.
legend('f1 fonksiyonu','f2 fonksiyonu');
title('2 fonksiyonu tek grafikte yazdırma.')

Cite As

Arthur Matlabus (2026). Two Function one graph (https://www.mathworks.com/matlabcentral/fileexchange/167396-two-function-one-graph), MATLAB Central File Exchange. Retrieved .

Tags

Add Tags

Add the first tag.

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0