Muhamad Mohd-Adly
Followers: 0 Following: 0
MEng Mechanical Engineer student Year 2
Statistics
4 Questions
0 Answers
RANK
103,049
of 295,467
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
75.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
"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...
6 years ago | 9 answers | 0
9
answersQuestion
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); ...
7 years ago | 1 answer | 0
1
answerQuestion
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...
7 years ago | 0 answers | 0
0
answersQuestion
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=...
7 years ago | 1 answer | 0