We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when I create a project used ANT gui,some errors have occurred what I used is matlab 2021a
ant +-+-+-+-+-+ |A|N|T|x|2| +-+-+-+-+-+ ANTx2-v:git is not installed Download it at http://git-scm.com/download 错误使用 strfind 搜索词 必须为文本或模式标量。
出错 contains (第 36 行) tf = ~cellfun(@isempty, strfind(s, pattern));
出错 matlab.ui.internal.prepareFigureFor
出错 uistack (第 69 行) matlab.ui.internal.prepareFigureFor(morphFig, mfilename('fullpath'))
出错 paramgui (第 523 行) uistack(ax,'bottom');
出错 antconfig (第 203 行) [m z a params]=paramgui(p2,'uiwait',1,'close',1,'editorpos',[.03 0 1 1],'figpos',figpos,...
出错 xnewproject (第 37 行) [m z]=antconfig(1,'parameter','default','savecb','no');
出错 ant>menubarCB (第 2370 行) xnewproject;
错误使用 ant>menu_getTable (第 1727 行) 计算 Menu Callback 时出错。
错误使用 weboptions (第 378 行) 对于此运算,数组的大小不兼容。
出错 matlab.internal.doc.updateConnectorDocroot (第 3 行) options = weboptions('RequestMethod','post', ...
相关文档
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when I create a project used ANT gui,some errors have occurred

what I used is matlab 2021a
出错 contains (第 36 行)
tf = ~cellfun(@isempty, strfind(s, pattern));
出错 matlab.ui.internal.prepareFigureFor
出错 uistack (第 69 行)
matlab.ui.internal.prepareFigureFor(morphFig, mfilename('fullpath'))
出错 paramgui (第 523 行)
uistack(ax,'bottom');
出错 antconfig (第 203 行)
[m z a params]=paramgui(p2,'uiwait',1,'close',1,'editorpos',[.03 0 1 1],'figpos',figpos,...
出错 xnewproject (第 37 行)
[m z]=antconfig(1,'parameter','default','savecb','no');
出错 ant>menubarCB (第 2370 行)
xnewproject;
错误使用 ant>menu_getTable (第 1727 行)
计算 Menu Callback 时出错。
错误使用 weboptions (第 378 行)
对于此运算,数组的大小不兼容。
出错 matlab.internal.doc.updateConnectorDocroot (第 3 行)
options = weboptions('RequestMethod','post', ...
相关文档
The text was updated successfully, but these errors were encountered: