How to get multiple variables in 'assume' ?
    3 次查看(过去 30 天)
  
       显示 更早的评论
    
For example If I were to set 
syms v m g k t real 
and I want all of them to be handled as variables greater than 0, but not by
assume(v>0); assume(m>0); ...
is there somewhere a shortcut? 
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!