Filter löschen
Filter löschen

()-indexing must appear last in an index expression.

3 Ansichten (letzte 30 Tage)
Manish Kumar
Manish Kumar am 20 Dez. 2019
Beantwortet: Fangjun Jiang am 20 Dez. 2019
Dear Experts,
I am facing a problem in:
Error: File: bc_line.m Line: 27 Column: 13
()-indexing must appear last in an index expression.
I have attached the matlab programming. I have not provided the input file.
Just look at the program and suggest some solution for the above problem.

Antworten (1)

Fangjun Jiang
Fangjun Jiang am 20 Dez. 2019
A=rand(3,4);
size(A,2)
size(A)(2)
Error: Indexing with parentheses '()' must appear as the last operation of a
valid indexing expression.

Kategorien

Mehr zu Matrix Indexing finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by