⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 showclasstraces.m

📁 Continuous Profile Models (CPM) Matlab Toolbox.
💻 M
字号:
% showClassTraces(allSamp,G,scaleAndTimes,newTrace,numPlots)%% Same as showTraces (which this calls), but makes a seperate% plot for each plot.function allAx = showClassTraces(allSamp,G,scaleAndTimes,z,numPlots)for cc=1:G.numClass  cInd = G.class{cc};  tmpG=reduceG(cInd,G);  allAx{cc} = showTraces(allSamp(cInd),tmpG,scaleAndTimes(cInd,:,:),z(:,cc),numPlots);  varTxt = ['\nu=' num2str(G.nu,3) ' \lambda=' num2str(G.lambda,3)];  title([varTxt ', Class ' num2str(cc)]);end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -