Borrar filtros
Borrar filtros

how to multiply each elements of the cell with a scalar quantity?

1 visualización (últimos 30 días)
for i=1:4
rate_k=@(pt,sigma)Rate(W,I,B,B1,pt,sigma,R1,invs1,i);
OptP{i} =@(sigma)vpa(solve(rate_k(pt,sigma)==rate_th,pt));
end
%%How to multiply each element of OptP{i} to a scalar quantity?

Respuesta aceptada

Matt J
Matt J el 25 de Ag. de 2022
OptP{i} =@(sigma) scalar * vpa(solve(rate_k(pt,sigma)==rate_th,pt));

Más respuestas (0)

Categorías

Más información sobre Modeling en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by