Set a default property for symbolic variables

I would like to set all of my symbolic variables to be real by default, ideally in my startup script. Is there a way to do this? Thanks

Answers (1)

No, there is not.
You could write a function that created symbols and used assuming() to add properties to them, and then assignin('caller')

Asked:

on 21 Jan 2013

Community Treasure Hunt

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

Start Hunting!