Problem 43613. how to concatenate matrices
What is the name of the function used to create a matrix C form two matrices A and B, using the syntax:
C = [A B];
Output the code as the numerical values of the help page
Solution Stats
Problem Comments
-
2 Comments
li haitao
on 31 Oct 2018
There are some differences of help page among different MATLAB versions.
Rafael S.T. Vieira
on 29 Aug 2020
The help file of a function is not set in stone. It changes with different versions.
Solution Comments
Show commentsProblem Recent Solvers14
Suggested Problems
-
3798 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1967 Solvers
-
268 Solvers
-
find the maximum element of the matrix
530 Solvers
-
Count consecutive 0's in between values of 1
501 Solvers
More from this Author14
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!