필터 지우기
필터 지우기

how can i creat Box plot

조회 수: 2 (최근 30일)
baran
baran 2014년 8월 16일
댓글: baran 2014년 8월 16일
hi , i want to create a box plot for a matrix with 20 column and 1500 rows. one box per column. my data are at a excel file ; is the following code is true ?
clear
clc
m =xlsread('data.xlsx');
figure;
boxplot(m);
each time i run this code , Matlab gives me Error , what is wrong whit this code ? thanks
  댓글 수: 5
Michael Haderlein
Michael Haderlein 2014년 8월 16일
I suppose the part of the path you have deleted links to a self-written file named "boxplot.m". Matlab will try to execute this file (which seems to be a script) instead of the original function. You should rename the respective file.
baran
baran 2014년 8월 16일
you are right . thanks so much

댓글을 달려면 로그인하십시오.

답변 (0개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by