Feeds
提问
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,...
10 years 前 | 0 个回答 | 0
0
个回答提问
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 ...
10 years 前 | 3 个回答 | 0
3
个回答提问
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 前 | 1 个回答 | 0