what does rn means and what am I supposed to do with it?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I've got the answer like this on matlab: (25742881424872919087\\\r\n0725189441*x^4)/24350029028325000000 And, I dont know what \\\r\n stands for. Then, how to make it into normal mathematical function? Thank you
4 comentarios
Geoff Hayes
el 9 de Sept. de 2018
See https://www.mathworks.com/matlabcentral/answers/337161-what-does-r-n-mean for a similar question and answers.
Stephen23
el 9 de Sept. de 2018
"And, I dont know what \\\r\n stands for."
"Then, how to make it into normal mathematical function?"
What is a "normal mathematical function" in MATLAB terms?
Respuestas (2)
Image Analyst
el 9 de Sept. de 2018
It's basically used in sprintf() and fprintf() to cause the subsequent characters to go onto a new line in the string, command line, or file.
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!