Community Profile

photo

James Garritano


UCLA

Active since 2015

Statistics

  • Knowledgeable Level 1
  • First Answer

View badges

Content Feed

View by

Answered
How to write a double or three number array to a .m file and then retrieve it again?
You should use save. To save the array: fileName = 'CurrentConstants'; dataLocation = 'C:\Projects' filePath = ful...

9 years ago | 0

Answered
How to implement data in to 2D array
*Use reshape to convert a 1D array into a 2D arrays.* %% Reshape a column into a 2D array myRandCol = rand(10000,1); ...

9 years ago | 0

Answered
Function to convert RGB to grayscale
*Your code confuses "I" with "RGB"* Your code uses "RGB" as one of its inputs, but it refers to "I" as if it were the input ins...

9 years ago | 0

| accepted