determining spaces between two strings in fprintf function
15 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
sermet OGUTCU
el 12 de Jul. de 2021
Respondida: Stephen23
el 12 de Jul. de 2021
fprintf('%s %s\n',' G',' G');
I need to define the lenght of the two spaces. One space starts from the first line to the first G. The second space is between the two G. For example, I need to add 10 space from the first line for the first G and 5 space between the two G. Can we define these spaces in the two variables (a=10,b=5), then add in the fprintf function?
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Interactive Control and Callbacks 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!