Borrar filtros
Borrar filtros

How to find location of parameters in a genarized matrix

1 visualización (últimos 30 días)
Fredrik Smith
Fredrik Smith el 21 de Sept. de 2021
I want to find the location of tunable parameters within a generalized matrix.
I want to make sure I don't miss parameters with values set to zero, so converting to double won't work.
Is this possible?
For example:
p = realp('p', 0);
A = genmat(zeros(5));
A(2,4) = p;
% now find the location of p in A

Respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by