photo

Arturo Mendoza Quispe


Last seen: 約4年 前 2017 年からアクティブ

Followers: 0   Following: 0

統計

All
  • Knowledgeable Level 1
  • First Answer
  • Cody5 Easy Master
  • Solver

バッジを表示

Feeds

表示方法

回答済み
Data visualization using a matlab figure/graph
If you organize your data as : % A1 A2 A3 A4 X = [ 3, 7, 0, 0; % Label 1 3, 20, 7, 0; % Label 2 3,...

5年弱 前 | 0

| 採用済み

回答済み
Forcing matrices to match in size
B = B(1:numel(A)); This will set B to have the size of A, hence there is no need for an if statement.

5年弱 前 | 0