photo

Alejandro Duque Salazar


Last seen: 7 months ago Active since 2020

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

1 Question
0 Answers

Cody

0 Problems
58 Solutions

RANK
155,519
of 300,352

REPUTATION
0

CONTRIBUTIONS
1 Question
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
8,699
of 168,212

CONTRIBUTIONS
0 Problems
58 Solutions

SCORE
760

NUMBER OF BADGES
5

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Promoter
  • CUP Challenge Master
  • Community Group Solver
  • Introduction to MATLAB Master
  • Solver
  • Thankful Level 1

View badges

Feeds

View by

Question


If B is a matrix,what is the difference between B(1:end) and B(:)
If B=[1 2 ; 3 4] B(1:end) returns [1 3 2 4] as a row vector and B(:) returns it as a column vector. What is the difference?

6 years ago | 1 answer | 0

1

answer