이 질문을 팔로우합니다.
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다.
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다.
Area under curve with negative X and Y values
조회 수: 2 (최근 30일)
이전 댓글 표시
I want to use the area() function, but I have negative x and y values on the axes
댓글 수: 10
Naomi Amuzie
2019년 6월 18일
I have two vectors for the x and y axes. both contain negative valeus (vectors). Using plot works, using area doesn't.
Naomi Amuzie
2019년 6월 18일
편집: Naomi Amuzie
2019년 6월 18일
when attempting to do area(), I get this error:
"Index in position 1 is invalid. Array indices must be positive integers or logical values."
Star Strider
2019년 6월 18일
Show your vectors and your area call.
This does what we expect it to do:
x = linspace(-5, 0, 5);
y = -x.^2/5;
figure
area(x, y)
Adam Danz
2019년 6월 18일
Works fine for me (appoximating your data)
x = [-1.25, -.9, -.45, 0];
y = [-5.7, -2.5, -.7, 0];
subplot(1,2,1)
plot(x,y)
subplot(1,2,2)
area(x,y)
So is must be something else. Please share your code and the input values.
Walter Roberson
2019년 6월 18일
You have accidentally created a variable named area that is interfering with your call to the area() plot.
Naomi Amuzie
2019년 6월 18일
the x-axis: [0 -0.650000000000000 -2.60000000000000 -5.60000000000000]
y-axis: [0 -0.422618261740699 -0.845236523481399 -1.26785478522210]
Walter Roberson
2019년 6월 18일
Run the code. When it stops with an error, show the result for
which -all area
Naomi Amuzie
2019년 6월 18일
I get what you said, strangely. i don't have a variable named area though...
"area is a variable.
/Applications/MATLAB_R2019a.app/toolbox/matlab/polyfun/@alphaShape/area.m % Shadowed alphaShape method
/Applications/MATLAB_R2019a.app/toolbox/matlab/polyfun/@polyshape/area.m % Shadowed polyshape method
/Applications/MATLAB_R2019a.app/toolbox/coder/half/@half/area.p % Shadowed half method
/Applications/MATLAB_R2019a.app/toolbox/matlab/specgraph/area.m % Shadowed"
Naomi Amuzie
2019년 6월 18일
Oh! There wasn't a variable in my code, but there was a variable in my workspace I created a long time ago, but never deleted.
Thank you! Sorry about the hassle!
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!오류 발생
페이지가 변경되었기 때문에 동작을 완료할 수 없습니다. 업데이트된 상태를 보려면 페이지를 다시 불러오십시오.
웹사이트 선택
번역된 콘텐츠를 보고 지역별 이벤트와 혜택을 살펴보려면 웹사이트를 선택하십시오. 현재 계신 지역에 따라 다음 웹사이트를 권장합니다:
또한 다음 목록에서 웹사이트를 선택하실 수도 있습니다.
사이트 성능 최적화 방법
최고의 사이트 성능을 위해 중국 사이트(중국어 또는 영어)를 선택하십시오. 현재 계신 지역에서는 다른 국가의 MathWorks 사이트 방문이 최적화되지 않았습니다.
미주
- América Latina (Español)
- Canada (English)
- United States (English)
유럽
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom(English)
아시아 태평양
- Australia (English)
- India (English)
- New Zealand (English)
- 中国
- 日本Japanese (日本語)
- 한국Korean (한국어)