Send image to transceiver
조회 수: 1 (최근 30일)
이전 댓글 표시
Can I send an image via transceiver (serial)?
What functions I have to use to get image data, send it to transmitter and retrieved the image data in receiver and structure it into an image?
Thank you..
댓글 수: 3
Image Analyst
2011년 7월 29일
Sorry, I have no knowledge of that device or of how MATLAB communicates with it, or how that device would transform some received data into a display of some kind.
답변 (1개)
Walter Roberson
2011년 7월 28일
imread(), serial(), fopen(), fwrite(), serial(), fread(), reshape(), fclose(), fclose()
댓글 수: 5
Walter Roberson
2011년 7월 29일
This is no longer about image processing: this is about basic array operations, and giving you code to do it would be too close to "doing your assignment for you".
What command would you use to figure out what data type an array is? How would you unambiguously send that information through a serial port?
What command would you use to figure out what array dimensions an array has? How would you unambiguously send that information through a serial port?
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Import and Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!