Matlab Symbolic output 'I' - what does it denote?
Show older comments
I have recently been using the symbolic toolbox to compute a series of partial derivatives for me. The outputs of the computation have non-matlab expressions so when I try to copy and evaluate the expressions I get multiple errors (i can't use 'sub' or or other symbolic toolbox methods of evaluation because it takes too long for my application). I am in the process of changing those expressions to matlab functions (i.e. Im - imag, Re-real) and I have encountered an 'I' term in the output expression. It is not the imaginary 'i' because that also exists in the expression and it is scalar therefore it can't be the identity matrix.....does anyone know what it denotes?
1 Comment
Walter Roberson
on 10 May 2011
I suggest trying matlabFunction() to convert the symbolic expression for you.
Accepted Answer
More Answers (0)
Categories
Find more on Symbolic Math Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!