Feeds
질문
Trying to write a function using step uni function and ramp function (elementary functions)
As seen, I’m trying to express this graph in elementary functions, I found the corner points of every line, and I used if statem...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
trying to integrate and differentiate a graph
so this is the code that plots my graph clc clear syms t corner=[-2 0 ;-1 1;1 1;3 4;4 2;7 0;8 0]; %plot(corner); x=[-...
4년 초과 전 | 답변 수: 1 | 0