gpt4 book ai didi

matlab - 省略号在 Matlab 函数的参数列表中是什么意思?

转载 作者:行者123 更新时间:2023-12-05 01:02:39 27 4
gpt4 key购买 nike

这个 Matlab 语句中的省略号是什么?

frame = insertObjectAnnotation(frame, 'rectangle', ...
bboxes, labels);

...我在他们的在线文档中找不到。

最佳答案

http://www.mathworks.com/help/matlab/matlab_prog/continue-long-statements-on-multiple-lines.html

Continue Long Statements on Multiple Lines

This example shows how to continue a statement to the next line using ellipsis (...).

s = 1 - 1/2 + 1/3 - 1/4 + 1/5 ...
- 1/6 + 1/7 - 1/8 + 1/9;

关于matlab - 省略号在 Matlab 函数的参数列表中是什么意思?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30988821/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com