Feeds
0
回答回答済み
Save matlab output in textfile
i cant write my output data into a .txt file in matlab 2015a.
Save matlab output in textfile
i cant write my output data into a .txt file in matlab 2015a.
9年以上 前 | 0
質問
I have got "Error using serial/fopen (line 72) Open failed: Port: COM5 is not available. No ports are available. Use INSTRFIND to determine if other instrument objects are connected to the requested device. Error in viread (line 5) fopen (comport);"
my code body is clear all; clc; close all; comport=serial('COM5','Baudrate',9600); fopen (comport); x=0; ...
10年弱 前 | 0 件の回答 | 0
