You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- function prologix_disconnect( prologix_connection )
- %PROLOGIX_DISCONNECT Summary of this function goes here
- % Detailed explanation goes here
- echotcpip('off');
- if nargin == 1
- fprintf(prologix_connection,'++loc');
- fclose(prologix_connection);
- delete(prologix_connection);
- end
- end
|