photo

Vishnu Narayan Vipin


Last seen: nästan 3 år ago Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
1 Answer

RANK
28 579
of 300 392

REPUTATION
1

CONTRIBUTIONS
2 Questions
1 Answer

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
1

RANK
 of 20 934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 373

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

nästan 5 å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...

nästan 5 å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...

ungefär 7 år ago | 1 answer | 1

1

answer