photo

Shashank


Actif depuis 2012

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

18 Questions
2 Réponses

RANG
118 258
of 300 857

RÉPUTATION
0

CONTRIBUTIONS
18 Questions
2 Réponses

ACCEPTATION DE VOS RÉPONSES
16.67%

VOTES REÇUS
0

RANG
 of 21 097

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 171 361

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Review
  • Thankful Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Question


Error using PDEPE Function (Column Vector Mismatch)
This is the error I get: Unexpected output of PDEFUN. For this problem PDEFUN must return three column vectors of length 2. ...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


How would the "a" and "c" coefficients be defined in a coupled non-linear set of 2 PDEs?
I have these two coupled non-linear set of PDEs that I have expressed in the standard MATLAB PDE form: <</matlabcentral/answe...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


Plot a variable in x-y plane.
I have two variables: "z" and "v" which have the following relationship with x and y: z = x^2 - y^2 v = 2xy Its basical...

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


2D plot x-y axis
How can visualize on a 2D plot the variation of a variable say, z of size (100,1), that varies with both x and y, both of size (...

environ 10 ans il y a | 1 réponse | 0

1

réponse

Question


How to solve a set of 4 first-order non-linear coupled ODEs?
I am trying to solve a 4th order differential equation using shooting method by disintegrating the ODE into four coupled first o...

plus de 12 ans il y a | 2 réponses | 0

2

réponses

Question


How to solve a set of coupled ODEs (4th Order)?
Could somebody help me solve this set of four coupled ODEs? tpcl = @(xi,y) [y(2); ((1 + (y(2)*y(2)))^(1.5))*(y(3) - (A/(y(1)...

plus de 12 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
Solving coupled ODE's by ode45
Star Strider, could you please help me solve this set of four coupled ODEs? tpcl = @(xi,y) [y(2); ((1 + (y(2)*y(2)))^(1.5))*...

plus de 12 ans il y a | 0

Réponse apportée
Help with trapz(): Getting complex values
Per, How do I make that value real then?! And why would a simple integration result in a complex value at all?

environ 13 ans il y a | 0

Question


Help with trapz(): Getting complex values
Here is my code: I am getting complex values for "T_integral" and that is messing up my temperature profile TSil. Any help will ...

environ 13 ans il y a | 2 réponses | 0

2

réponses

Question


How to integrate a matrix of a certain dimension?!
Suppose I have a temperature matrix, T = zeros(Nz+1,Nt+1). Nz are number of elements in the z-axis and Nt are number of elements...

environ 13 ans il y a | 1 réponse | 0

1

réponse

Question


Getting error: Error using .* Matrix dimensions must agree. Please help. The code the given below.
Nx = 100;Ny = 20;Nt = 4000; x = 0:10/Nx:10; y = -1:2/Ny:1; t = 0:100/Nt:100; Dx = 10/Nx;Dy = 2/Ny;Dt = 10/Nt; a = 0...

environ 13 ans il y a | 1 réponse | 0

0

réponse

Question


Getting error: Error using .* Matrix dimensions must agree. Please help. The code the given below.
Nx = 100; Ny = 20; Nt = 400; x = 0:10/Nx:10; y = -1:2/Ny:1; t = 0:1/Nt:1; Dx = 10/Nx; % delta x Dy = ...

environ 13 ans il y a | 1 réponse | 0

0

réponse

Question


How to remove the following error: Attempted to access beta(2); index out of bounds because numel(beta)=1.
Here is my code. Any sort of help will be appreciated. a = @(x) -(x+3)/(x+1); b = @(x) (x+3)/((x+1).^2); f = @(x) 2*(...

environ 13 ans il y a | 1 réponse | 0

1

réponse

Question


Index must be a positive integer or logical.
I am getting the following error while running the code: Attempted to access R1_rk4(17501); index must be a positive integer ...

environ 13 ans il y a | 3 réponses | 0

3

réponses

Question


How to loop a discretely varying function in time?
How to run a function like this in a loop where time is increasing? Radius varying with time: First 2 seconds drops linearly,...

environ 13 ans il y a | 1 réponse | 0

0

réponse

Question


Find roots of this function!
How would I find the roots to this particular function? f(x) = mod((4 + x)/(4 - 3*x)) - exp(i*t) where; mod = modulus...

environ 13 ans il y a | 1 réponse | 0

0

réponse

Question


Form a matrix from elements of a second matrix
Suppose if I have a matrix like this: Time = [1;2;3;4;5;6;7;8;9;10] Diameter = [1;2;3;4;5;6;7;8;9;10] If I want to ...

environ 13 ans il y a | 1 réponse | 0

1

réponse

Question


How to specify a variable (using linspace) like this?
Distance between first and second point and the distance between second last and last point is 0.5h. All other distances between...

plus de 13 ans il y a | 2 réponses | 0

2

réponses

Question


How to use ISNAN function?
How to write: if A(i+2,11) == NaN % Originally posted as: if (i+2,11) == NaN using ISNAN function?

plus de 13 ans il y a | 1 réponse | 0

1

réponse

Question


Process Cells from Excel File
Suppose I have a spreadsheet like this: A B C 1: 0 45 87 2: 0 7 8 3: 1 65 68 4: 0 ...

plus de 13 ans il y a | 2 réponses | 0

2

réponses