I have code that uses ishift(Kr1')' What is the function of the single quotes?
Ältere Kommentare anzeigen
Here is a sample of the code:
Kr(1:2:M,2:2:N)=(Kr0+shift1(Kr0)+Kr1+ishift1(Kr1')')/4;
The Krx are matrices and the shift is a function to shift either left or write. I have run this code with and without the single quotes and it gives different answers but I can't understand what the ')' is doing?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Matrix Indexing finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!