photo

Yuheng Huang


Active since 2017

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How to create a large size struct array?
I know I can create a struct array use struct function: a = struct('data',{1,2,3}); But what if I want to create a 30d (...

7 years ago | 1 answer | 0

1

answer

Question


How to convert image matrix to char stream?
I want to POST an image to the server. I have a matrix read from file: I = imread('file.jpg');%This line can't be changed...

7 years ago | 1 answer | 0

1

answer