Community Profile

photo

Chilean


Universidad de Concepcion

Active since 2015

Followers: 0   Following: 0

Message

Electrical Engineer Student @ Universidad de Concepcion (Chile)

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Take a vector of numbers, and convert them to a string and store in a single cell?
Say I have: S = [1 2 3] I want this stored in a matrix which already has stuff in it: A = 8 1 6...

8 years ago | 2 answers | 0

2

answers

Question


If 'variable' is an indexed variable, performance can be improved using logical indexing instead of FIND
I get why it'd be "faster" using A = find(C==4); instead of A = C==4; Thing is, what if I NEED the number of...

8 years ago | 1 answer | 1

1

answer

Question


Help with PARFOR in a very simple LOOP
parfor k = 1:n mpc = loadcase(filename); % Loads file case into varaible mpc mpc.gen(:,2) = ProbMatrix.Prob(:,k)...

8 years ago | 1 answer | 0

1

answer