Im very new at Matlab and I can't seem to figure out this seemingly simple task. I have 3 functions f(x), g(x), and h(x) which are technically the same but formatted differently. What I need to do is print out 101 equally spaced values between [0.99,1.01] for each of these functions. Then I need to plot these values on the same graph. Does anyone know how to do this? I've never used Matlab before and I can't find instructions for doing this anywhere. Thanks in advance!
2026-04-08 07:28:32.1775633312
Use Matlab to print function values at 101 equally spaced points between [0.99,1.01]
1.2k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Here's a basic template you could follow: