cprintf not work in linux command window
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Yu Li
el 16 de Ag. de 2019
Comentada: Yu Li
el 16 de Ag. de 2019
Hi:
I noticed that function 'cpirntf' does not work in Linux command window, below is what I did:
1. open a command window in Linux system
2. type command below:
module load matlab/R2018b
matlab -nosplash -nodesktop
addpath(genpath('path contains cprintf'))
3.
cprintf('keywords','abcde\')
below is the result:
is there anyway to make it work?
Thanks!
Yu
2 comentarios
Geoff Hayes
el 16 de Ag. de 2019
Yu - is the problem that the abcde is not coloured blue? Is that what you are expecting? Have you tried other calls (to this function) with a different first parameter? (For reference, see cprintf.)
Respuesta aceptada
Stephen23
el 16 de Ag. de 2019
Editada: Stephen23
el 16 de Ag. de 2019
"open a command window in Linux system"
cprintf works in the MATLAB Command Window:
cprintf is unrelated to the command window of any OS, nor does Yair Altman's extremely informative website say that it will have any effect on any OS command window. He does explicitly entitle one of his first posts on the topic "Changing Matlab’s Command Window colors",however you are not using the MATLAB Command Window, so there is no reason to expect it to work.
Más respuestas (0)
Ver también
Categorías
Más información sobre Scope Variables and Generate Names en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!