photo

Zhang Qingyang


Last seen: 3년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계

  • First Answer

배지 보기

Feeds

보기 기준

질문


如果在函数调用和返回时,需要传递的参数体量比较大,有什么比较高效的方法?
我有一些涉及深度的小型实例想在自己的本地电脑上跑,过程中部分函数需要传递的参数和返回的结果的大小都达到了几百MB,实际运行的耗时非常非常长,除了减小数据量外有什么办法能缩短这个时间? 举例说明: function a = Myfunction(b)...

대략 4년 전 | 답변 수: 0 | 0

0

답변

질문


How to improve the efficiency of function calls that need to pass a large amount of data?
there is a function like: function a = Myfunction (b); if a or b or both are exceed 100MB, Calling this function will be very...

대략 4년 전 | 답변 수: 0 | 0

0

답변

답변 있음
plot graph figures as binary image
saveas such as saveas(gca,'Filename.jpg'); gca is the handle of you current axis

대략 4년 전 | 0