Statistik
RANG
182.969
of 301.261
REPUTATION
0
BEITRÄGE
4 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
0
RANG
of 21.209
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
etwa 5 Jahre vor | 0 Antworten | 0
0
AntwortenGelöst
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...
mehr als 5 Jahre vor
Gelöst
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 ...
mehr als 5 Jahre vor
Gelöst
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:...
mehr als 5 Jahre vor
Frage
While trying to solve the 2D polar heat equation using semi-discrete finite difference using ode45, I am unable to deal with the singularity at origin(for which I can only think of averaging the previous time step, which is not possible with ode45).
2D Polar Heat Equation: Converting to ODE as , with My Code: %Circular disc 2D Dirichlet BC clear all; clc; close all; a...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ?
mehr als 5 Jahre vor | 0 Antworten | 0
