首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Matlab > f the input is a numeric array, it returns a cell array of strings of on or off...

f the input is a numeric array, it returns a cell array of strings of on or off...

  • 资源大小:1.57 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: Matlab matlab

资 源 简 介

f the input is a numeric array, it returns a cell array of strings of on or off depending on the logical outcome. Conversely, if the input is a cell array of strings of on or off , then it does the reverse, i.e. returns the logical matrix where on is true and off is false. It is very useful when using set/get on arrays of handle objects or arrays of properties/values. Example: onoff( [0, 1, 0]) gives { off , on , off } onoff({ on , on , off }) gives [1, 1, 0] It also works for mixed cell array inputs, and for other string pairs: yes/no, ok/cancel, open/closed-f the input is a numeric array, it returns a cell array of strings of on or off depending on the logical outcome. Conversely, if the input is a cell array of strings of on or off , then it does the reverse, i.e. returns the logical matrix where on is true and off is false. It is very useful when using set/get on arrays of handle objects or arrays of properties/values. Example:

文 件 列 表

license.txt
onoff.m
VIP VIP
0.181970s