more convenient way to present a result of a symbolic calculation
    5 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
    Eliraz Nahum
 il 4 Nov 2018
  
    
    
    
    
    Commentato: madhan ravi
      
      
 il 4 Nov 2018
            hello everyone,
is there a more convenient/elegant way of presenting the result? I am adding the code:
clear all
close all
clc
syms t y(t) b m k w
dsolve(diff(y,t,2)+(k/m)*y==(1/m)*cos(w*t))
I am attaching a photo in which we can see the desirable way of presentation I am interested in.

thanks!
0 Commenti
Risposta accettata
  madhan ravi
      
      
 il 4 Nov 2018
        
      Modificato: madhan ravi
      
      
 il 4 Nov 2018
  
      Use
pretty(sol)
Or if you use live editor you can see the result like the one in your question
5 Commenti
Più risposte (1)
Vedere anche
Categorie
				Scopri di più su Symbolic Math Toolbox 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!

