FlowPlot

버전 1.2.0.0 (12.4 KB) 작성자: Hani
Plots FACS data for publication.
다운로드 수: 539
업데이트 날짜: 2012/8/23

라이선스 보기

I use this to plot my FACS data. You can group your data files for example wild-type and treated groups can be plotted side by side. You can then export in almost any format including .eps which can be opened in Adobe illustrator for labelling etc.

The current code plots the FL2-H channel (PI-stained nuclei). You can plot any channel you want by changing line 167 in this file:

[n, xout] = hist(data(:,4),200);

For example: use [n, xout] = hist(data(:,3),200); to plot data from the FL1-H channel.

Using the GUI, you can reorder the groups or files within them to change the order of plots.

인용 양식

Hani (2024). FlowPlot (https://www.mathworks.com/matlabcentral/fileexchange/37881-flowplot), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2012a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 View and Analyze Simulation Results에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.2.0.0

Updated the description with more details.

1.0.0.0