Community Profile

photo

fatima saad


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Solve a System of Equations Returning Solutions as a Structure Array
how to solve a problem like this and return the solutions in the form of a structure array: syms Q1 C1= [ 60 == ...

8 years ago | 1 answer | 0

1

answer

Question


How to contain variable into input function's expression
the problem shows in the following matlab form k=5; p = [sym('p0'), sym('p', [1,k])] x=input('inter',p(k)) ...

8 years ago | 1 answer | 0

1

answer

Question


Distribution a syms variable with i loop over a vector
i need to Distribution a syms variable with i loop over a vector and make a polynomial summation to make it in this form p(...

8 years ago | 1 answer | 0

1

answer

Question


how to substitute an syms variable into known value and evaluate the result of the same equation that contain it?
i'm tying to generate a general equation for Bezier curve in polynomial form , differentiate it, then substitute the value of u ...

8 years ago | 1 answer | 0

1

answer