|
From: | Peter Waller |
Subject: | vectors |
Date: | Thu, 13 Aug 1998 13:06:21 +0200 (MET DST) |
Hi! I have a small problem. A=randn(10,3); B=randn(10,3); I want to calculate cross(A,B), ie. cross(A(k,:),B(k,:)), k=1..10 This does not work with the ordinary cross product. I want to solve this problem without loops etc, any sugestion? /Peter Waller
[Prev in Thread] | Current Thread | [Next in Thread] |