Community Profile

photo

Aninda pal


Last seen: 5개월 전 2022년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2

배지 보기

Feeds

보기 기준

질문


I want to integrate a symbolic matrix numerically. How can I do it??
clear all clc syms x y A= [1 x^2+y^2;x-y x^2+y^2]; I want to numerically integrate all elements of A for x limits (0-10) and...

거의 1년 전 | 답변 수: 3 | 0

3

답변

질문


how to create a cell array with functions from a matrix consisting symbolic expression
I have a matrix A clear all clc syms x y A= [x x^2+y^2;x-y 2+y]; and I want to get a cell array like B; how do i get.. B ne...

거의 1년 전 | 답변 수: 1 | 0

1

답변

질문


Use function with symbolic variable within ODE45 in van der pol oscillator problem
I want to call the second order derivative term as a symbolic function insead of the procedure stated in MATLAB documentation. H...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Solve a system of equations for a closed form with a parameter
I am very new to this discussion forum. I want to solve for unknown variable X1,X2,X3,X4 which varies for different values of X5...

대략 2년 전 | 답변 수: 1 | 0

1

답변