What is the difference between %d and %i?
43 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Lisa Lee
el 3 de Ag. de 2017
Respondida: Image Analyst
el 3 de Ag. de 2017
I am wondering what the difference is between %d and %i. For fprintf, they are the same. If there is no difference at all, then why do we have both of them?
0 comentarios
Respuesta aceptada
Image Analyst
el 3 de Ag. de 2017
There appears to be no difference according to the help. My guess is they allowed both to make it easy for people coming from other programming languages where they might have used one or the other of those letters in that other language.
0 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!