Community Profile

photo

Vishnu Narayan Vipin


Last seen: más de 1 año hace Con actividad desde 2018

Followers: 0   Following: 0

Estadísticas

Feeds

Ver por

Respondida
Getting Started with Targeting Xilinx Zynq Platform
Dear Team, I had a meeting with J T Ferrara and Hoda Sharifi. J T suggested I try to invoke vivado from the command terminal....

más de 3 años hace | 0

| aceptada

Pregunta


Getting Started with Targeting Xilinx Zynq Platform
Hi, I was following the example available here: https://www.mathworks.com/help/hdlcoder/ug/getting-started-with-hardware-soft...

más de 3 años hace | 3 respuestas | 0

3

respuestas

Pregunta


How to substitute a vector symbolic variable with the values of a vector?
x = sym('x',[1 2]).'; Q = [1 0;0 1] f = x.'*Q*x; xo = ones(2,1) fo = (subs(f,{x(1),x(2)},{xo(1),xo(2)})) x is a symbolic...

más de 5 años hace | 1 respuesta | 1

1

respuesta