Where do I use the periods when multiplying a function by a Vector?
이전 댓글 표시
for my function f(x)= x+(1/x^2-1) it tells me to plot it using vectors [-4,4]
Can anyone help me with figuring out how to use vector multiplication?
답변 (1개)
madhan ravi
2019년 2월 26일
x=linspace(-4,4);
f=x+(1./x.^2-1);
plot(x,f)
카테고리
도움말 센터 및 File Exchange에서 Matrices and Arrays에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!