Deal with Large numbers
1 回表示 (過去 30 日間)
古いコメントを表示
How can I deal with large numbers in simulink. I tried to use vpi tool in an m file script inside the simulink but it doesnt work. for example how can I do 2^64 in simulink?
0 件のコメント
回答 (1 件)
Animesh Gupta
2022 年 10 月 10 日
Hello,
It is my understanding that you want to perform large number arithmetic in simulink.
sym(2)^100
You can also refer the following MATLAB Answers link for other toolboxes - https://www.mathworks.com/matlabcentral/answers/489112-how-to-use-large-numbers
I hope it helps.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!