Sending an image or a text file to an oher instance of matlab with tcpip connection
Info
This question is closed. Reopen it to edit or answer.
Show older comments
Hello,
I'm a beginner in MatLab programmation and I'm trying to send a file to an other instance of MatLab using the tcpip client/server .
For this i need to send first the size and the number of bytes of the file in order to reshape it. Unfortunately I don't manage to send the size because it's a vector and I don't know how to do it with this kind of value. For the number of bytes I used fprintf but it seems that i can do the same for the vector.
If anyone can help me it would be great. Thanks !
Answers (0)
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!