How ro restore a fixed-pointed and saved model to its unfixed state?

조회 수: 3 (최근 30일)
My fixed-pointed model has already saved .But I want to change some fuctions on its unfixed state.The "Restore Original Model"button just can restore the model which is being optimized.Is there a solution,please?

채택된 답변

Brenda
Brenda 2023년 5월 19일
편집: Brenda 2023년 5월 19일
Hi Chan,
Thanks for your question!
Since your model is already converted to fixed-point, you now may want to use Data Type Override functionalities to recover the floating-point behaviors before the conversion.
You only need to maintain one model for simulation behaviors in original floating-point and fixed-point.
You can also use Iterative workflow in Fixed-Point Tool to continue conversion steps in your current model.
You also described the challenge to track the changes during your modeling process. I suggest you check out the modeling tool called Design Evolutions. More specifically, you can follow the workflow steps from Fixed-Point Tool.
Feel free to ask more questions on MATLAB Answers when using the tools. Thanks!
  댓글 수: 1
Zora Aria Jade
Zora Aria Jade 2023년 5월 21일
편집: Zora Aria Jade 2023년 5월 21일
Thanks for your reminding! Using Design Evolution Manager with the Fixed-Point Tool is a good idea!
I will give it a try later.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Kiran Kintali
Kiran Kintali 2023년 5월 19일
>>I want to change some fuctions on its unfixed state.
Do you mean the restore step in the Fixed-Point Tool failed for you and left you in the partially converted state?
Can you share the steps you have used to restore the model to its original state?
Restore Model to Original State
During the Prepare System for Conversion step, the Fixed-Point Tool creates a restore point for your model. After the conversion process, if you want to restore your model to its state at the start of the conversion process, in the Fixed-Point Tool, click Restore Original Model. The Fixed-Point Tool closes your model and reopens the model in its original state. Any changes made to your model after the preparation stage of the conversion are removed.
  댓글 수: 2
Zora Aria Jade
Zora Aria Jade 2023년 5월 19일
편집: Zora Aria Jade 2023년 5월 19일
Sorry,I did not make it clear. The restore step in the Fixed-Point Tool just can restore the model which is not saved.But my model has been saved, and I want to change something on its original state: lock all of its input ports to the same data type and then fix it again.
Kiran Kintali
Kiran Kintali 2023년 5월 19일
Unfortunately this may not be possible in the current workflow. Please reach out to tech support with your expectations on the workflow.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Fixed-Point Designer에 대해 자세히 알아보기

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by