Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Some question to understand MuPad

1 Ansicht (letzte 30 Tage)
Marco
Marco am 23 Nov. 2012
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
Hi,
I've in base workspace a symbolic matrix:
R03 =
[ cos(t2 + t3)*cos(t1), -sin(t2 + t3)*cos(t1), sin(t1)]
[ cos(t2 + t3)*sin(t1), -sin(t2 + t3)*sin(t1), -cos(t1)]
[ sin(t2 + t3), cos(t2 + t3), 0]
I create a test-MPNotebook-file, I create a notebook handle as:
nb = mupad(file_name);
and I write:
setVar(nb,R03)
but it doesn't appear. When I write in the notebook:
anames(All, User)
it is in the notebook but as:
{R03}
What is the correct way to print the matrix R03 (with its symbolic expressions) in the MuPad ?

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by