photo

Saf el


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
254,124
of 300,381

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,941

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,477

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


About preallocating for speed
There is a " for loop" in my program and Matlab gives me a suggestion to consider "Preallocating" for speed. I want to learn how...

8 years ago | 1 answer | 0

1

answer

Question


what is the meaning of these two lines?
siz = size(P); for i = 1:siz(2) with P is a 2*k matrix, P =[p1 .....pk] I want to understand what siz(2) means in the f...

8 years ago | 1 answer | 0

1

answer

Question


How can I extract entries from a matrix and a vector into a new vector in a specific way?
Hello, I want to extract the entries of a matrix and a vector into a new vector, like this: M = 0.6000 0.8000 ...

8 years ago | 2 answers | 0

2

answers