photo

yogeshwari patel


Last seen: 12일 전 2021년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

38 질문
2 답변

순위
241,318
of 300,753

평판
0

참여
38 질문
2 답변

답변 채택
36.84%

획득한 표
0

순위
 of 21,075

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,858

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


How to find the real roots and index root?
syms x m y M %H R_c R_a p R %--------------------------------------------------- %Initilization %--------------------------...

12일 전 | 답변 수: 1 | 0

1

답변

질문


3D surf plot for more than two quantities
I want to plot the value in the same 3D graph . syms x t r b %alpha % Parameter values a=(pi)/3; g=9.8; U=2.5; O=7.29*1...

6개월 전 | 답변 수: 1 | 0

1

답변

질문


REGARDING THE PLOT IN MATHLAB2TIKZ
x = -5:0.2:5; t = 0:0.02:1; C1 = sin(x' * t); % Example data surf(x, t, C1); xlabel('x'); ylabel('t'); zlabel('\eta(x,t)')...

11개월 전 | 답변 수: 0 | 0

0

답변

질문


labelling issue in graph plotting
plot(r,v1_lower,r,v1_upper,'LineWidth',4) xlabel('r') ylabel('\widetilde\nu_1(\chi ,\tau ;r )') %subplot(2,2,2) plot(r,v2_lo...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


logical index issue in for lloop
syms x t real mu=(1/16)^4 m=(cos(x)+1i*sin(x))/(1+((1/mu)^4-1)*(cos(4*t)+1i*sin(4*t))); n=real(m) x=0.2:0.2:0.8 t=0.1:0.4:0...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


complex number representation as real and imaginary part
syms x real syms t real e=cos(x)+1i*sin(x) real(e) u=(cos(x)+1i*sin(x))/((1+((1/(0.1)^4)-1)*(cos(4*t)+1i*sin(4*t)))) v=s...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


complex number : real part and imaginary part
syms x mu syms t %c alpha=1 U=zeros(1,1,'sym'); A=zeros(1,1,'sym'); B=zeros(1,1,'sym'); C=zeros(1,1,'sym'); D=zeros(1,1,...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


the array index is not matching
syms x mu gamma syms t %c alpha=1 U=zeros(1,2,'sym') V=zeros(1,2,'sym'); A=zeros(1,1,'sym'); B=zeros(1,1,'sym'); C=zero...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


expressing the complex function
clear i syms x t U=zeros(1,2,'sym'); A=zeros(1,2,'sym'); series(x,t)=sym(zeros(1,1)); U(1)=exp(i*x); alpha=1; for k=1:2 ...

대략 1년 전 | 답변 수: 2 | 0

2

답변

질문


Unable to resolve the name
area = 1e-4; % Cell area in m^2 (1 cm^2) ratio = 90/100; % Active material ratio scan_rate = 0.01; % Scan rate for CV in V/s ...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Regarding the vectors calculation
x = 0:0.1:1; t = 0.5; u_exact = sin(x) .* exp(-t) u_approx = sin(x) .* ((t^2 - 2*t + 2) / 2); absolute_error = abs(u_exact...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Plot grraph , srink is problem
the following code is plot the graph I want to change the Y axis value so that the box and plot on x -axis does concide , I try ...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


symbolic variable and assignment operator
syms x syms t b0=0.05 a3=0.1 b3=0.3; A=(2*b3-1)/(2*a3-1) B=(1/2)*b0*((4*a3*b3-1)/2*a3-1); U=zeros(1,2,'sym'); V=zeros(...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


for double for loop error
syms x t%a g d l1 m1 %%%%%%%%%%%%%%%% Fractional Order% alpha=2; beta=1; %%%%%%%%%%%% initilization of variable%%%%%% U=zer...

1년 초과 전 | 답변 수: 0 | 0

0

답변

질문


how to plot graph using fplot command
syms x y=exp(x) fplot(y) I got the following errpor. If I replace exp(x) by sin(x) then the code shows graph in the default ...

대략 2년 전 | 답변 수: 2 | 0

2

답변

질문


How to find the factors of the polynomial in one than one variable
syms x y e1=x^2+4 factor(e1) P = x^2 + y^2 QF = factor(P,x,'FactorMode','full') factor(x^3 + 2, x, 'FactorMode', 'full') I...

대략 2년 전 | 답변 수: 1 | 0

1

답변

답변 있음
how to use the subs syntax for the two variable
Thank you

2년 초과 전 | 0

질문


how to use the subs syntax for the two variable
syms x a series1(x) = a+(2/3)*a*x+(5/3)*a^2*x^2+(1/3)*a^3*x^3 a=0.56 series2(x)=subs(series1,a,0.56) %%%%%%%%%%%%%%%%%%%%%%...

2년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Function file with more than one out put and how to use that function file for two different output
I have a function and its derivative Now I want to creat a function file with both the output so that i can creat one ne...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


There is an error in call the function file
function V = fluxfunction(a,b) % Godunov V = max(f(max(a,0)),f(min(b,0))); end %%%%%%%%%%%%%%%%%% % Godunov Scheme % ut + ...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


UNABLE TO PERFORM THE ASSIGNMENT
syms a x z Finaleq_1 K alpha A C=zeros(1,'sym') Finaleq_1=zeros(1,2,'sym') A=zeros(1,'sym') series(x)=sym(zeros(1,1)); C(1...

2년 초과 전 | 답변 수: 2 | 0

2

답변

질문


variable store in loop
syms z x a v Y(1)=a T=0 for k=1:2 Y(k+1)=z v=0 for l=1:k v=v+kroneckerDelta(sym(l-2))*(k+2-l)*(k+1-l)...

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


calculation error in hyperbolic function
syms x syms t U=zeros(1,2,'sym'); A=zeros(1,2,'sym'); B=zeros(1,2,'sym'); C=zeros(1,2,'sym'); series(x,t)=sym(zer...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


3 d plot for the symbolic calculation
syms x a t f=1 U=zeros(1,2,'sym'); A=zeros(1,2,'sym'); B=zeros(1,2,'sym'); series(x,t)=sym(zeros(1,1)); U(1)=(r-1)/((1+...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


symbolic error in calculation
syms x syms a syms t syms f % f fractional order syms r % r cut % syms m % m=0.7; U=zeros(1,2,'sym'); A=zeros(1,2,'sym...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


graph plot for x,y,x verrus C
syms x y h syms a syms t % Initialization U=zeros(1,2,'sym'); A=zeros(1,2,'sym'); B=zeros(1,2,'sym'); series(x,y,t)=sym(...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


gamma function error in calculation
% Starting value The above formula is coded as follows: syms x a Y=sym(zeros(1)); Y(1)=0; a=1/2 for i=1:4 if i==...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


error in logical calculation
syms x a Y=sym(zeros(1)); Y(1)=0; a=1/2 for i=1:4 if i==5 A=1 else A=0 end if i==4 ...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Error in fsolve function
syms x a series(x)=sym(zeros(1)); Y=sym(zeros(1)); m=sym(1); Y(1)=0; Y(2)=a; %N=input ('enter the number of coefficient re...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


recurrence relation calculation comparison error
I dont get the idea how to calculate the recurrsive relation .I started with following code but got stuck in the for loop syms...

거의 4년 전 | 답변 수: 0 | 0

0

답변

더 보기