Deal with Large numbers

2 次查看(过去 30 天)
Tasnim Nazzal
Tasnim Nazzal 2021-3-24
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?

回答(1 个)

Animesh Gupta
Animesh Gupta 2022-10-10
Hello,
It is my understanding that you want to perform large number arithmetic in simulink.
There are several tools available to perform that. One of them is using symbolic toolbox.
sym(2)^100
ans = 
1267650600228229401496703205376
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.

类别

Help CenterFile Exchange 中查找有关 Function Creation 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by