![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/14936063_1551685359121_DEF.jpg)
Hamza Aboumaray
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
171.701
of 297.016
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
60.0%
VOTES RECEIVED
0
RANK
of 20.419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157.725
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
Finite Element Analysis for Fixed Ended Beam with a Point Load example: I am getting this error: Error using * Incorrect dimensions for matrix multiplication. Check that the number of columns in the first matrix matches the number of rows in the se
Fixed Ended Beam with Point Load Example %Data E = 2.1E5; % N/mm^2 L = 6000; % length in mm I = 78E6; % mm^4 Elemental Stif...
bijna 4 jaar ago | 1 answer | 0
1
answerQuestion
How do I find the oscillation of these wobbles on matlab?
meer dan 4 jaar ago | 1 answer | 0
1
answerQuestion
I get this error message for this code: Array indices must be positive integers or logical values.
% Values of constants l = 89; h = 49; D = 55; beta1 = 11.5; alpha = 33; % Compute A, B, C, E A = l*sind(Beta1); B = l*c...
bijna 5 jaar ago | 1 answer | 0
1
answerQuestion
How do I round off the answer for the depth to within 2mm?
% Values of constants syms h r = 0.3; V = 0.35; L = 3; eqn = (0.5*pi*r^2-r^2*asin(h/r)-h*sqrt(r^2-h^2))*L == V; answer = v...
bijna 5 jaar ago | 1 answer | 0
1
answerQuestion
Can someone please fix my matlab code? Don't know how to get rid of the warning: Unable to solve symbolically. Returning a numerical solution using vpasolve.
% Values of constants syms r V L h r = 0.3; V = 0.35; L = 3; eqn = (0.5*pi*r^2-r^2*asin(h/r)-h*sqrt(r^2-h^2))*L == V; answ...
bijna 5 jaar ago | 1 answer | 0