photo

LShaver


University of Wisconsin-Madison

Active since 2015

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

2 Questions
1 Answer

RANK
218,333
of 301,432

REPUTATION
0

CONTRIBUTIONS
2 Questions
1 Answer

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 21,280

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,555

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • First Review

View badges

Feeds

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

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

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

10 years ago | 1 answer | 0

1

answer