Problem in using xlswrite command
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Hello All,
I am trying to get the output in excel file but I am unable to do that. I have attached the screen shot of my code along with some information.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/205123/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/205124/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/205125/image.png)
here is the output in Excel and I think that the problem is becuase the result is not a scalar number
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/205126/image.png)
I will be great if someone please help me with this.
Thank You
3 Commenti
Geoff Hayes
il 20 Feb 2019
Ron - is it just the diameter data that is not being written to the Excel file? I notice that this data is of type sym. Perhaps try converting to a number before writing to file...
Risposta accettata
Ron
il 20 Feb 2019
2 Commenti
madhan ravi
il 21 Feb 2019
Ron always remember solve returns a symbolic object so in order to convert it to a double class use double() , vpa() also returns a symbolic object so using vpa() here is superflous.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Data Type Conversion in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!