Solve Error in Symbolic Matrix
조회 수: 1 (최근 30일)
이전 댓글 표시
hİ, solver returns this for syms matrix forms. How should I use solver?
syms K11 [3 3] matrix
syms deltat [1 1] matrix
solve([K11+K11==deltat*K11],[deltat])
gives
Check for incorrect argument data type or missing argument in call to function 'solve'.
댓글 수: 10
Walter Roberson
2021년 5월 5일
In R2021a, the new toolboxes are:
- DDS Blockset - Design and simulate DDS applications
- Radar Toolbox - Design, simulate, and test multifunction radar systems
- Satellite Communication Toolbox - Simulate, analyze, and test satellite communications systems and links
Dyuman Joshi
2021년 5월 5일
@Walter Roberson Thank you for the link, it is exactly what I was looking for!
채택된 답변
Swatantra Mahato
2021년 5월 5일
Hi Ahmet,
You can execute the following command (as mentioned under Limitations section for the "symmatrix" funciton) to find the functions which currently accept symbolic matrix variables as input
methods symmatrix
Hope this helps
댓글 수: 0
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!