matlab-plotting:将Matlab的图形按您的意愿弯曲的代码

时间:2024-06-06 13:37:47
【文件属性】:

文件名称:matlab-plotting:将Matlab的图形按您的意愿弯曲的代码

文件大小:76KB

文件格式:ZIP

更新时间:2024-06-06 13:37:47

MATLAB

此仓库是Matlab中图形的实用程序功能的集合。 下面是一个快速演示,演示了如何使用代码可视化距离矩阵。 function plotdemo % control variables ncon = 24; imdim = 30; % cook ncon noise patches with a colour gradient colours = [ones(1,ncon); ((1:ncon)/ncon); ((ncon:-1:1)/ncon)]'; images = arrayfun(@(x)bsxfun(@times,rand(imdim,imdim,3),... reshape(colours(x,:),[1 1 3])),1:ncon,'uniformoutput',false); % generate a distance matrix according to th


【文件预览】:
matlab-plotting-master
----showimages.m(2KB)
----contrastlines.m(3KB)
----matchaxis.m(717B)
----textscatter.m(3KB)
----cmap_redyellow.m(474B)
----seconds2str.m(274B)
----getn.m(110B)
----imageticks.m(8KB)
----im_magphase.m(797B)
----im_phasescramble.m(1KB)
----printstandard.m(2KB)
----rgbchar.m(241B)
----lslinebetter.m(2KB)
----rotateXLabels.m(17KB)
----centerinaxis.m(985B)
----deleten.m(231B)
----plotarray.m(846B)
----im_isolatebiggest.m(369B)
----cmap_wb.m(394B)
----setn.m(236B)
----spm2movie.m(1KB)
----intensity2rgb.m(3KB)
----plotmdslines.m(3KB)
----getdatalims.m(2KB)
----printbyname.m(592B)
----mdscale_robust.m(2KB)
----plot2dclassifier.m(2KB)
----setplotz.m(345B)
----matchticklength.m(1KB)
----minimalticks.m(1KB)
----datavec2sliceimage.m(268B)
----im_imposemag.m(262B)
----addptext.m(1KB)
----histline.m(670B)
----cmap_wr.m(359B)
----str2cellrows.m(538B)
----im_canvas.m(1KB)
----uniquehandle.m(370B)
----roundplotlimits.m(1KB)
----im_trim.m(2KB)
----mat2strcell.m(471B)
----polarpoints.m(553B)
----imoutline.m(3KB)
----readimages.m(723B)
----plotorigin.m(839B)
----lockaxisaspect.m(737B)
----barchart.m(5KB)
----renamenewfigures.m(768B)
----meshaxes.m(4KB)
----p2str.m(812B)
----matchplotbox.m(3KB)
----imagend.m(3KB)
----plotspectrum.m(455B)
----README.md(942B)
----settextpos.m(712B)
----uistackn.m(167B)
----plotboxpos.m(3KB)
----polargrid.m(2KB)
----imageaxes.m(3KB)
----plotcircles.m(620B)
----weightedmeanphase.m(945B)
----errorshade.m(4KB)
----cmap_pastel.m(551B)
----showvideo.m(590B)
----im_reconstruct.m(188B)
----rdmfig.m(1KB)
----colorScale.m(378B)
----rdmplot.m(4KB)
----scaleaxbydata.m(1KB)
----imageplot.m(4KB)
----titlebetter.m(2KB)
----setprintsize.m(279B)
----chanceshade.m(4KB)
----ticklabel2text.m(2KB)
----cmap_glasbey.m(5KB)
----cmap_bwp.m(599B)
----figurebetter.m(2KB)
----axscale.m(325B)
----plotrdms_batch.m(7KB)
----cmap_bgr.m(495B)
----errorbar_tick.m(2KB)
----cmap_bwr.m(571B)
----slicefigure.m(526B)
----im_resizeandcrop.m(796B)
----addpstars.m(2KB)
----invertfaceedgecolors.m(695B)
----padaxislims.m(1KB)
----im_mask.m(629B)
----im_wmpscramble.m(628B)
----colorbarbetter.m(2KB)

网友评论