Community Profile

photo

Callum


Last seen: 2 months ago Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How to view in-built GA plotting functions side by side?
Hi fellow Matlab-ers! I am using the command line GA from the Global Optimization Toolbox. I am using two plotting functions,...

9 years ago | 0 answers | 0

0

answers

Question


How to subtract an (n by m) matrix from an (n by m) by k matrix without looping?
Suppose I have the following matrices: A=[1:4;5:8] B=randi(10,2,4,3); I want the same result as the code below gives ...

9 years ago | 3 answers | 0

3

answers

Question


How can I concatenate an arbitrary number (#) of nxm matrices to make a 3D (# by n by m) matrix?
Suppose I had a matrix A=[1:3;4:6;7:9], and then have B=cat(3,A,A,A,A) which creates a 3rd dimension and concatenates matrix A w...

10 years ago | 1 answer | 0

1

answer