CellOrNoCellRef:用它来减少尴尬的结构-matlab开发

时间:2024-06-21 14:23:04
【文件属性】:

文件名称:CellOrNoCellRef:用它来减少尴尬的结构-matlab开发

文件大小:607B

文件格式:ZIP

更新时间:2024-06-21 14:23:04

matlab

CELLORNOCELL 用它来减少笨拙的结构把这个看起来很尴尬的东西: docnames = get(handles.popupmenu_ChooseReport,'String'); 如果 iscell(文档名称) docname = docnames{get(handles.popupmenu_ChooseReport,'Value')}; 别的文档名称 = 文档名称; 结尾; 成这个docnames = get(handles.popupmenu_ChooseReport,'String'); docname = CellOrNoCellRef(docnames, ... get(handles.popupmenu_ChooseReport,'Value')); 另见细胞细胞关键词 细胞 细胞串阵列矩阵这不是花哨的,但它有效


【文件预览】:
CellOrNoCellRef.zip

网友评论