필터 지우기
필터 지우기

cross product of two points

조회 수: 1 (최근 30일)
Mos_bad
Mos_bad 2018년 2월 26일
답변: James Tursa 2018년 2월 26일
I am trying to do the cross product of the following two points but I got this error 'Subscript indices must either be real positive integers or logicals'. p1 = [-2 -3 -1 ] and p22 = [-1 0 -2]

채택된 답변

Birdman
Birdman 2018년 2월 26일

추가 답변 (1개)

James Tursa
James Tursa 2018년 2월 26일
You probably have inadvertently created a variable named "cross". Delete this variable that is shadowing the MATLAB function "cross", and then the MATLAB function should work.

카테고리

Help CenterFile Exchange에서 Matrix Indexing에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by