Matlab函数的参数列表中的省略号是什么意思? [英] what does ellipsis mean in a Matlab function's argument list?

查看:1184
本文介绍了Matlab函数的参数列表中的省略号是什么意思?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

What is the ellipsis for in this Matlab statement?

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

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

...I could not find in their online doc.

推荐答案

在多行上继续长语句

此示例显示了如何使用省略号(...)将语句继续到下一行.

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函数的参数列表中的省略号是什么意思?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆