photo

Gautam Chettiar


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

0 Questions
3 Answers

File Exchange

3 Files

Cody

0 Problems
3 Solutions

ThingSpeak

3 Public Channels

RANK
11,677
of 300,364

REPUTATION
4

CONTRIBUTIONS
0 Questions
3 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
5,662 of 20,934

REPUTATION
220

AVERAGE RATING
5.00

CONTRIBUTIONS
3 Files

DOWNLOADS
59

ALL TIME DOWNLOADS
2030

RANK
77,134
of 168,407

CONTRIBUTIONS
0 Problems
3 Solutions

SCORE
40

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
3 Public Channels

AVERAGE RATING
37

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

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

3 years ago | 0

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

3 years ago | 0

| accepted

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

3 years ago | 0