Community Profile

photo

Tejas Adsul


Last seen: casi 4 años hace Con actividad desde 2018

Estadísticas

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Content Feed

Ver por

Pregunta


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...

alrededor de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

más de 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Respondida
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...

más de 5 años hace | 0

Pregunta


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...

más de 5 años hace | 3 respuestas | 0

3

respuestas

Pregunta


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...

casi 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

casi 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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) +...

casi 6 años hace | 3 respuestas | 0

3

respuestas

Pregunta


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...

casi 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

casi 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

casi 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

casi 6 años hace | 2 respuestas | 0

2

respuestas