Community Profile

photo

Manuel Ignacio


UCO

Active since 2013

Followers: 0   Following: 0

Message

Statistics

All
  • Thankful Level 1
  • Commenter
  • Promoter
  • Solver

View badges

Feeds

View by

Question


How to parallel 4 works with PARFOR with a Core i3 in Matlab
I have Matlab R2012b for Ubuntu 64 bits. I have a Intel Core i3 CPU M 330 @ 2.13GHz × 4. I want to use parfor to parallelize ...

11 years ago | 2 answers | 0

2

answers

Question


How to push a variable in a vector in Matlab?
Something like this: A = [1 2 3]; push(A, 4); % Something like Push % A = [1 2 3 4] Thanks.

11 years ago | 2 answers | 1

2

answers

Question


How to detect equal rows of a matrix compare with another matrix with a 10 per cent of margin?
I have a matrix and I want to compare rows of this matrix to rows of another matrix and verify if there are rows wich match them...

11 years ago | 1 answer | 0

1

answer