What's the meaning of data structure and matlab function files (performance factor) in MATLAB Benchmark?
1 次查看(过去 30 天)
显示 更早的评论
Hello Everyone,
In MATLAB built-in benchmark, there is a performance factor: Data structures and MATLAB function files, which are mearsured by speed of solving the ODE function. https://de.mathworks.com/help/matlab/ref/bench.html
What is meaning of Data structures and MATLAB function files here? and why they can be meaured by solving the 2. order ODE (van der pol equation) with ODE45?
Thanks!
0 个评论
回答(1 个)
Swastik Sanjay Chaudhury
2019-12-5
Hello Li,
'bench' measures the execution speed of different MATLAB tasks and compares it to the speed of several other computers. There are three common way to store data in MATLAB: 1. Cell array; 2. Tables; 3. Struct arrays 4. MAT files, all of which MATLAB specific user defined data types. By the factor 'Data structures and MATLAB function files', the comparison in terms of factors such as speed of lading , reading or updatating data in these data structures is compared to across multiple machines to support the execution of ODE functionality.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Ordinary Differential Equations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!