필터 지우기
필터 지우기

boxplot, popup window requiring input?

조회 수: 1 (최근 30일)
Dan
Dan 2014년 8월 20일
편집: dpb 2014년 8월 21일
Hi. I'm trying to use the boxplot function and running into some problems. I'm trying something very simple, but it is not working. Code:
x = rand(10,1)
boxplot(x)
When I run the boxplot function a Matlab popup window opens. The name of the window is "Input name", and it is asking for me to "Enter the DATASET name:".
Even if I enter something it crashes. Can anyone help me with this problem?
Thanks, Dan
  댓글 수: 9
dpb
dpb 2014년 8월 21일
편집: dpb 2014년 8월 21일
Ah, yes...name pollution, the bane of Matlab design. It'll only get worse as more and more features/functions are added. It seems too late to make any really drastic fixes as it would likely break too much existing code.
Andrew Reibold
Andrew Reibold 2014년 8월 21일
편집: Andrew Reibold 2014년 8월 21일
maybe they could do something, as painful as it would be, but have a designated prefix/suffix to EVERY built in variable. Even if it was just 'MW_' at the beginnig or something. Then everyone would know not to use that ever.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by