cross product of two points
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Mos_bad
am 26 Feb. 2018
Beantwortet: James Tursa
am 26 Feb. 2018
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]
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (1)
James Tursa
am 26 Feb. 2018
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.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Get Started with MATLAB finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!