MATLAB: Replace Matlab Function with Lookup Table

fixed-pointlookup tablematlab functionsimulink

Hello,
I tried to follow these instructions (https://it.mathworks.com/help/fixedpoint/ug/replace-a-custom-function-with-a-lookup-table.html#d120e20483) to replace a Matlab Function with a Lookup Table during Fixed-Point Conversion.
However, I don't get the names used in the Function Replacement section and actually even if I follow step-by-step I don't get any Lookup Table.
Can anyone help? Thanks!!!

Best Answer

I was getting the same error and beacuse I was using the documentation link of other release. So can you make sure that you are using the documentation link of the same release of the MATLAB you have installed in your machine.
To find the documenation link for your release, refer to the following steps:
  1. Go to MathWorks homepage : https://uk.mathworks.com/
  2. Click on Documentation link under "Learn to Use" section at the bottom of the page.
  3. Click on the "Other Releases" link.
  4. This will take you to the Archived Documentation Link. https://uk.mathworks.com/help/doc-archives.html
  5. Select you release on this page.
  6. Search for "Replace a custom function with a Lookup table".