Statistik
RANG
229.528
of 301.922
REPUTATION
0
BEITRÄGE
36 Fragen
5 Antworten
ANTWORTZUSTIMMUNG
41.67%
ERHALTENE STIMMEN
0
RANG
of 21.464
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 177.381
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
plot after taking inversion Laplace to val function and then divide it on val0 function for steady case, it should give 1 as t tends to infty
function ilt = talbot_inversion(F, t, M) % TALBOT_INVERSION Numerical inverse Laplace transform using Talbot's method ...
4 Tage vor | 0
Frage
plot after taking inversion Laplace to val function and then divide it on val0 function for steady case, it should give 1 as t tends to infty
plot after taking inversion Laplace to val function and then divide it on val0 function for steady case, it should give 1 as t t...
4 Tage vor | 1 Antwort | 0
1
AntwortFrage
inversion Laplace to val function
test0 function test0() clc; close all; t_values = linspace(0.0, 10, 100); u_t = zeros(size(t_values)); % Define parame...
16 Tage vor | 1 Antwort | 0
1
Antwortsolve system of 6
I try this code: test1() function test1() clear; clc; close all; % Define time vector t_values = linspace(0.1, 10, 50); ...
22 Tage vor | 0
Frage
solve system of 6
% Define symbolic variables syms g alpha1 alpha2 sigma c b s1 s2 beta2 E1 U % Use 0.5 instead of 0.1e1 ./ 0.2e1 for clarity g...
28 Tage vor | 1 Antwort | 0
1
AntwortFrage
How can I solve the problem in integral code?
Solve the problem
etwa ein Jahr vor | 2 Antworten | 0
2
AntwortenFrage
How can I solve system of 6 equations in series?
How can I solve system of 6 equations in series?
etwa ein Jahr vor | 0 Antworten | 0
0
AntwortenFrage
How can I correct this code?
% Data Initialization A = [ -0.1880 0.0100 -0.0079 -0.0273 0.1587 -0.4069 0.8943 -1.7404 ...
mehr als ein Jahr vor | 0 Antworten | 0
0
AntwortenFrage
How can I make a simulation to equation of continuity by Matlab?
How can I make a simulation to equation of continuity by Matlab?
mehr als ein Jahr vor | 0 Antworten | 0
0
AntwortenFrage
How can I calculate the integral of associate LegendreP(1,n,theta)*cos(theta)^2 ?
How can I calculate the integral of associate Legendre function P(1,n,theta)*cos(theta)^2 ?
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I calculate the integral of Legendre function P(n,theta) ?
How can I calculate the integral of Legendre function P(n,theta) ? say: int(cos(theta)*P(n,theta),theta=0..pi) ;
etwa 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How can I appear the streamline around the spheres?
clc A=[ -0.2 0.1 -0.4 1.0 -2.1 3.9 -6.9 11.6 -18.7 29.2 -44.0 64...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I plot the complete two circles vertical not horizontal ?
clc A =[ -1. 0. 0. 0. 0. 0. 0. 0. 0. -1. 1. -1. 1. ...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I replace data on the axis to become u horizontal and y vertical?
y = 0:0.01:5; t1=0.1; t2=3;t3=5;t4=10; nu = 5; u0=1; figure(1) hold on u1 = u0.*erfc(y./2.*sqrt(nu*t1)); u2 = u0.*erfc(y....
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenHow can I plot the streamlines in all region around the inside sphere ?
@Star Strider Dear Star,can I plot half circles only?
mehr als 2 Jahre vor | 0
Frage
How can I plot the streamlines in all region around the inside sphere ?
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
HOW can I export table in latex outside to desktop?
How can I get a table from matlab to desktop?
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I fill the inside circle with any color?
too long code
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I show the contour lines between the following two concentric spheres?
a =1 ; %RADIUS b1=0.1;b2=0.1;s=1;sb=0.2;s1=sb./s;j=0.1;EZ=1;zeta0=-1;beta=1;i=(-1).^(1./2); sigma=0.4; ur=1; alpha=.628;k=1...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I plot the following function?
alpha=0.001:0.1:5; s=1;sb=.1;s1=sb./s;j=0.1;EZ=1;zeta0=-1;beta=1;i=(-1).^(1./2); sigma=0.1; ur=1;k=5;b1=0.1;b2=0.1;c=0.1; %%%...
mehr als 2 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How can evaluate the integral (r*bessilei(1,k*r)) dr, k is a constant?
How can I evaluate the integral? fun = @(r) r.*besseli(1,5.*r);
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I write "StruveL function" in matlab?
How can I write "StruveL function" in matlab?
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I try to calculate the following integral
syms r sigma assume(sigma>0) assume(k>0 & k<1) L=int(r*besseli(0,a*r)*besselk(0,a*r)),r,sigma,1)
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how can I plot fluid through the cylinders
%t = 0:pi/18:2*pi; y=0:.01:3;x=0:.01:3; t = 0:pi/20:2*pi; y=0:.01:5;x=0:.01:5; %[X,Y,Z] = cylinder(.8*(1+.06*sin(5*t))); [X...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Why the contours does not appear in the empty region?
A =[ 0.506207 -1.175631 3.791971 -8.367277 15.218631 -24.775942 37.354122 -53.596046 ...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how can I plot the contours inside not outside?
clc A =[ 0.506207 -1.175631 3.791971 -8.367277 15.218631 -24.775942 37.354122 -53.59604...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I plot the contour lines between two spheres ?
I want to plot contours between the spheres
fast 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How can I wide the space between curves in the figure and between the numbers on the curves?
fast 3 Jahre vor | 1 Antwort | 0

