How to get matrix element A{1,2} at indices 1,2 from matrix A =@(x,y)

조회 수: 2 (최근 30일)
Ole
Ole 2021년 3월 3일
댓글: Ole 2021년 3월 3일
How to get element with index 1,2 from matrix defined as function.
A =@(x,y) [x 1*x 2*x 3*x; y 5 6 7; 1 1 1 1; 2 3 4 5]
A(3,1) % evaluates the matrix for x=3 y =1
% How to get element at indices 1,2 A(3,1){1,2}=3 meaning 1*x = 3

답변 (0개)

카테고리

Help CenterFile Exchange에서 Matrix Indexing에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by