Community Profile

photo

Jehanzeb Rana


Active since 2016

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


How to combine two functions which produce graphs into a single graph?
I am not being able to produce the two graphs in the same function so I cannot use hold on. Hence I have created two seperate fu...

5 years ago | 1 answer | 0

1

answer

Question


I am trying to find a variable which appears in the workspace and is used as an input to a function in the code. How can I find how and where is it defined?
I have got a code in which I cannot find where a variable is defined. It is used as an input in one of the functions but I canno...

5 years ago | 1 answer | 0

1

answer

0

answers

Question


how to find the max deflection and its position in a beam
function [y,xMax,yMax]=beamDeflection(L,w,I,E) k=200; a=L/4; y=zeros(1,k); i=1:k; x(i)=linspace(0,L,k); for ...

8 years ago | 1 answer | 0

1

answer

Question


How to find the max deflection in the beam and position of the max deflection ?
function [y,xMax,yMax]=beamDeflection(L,w,I,E) k=200; a=L/4; y=zeros(1,k); i=1:k; x(i)=linspace(0,L,k...

8 years ago | 1 answer | 0

1

answer