photo

Muhamad Mohd-Adly


Con actividad desde 2017

Followers: 0   Following: 0

Mensaje

MEng Mechanical Engineer student Year 2

Estadística

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


"Unable to perform assignment because the size of the left side is 1-by-1 and the size of the right side is 51-by-1" appears from A(N-1, N-2) = aw; How to solve this? Not sure what it says... Maybe someone can help me?
%Data Given N = 51; mu = 0.1; %Pa dt = 0.01; %delta time dr = 0.0002; %radius between the points rho = 1000; %k...

más de 6 años hace | 9 respuestas | 0

9

respuestas

Pregunta


Hi, can anyone tell me what is the problem of this? It says "Operands to the || and && operators must be convertible to logical scalar values."
function [ x,niter ] = NewtonRaphson( x0,tol,nmax ) %DATA N = 20; niter = 0; error = 1; x0 = zeros(N-1,1); ...

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

1

respuesta

Pregunta


Hi everyone, I have problem with Newton Raphson method. I dont really understand question 3 and question 4. From my code, can someone explain what should i put and where is my mistake. Attached file below..
Scrpit Body %question (3) & question (4) x0 =transpose(1:19); tol = 10e-10; nmax = 100; x,niter = NewtonRaphson( x0,tol...

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

0

respuestas

Pregunta


Hi, I'm new to Matlab. I keep getting Index exceeds matrix dimensions error. Maybe someone can help me with this.
function [ J ] = J_springs( x ) %Jacobian Matrix Jf %df/dx(i) df/dx(i-1) df/dx(i+1) %Initialization x=...

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

1

respuesta