photo

Md. Sajidur Rahman


Last seen: 5 months ago Active since 2023

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
Plotting a user defined functions variables
clc; close all; clear all; x = linspace(0,4); y1 = x.^3 -2*x-5; plot(x,y1); pause(4);

1 year ago | 0