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!