Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经为 HYPR 顺序算法编写了并行程序,它基本上在 matalb 中重建医学图像。我想知道如何在matlab中找到并行程序的执行时间。我试过 tic 和 toc。但是每当我运行程序时,我都会得到不同的执行时间。
试试MATLAB 的分析器,它具有分析并行代码的内置功能。