Community Profile

photo

Gautam Chettiar


Last seen: 11 months 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计数据

All
  • Knowledgeable Level 1
  • Personal Best Downloads Level 2
  • Solver
  • First Answer
  • 5-Star Galaxy Level 1
  • First Submission

查看徽章

Feeds

排序方式:

已回答
Strange output from symbolic calculation
% The numbers come because of your substitution of Omegan to 2*n*pi/T, with % some of the variables cancelling out, and most of...

1 year 前 | 0

已回答
How do i further simplify this solution in matlab. I have used the simplify(.....) but it still gives me the same solution with the sin functions.
The problem is arising in z1 = 0.5 * L , as first L is declared as a symbolic variable in syms L Later you assign a value ...

1 year 前 | 0

| 已接受

已回答
Plotting two surfaces in cylindrical coordinates
theta = linspace(0, 10 * pi); z = linspace(0, 5); [Theta, Z] = meshgrid(theta, z); % Set the constants % c >= a a = 5;...

1 year 前 | 0