how to plot given vector x and y
이전 댓글 표시
how to plot given Vectoer
A(x,y)=4sinxyax-x^2yay Ax
verses X from -4 to 1
댓글 수: 2
KSSV
2017년 4월 4일
Your expression is not clear....what is a? what is range of x and y?
Guillaume
2017년 4월 4일
If we copy:
A(x,y)=4sinxyax-x^2yay Ax
into matlab, we'll get 'Unexpected matlab expression' error (4sinxyax and 2yay are not valid expressions, and the space before Ax is not valid).
Are we supposed to try to decode that expression?
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Encryption / Cryptography에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!