Community Profile

photo

Leigh Harrison


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


How to add a constant to a symbolic array element by element?
My code is as follows Mr_theo = (W_R + Up)./a2; where W_R is a 1x1 double, Up is a 100x1 symbolic array, and a2 is a 100x1 sy...

4 years ago | 1 answer | 0

1

answer

Question


Can you use vpasolve with an array without using a loop?
My code: p41 = linspace(1,14,1000); gamma = 1.4; x= sym('x', [1, length(p41)]) ; S = vpasolve(p41 - x.((1-(gamma-1)*(x-1))./...

4 years ago | 1 answer | 0

1

answer