Community Profile

photo

Fatefly Yip


Active since 2018

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


plot 3D-graph changing with input data array,problem with " Subscripted assignment dimension mismatch" error
%global variables global x y thetaz rC Rz gamma beta z %data division x=[-5:1:5]; y=[-5:1:5]; z=[10:2:30...

6 years ago | 0 answers | 0

0

answers

Question


How to add array of data into a variable?says i wanna loop for 4times
N=4; for i=1:N myArray(i) = [i+1 i+2]; end

6 years ago | 1 answer | 0

1

answer