Community Profile

photo

LShaver


University of Wisconsin-Madison

Active since 2015

Statistics

  • First Review

View badges

Content Feed

View by

Question


How to multiply a vector of symbolic variables by a 3D matrix, for supplying to cvx?
I have a vector y: y = [y1,y2..y25] I also have a 3D matrix A, 10x10x25. I need to create an expression B: B = y...

bijna 8 jaar ago | 2 answers | 0

2

answers

Answered
How to find value of symfun x at time y?
Rookie mistake. Was using v1 (input function) when I should have been using v1_sol, the solution to the system: >> double(v...

meer dan 8 jaar ago | 0

| accepted

Question


How to find value of symfun x at time y?
I am solving a system of differential equations. So far so good: syms i1(t) v1(t) eqn1 = diff(i1) == VS/L - v1/L; eqn...

meer dan 8 jaar ago | 1 answer | 0

1

answer