Finding the adjoint of a Matrix
51 views (last 30 days)
Show older comments
Hi
I'm trying to find the adjoint of a matrix. On MathWorks documentation webpage, the instruction look something like below.Noticed that it is using a R2018b version. The Matlab version I'm using is R2017a.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/192299/image.png)
When I put the example into matlab, what I get is as follows:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/192300/image.png)
>> which adjoint C:\Program Files\MATLAB\R2017a\toolbox\symbolic\symbolic\@sym\adjoint.m % sym method
Does anyone know why do I get the error message and how to fix it?
Many thanks!
0 Comments
Accepted Answer
More Answers (1)
See Also
Categories
Find more on Get Started with MATLAB 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!