Community Profile

photo

Vishnu Narayan Vipin


Last seen: mer än ett år ago Active since 2018

Followers: 0   Following: 0

Statistics

Feeds

View by

Answered
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....

mer än 3 år ago | 0

| accepted

Question


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...

mer än 3 år ago | 3 answers | 0

3

answers

Question


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...

mer än 5 år ago | 1 answer | 1

1

answer