Feeds
提问
Illustrate weighted matrix to represents areas
Hi I am trying to illustrate a square matrix (weights) that represents sqare area that's divided into smaller squares. The valu...
6 years 前 | 1 个回答 | 0
1
个回答提问
How to illustrate a cell array
I have the following cel array: x{1}=[0 0 0 0]; x{2}=[0 0 -1 0 0]; x{3}=[0 0 0 1 1 0]; x{4}=[0 0 1 1 0]; x{5}=[-1 -1 0 -1];...
6 years 前 | 1 个回答 | 0
1
个回答提问
How to add two cell arrays of the same dimensions
I have two cell arrays A and B, each of size 1x5 cells. Each cell is a row vector with different size (A{1}=B{1}=1x4 vector, A{...
6 years 前 | 1 个回答 | 0

