photo

Chilean


Universidad de Concepcion

Active since 2015

Followers: 0   Following: 0

Message

Electrical Engineer Student @ Universidad de Concepcion (Chile)

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
36,720
of 301,370

REPUTATION
1

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
1

RANK
 of 21,243

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,217

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • 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...

10 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...

10 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)...

10 years ago | 1 answer | 0

1

answer