gourav pandey
Followers: 0 Following: 0
Statistik
RANG
125.852
of 295.527
REPUTATION
0
BEITRÄGE
14 Fragen
2 Antworten
ANTWORTZUSTIMMUNG
14.29%
ERHALTENE STIMMEN
0
RANG
of 20.242
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.057
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 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
How to save output (Matrix) in excel files?
I am doing some operation on matrix and want to save my final matrix in excel file. what command shound i use. Thank you!!
mehr als 2 Jahre vor | 1 Antwort | 0
1
Antworthow to convert Hypergeometric function generated in Maple to Matlab
hii, yes you have done lot of changes but still plot is incorrect.. its unbounded. it suppose to be bounded. i'm also getting sa...
fast 3 Jahre vor | 0
Frage
why get different values when matlab also use maple for calculation?. Maple vs Matlab??
Hi, I have this problem where the maple show very small result but matlab show very large value. I have written the code in Mapl...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to do symbolic integration
%% I am unable to get the result. Thank you so much in advance clc; clear; syms omega x n m % assuming omega::real,omega>0...
fast 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how to convert Hypergeometric function generated in Maple to Matlab
% Hey, I have an issue in converting below code in Matlab. I don't know how to write 'I1' in Matlab. if we run below code in Map...
fast 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how to develope loop to save the 'n' elements from the vectors
clc; clear; A= [14,51,2,15,........,7 ] % this is known p1=A[1] p2=A[2] . . . . . pn=A[n] %%% i need to use p1,p2,p3,...
etwa 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how to do double integration including symbolic ??
clc; clear; close all; syms theta omega1 P_t Q_t P_n Q_n Pc2 Pc3 Pc4 Ps2 Ps3 Ps4 Qc2 Qc3 Qc4 Qs2 Qs3 Qs4 a1=1; h1=5; ...
mehr als 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to do Double integral with two function handle.
%%%%% theta and omega1 are two variables temp1=@(theta,omega1)-omega1.^2.*exp(-abs(omega1).*(cos(theta) + 5)).*(((6632097892526...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Why I am not able to do the integration??
%%%%%%%%% Integration w.r.t 'omega1' %% Thank you in Advance!! int((exp(-2*abs(omega1))*((4*2^(1/2)*(2^(1/2)*abs(omega1)^(3/2...
mehr als 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to Integrate the equation with function handler?
%% Thank you in advance!! clc; clear; close all; syms omega1 n=2; a1=1; x=2; y=2; G_2=5; Q_2=0; A_hs =-G_2/omega1^2; ...
mehr als 3 Jahre vor | 1 Antwort | 0
1
Antwortdo we have relation between LommelS2 and MeijerG in matlab?
Walter Roberson, thanks for your reply..can you help me here also clc; close; clear all; n=5; h=@(omega1) 0; for m= 0:1...
mehr als 3 Jahre vor | 0
Frage
how do i change the params value continuously by using the for loop in the function:
Hii, i have one function inside which i created the variables name params. now im using that function in another file2,3,4 but ...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
do we have relation between LommelS2 and MeijerG in matlab?
Do we have matlab relation between two special function "LommelS2 and MeijerG"? How to convert LommelS2 code into MeijerG? Ple...
fast 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how to use Meijerg function?
how to use 'MeijerG function'? 'Meijer G-function - MATLAB meijerG - MathWorks India' this link already there but the examples ...
fast 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to solve the multiple nonlinear equation from last tern EXP
clc; close all; clear all; n=3; syms a0; a=sym('a', [1 2*n]); w=sym('w', [1 n]); x=sym('x', [1 n]); % syms ww I1(1)...
fast 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
why i m not able to get my figure
clc; clear; clear all; syms w a b c d s t x nu y nu=0.33; t=1;x=0; a=-exp(2.*w.*t).*(-2.*t.^2.*w.^2+4.*exp(2.*w.*t).*nu-8....
etwa 6 Jahre vor | 0 Antworten | 0