photo

Tejas Adsul


Last seen: 5년 초과 전 2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

13 질문
1 답변

순위
117,615
of 300,364

평판
0

참여
13 질문
1 답변

답변 채택
30.77%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Add edges to a graph without changing original topology
Using the example from https://www.mathworks.com/help/matlab/math/modify-nodes-and-edges-of-existing-graph.html. Consider the f...

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

0

답변

질문


Solve 1D Wave Equation (Hyperbolic PDE)
I have the following equation: <</matlabcentral/answers/uploaded_files/137155/eq.png>> where f = 2q, q is a function of bo...

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

2

답변

질문


ODE45 initial conditions are y'(0) = 0, y'(inf) = 1
I have a third order differential equation and I have followed the steps given <https://in.mathworks.com/help/symbolic/solve-dif...

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

1

답변

질문


Best way to represent given data (opinion)
I have four column vectors representing forces: P(pressure), B(bending), T(tension), I(interaction). Each row of these vectors r...

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

0

답변

질문


Using 'subs' in parallel for more than one equation
I have 5 equations in an array: E = [E1;E2;E3;E4;E5]. Each equation is made of symbolic variables x1,y1. I now want to substitut...

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

1

답변

답변 있음
odeFunction: List variables through loop
I found out a way. The reason I kept getting invalid variable '0' error was my equations had variables dependent on t (x1(t), x2...

7년 초과 전 | 0

질문


odeFunction: List variables through loop
I have some differential equations that I'm solving using the odeFunction. I am following the steps as described in the document...

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

3

답변

질문


How to define a variable which won't clear when 'clear' command is used
I have 5 different scripts, running one after the other, each of which uses some of the variable values from the previous one. T...

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

1

답변

질문


Using inv(A)*B instead of A\B
I am trying to solve some differential equations numerically. I followed the steps in this documentation ' <https://www.mathw...

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

1

답변

질문


Error in sym: Character vectors and strings in the first argument can only specify a variable or number.
So I have this simple code x = sym('x',[5,1]); T1 = sprintfc('x%d(t)', 1:5); T1=T1'; syms(T1{:}); eqn = x(1)^2 + x(2) +...

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

3

답변

질문


Repeat an iteration after verifying an if statement
I have a while loop with 'i' going from 1 to 50. Inside the while loop, I have an if condition, which if it is true, should reru...

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

0

답변

질문


Transferring a symbolic expression to a odefun
By some code, I have these 6 ODEs in the command window. dEm_dx= 2*x3 - 2*x2 - x4 - y3/2 + 1/4 2*x2 - 2*x3 + 2*x4 + y2/2...

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

1

답변

질문


Creating multiple symbolic functions with arguments
I can use x = sym('x',[n,1]); y = sym('y',[n,1]); to create symbolic variables of length 'n'. I would like to crea...

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

1

답변

질문


Help solving a system of differential equations
I have the following system of differential equations, and I am not able to understand the best way to go about them. I tried us...

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

2

답변