Which output command is used to output an answer contains variables

2 visualizzazioni (ultimi 30 giorni)
Hi
I am using the fprintf command to output an answer that contains some variables .. it's saying that it's not possible to change symfun to char .. is there any other command that I can use
I have tries display and sprints as well.
  3 Commenti
Stephen23
Stephen23 il 20 Feb 2021
Modificato: Stephen23 il 20 Feb 2021
Original question by khadijah abushima retrieved from Google Cache:
Which output command is used to output an answer contains variables
Hi
I am using the fprintf command to output an answer that contains some variables .. it's saying that it's not possible to change symfun to char .. is there any other command that I can use
I have tries display and sprints as well.

Accedi per commentare.

Risposte (1)

Walter Roberson
Walter Roberson il 12 Dic 2016
Call the symfun passing in symbolic variables. The results will be a symbolic expression, which you can char() to create a string that can be used with sprintf ()

Community Treasure Hunt

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

Start Hunting!

Translated by