Community Profile

photo

Colton


California Institute of Technology

Active since 2015

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


More effcient way to generate unit vector multiples (no for loop)?
Hi, I am trying to generate unit vectors of N dimensions, and all the multiples of these unit vectors out to some distance, d. I...

8 years ago | 1 answer | 0

1

answer

Question


How to find rows with multiple entries that are equal?
I have a NxM matrix and I want to find the rows that have M-1 duplicate entries. For example: A=[1 1 2 4; 2 2 2 1; ...

8 years ago | 3 answers | 0

3

answers

Answered
Undefined function or variable t
You cannot run function files in Matlab. You have to call the function from another script (after you have saved the function, h...

8 years ago | 0