How to diplay the printf statement which is written in S-function?

31 visualizaciones (últimos 30 días)
Hello MATLAB Frndzz,
I am using R2011b linux version... In s-function i have used printf statement like printf("Unable to open PCI Image");
So when i run s-function it has to display that in Command window or somewhere in MATLAB.. Dont mind about linux or windows version... Just i need support for my question...
Thanks in advance...
---ravi

Respuesta aceptada

Kaustubha Govind
Kaustubha Govind el 10 de Jul. de 2013
Editada: Kaustubha Govind el 10 de Jul. de 2013
You can use ssPrintf.
  1 comentario
Ravi
Ravi el 11 de Jul. de 2013
printf("0x%x",idata.pciAddress); printf("0x%x",idata.vmeAddress); printf("0x%d",idata.size); printf("0x%d",idata.dataWidth); printf("0x%d",idata.vmeCycle);
if i use ssprintf here... the error is "undefined reference to ssprintf" & warning: incompatible implicit declaration of built-in function printf

Iniciar sesión para comentar.

Más respuestas (1)

Mohammad Kia
Mohammad Kia el 17 de Jun. de 2017
do not include stdio.h in your code, it will re-target the standard io functions. it will work.

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by