Restore Point Fixed-Point Tool

13 views (last 30 days)
Matteo Manzini
Matteo Manzini on 30 Apr 2020
Answered: THOMAS MCFARLAND on 20 Nov 2022
Whenever I try to launch the Prepare Action of the Fixed-Point Tool in Simulink it tells me that the restore could not be created.
Of course the model is saved and I actually used it with success until recently.
Any idea or suggestion on how I might resolve the problem?
Thanks in advance,
Matteo Manzini
  2 Comments
Yeshika Bakthavatsalam
Yeshika Bakthavatsalam on 28 Jul 2020
Hi
@matteo Were you able to solve this issue? if so, could you share the solution.
Chen Wu
Chen Wu on 5 Feb 2021
Hi
I have the sam problem. I am using 2020b.
Chen

Sign in to comment.

Answers (2)

Kiran Felix Robert
Kiran Felix Robert on 5 Feb 2021
Hi Matteo,
Refer Use the Fixed-point tool to Prepare a System for Conversion documentation, this issue can arise when
  1. Model has unsaved changes (most common - which you currently don’t have)
  2. Model is in a directory which is not writable.
It is possible that the write permission of the directory might have changed recently, check the directory’s write permission which might solve the issue.
Nevertheless, even if the check fails, the process can continue but just that the model won’t have restore point, so you must be careful not to save the model until the results are as required.

THOMAS MCFARLAND
THOMAS MCFARLAND on 20 Nov 2022
I solved this problem by adding the directory where the .slx file is stored to the Matlab path. From the Matlab Home tab, select "Set Path" and then "Add Folder..."
Hope this helps.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!