photo

Vignesh Ramakrishnan


Last seen: 5 years ago Active since 2020

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

4 Questions
0 Answers

Cody

0 Problems
5 Solutions

RANK
180,426
of 301,229

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,201

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
55,565
of 173,547

CONTRIBUTIONS
0 Problems
5 Solutions

SCORE
62

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Solver

View badges

Feeds

View by

Question


How to use ODE45 to solve finite difference of 2D heat equation PDE ?
Heat equation for a temperature distribution U(t,x,y) on a rectangular plate is given by Ut= D(Uxx + Uyy), 0<x<L, 0<y<W U(0,x...

5 years ago | 0 answers | 0

0

answers

Solved


Inner product of two vectors
Find the inner product of two vectors.

5 years ago

Solved


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

5 years ago

Solved


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

5 years ago

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

5 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

5 years ago

0

answers

Question


Unable to accept a vector as parameter in user defined function.
I made a function to add a set of 'n' sine terms as per my algorithm. function inst_amplitude = sincustom(t,[FreqList],[AmpL...

5 years ago | 1 answer | 0

1

answer

Question


How to solve 2D heat equation for a sector of a circular disc using finite difference method?
I am starting off with Dirichlet boundaries. How do I generate a sector of a circular mesh ?

5 years ago | 0 answers | 0

0

answers