You can plot the transfer characteristic over the range -2 ≤ x ≤ 2 using Matlab with the following code:
main.m294 chars12 lines
This code snippet will plot the transfer characteristic of a function x^2 + 3x + 2 over the range -2 ≤ x ≤ 2. You can modify the equation to plot the transfer characteristic of your specific function.
gistlibby LogSnag