![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/14307674_1544042639884_DEF.jpg)
Dimitrios Adam
Followers: 0 Following: 0
Statistics
7 Questions
0 Answers
RANK
153.528
of 297.080
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
71.43%
VOTES RECEIVED
0
RANK
of 20.424
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157.776
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
How to combine function in simulink
Hello, I have a problem in which the derivative of the entrance is a ramp function from 1 to 3 second and then step function fr...
bijna 4 jaar ago | 1 answer | 0
1
answerQuestion
heaviside and sign function
Hello, i have for example this differential equation ode = diff(y,x,2)+2*diff(y,x,1)+y==exp(-x)+heaviside(x-2)-dirac(x-2); ...
ongeveer 5 jaar ago | 1 answer | 0
1
answerQuestion
Unable to convert expression into double array.
I have a 20 equations to solve i have already the symbolic funtioncs of M , E ,Izz and when i try to solve it appears in the com...
ongeveer 5 jaar ago | 1 answer | 0
1
answerQuestion
differential equations solution doesnt work
i have for example syms x y(x) M4=(R1*x-p*g*pi*0.0810*(x-l1/2)-0.2626*p*g*pi*(x-K1-l2/2)-0.0630*p*g*pi*(x-K2-l3/2)-p*g*pi*((...
ongeveer 5 jaar ago | 0 answers | 0
0
answersQuestion
fplot command makes plot white
Hello , I have for example a function like M1z = @(x) F1*x - I1*(x-l1/2) ; and Ixx = @(x) (bx+c)^4/64 ; and i write Sxx =@(...
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
Array inside an Array
if i have one array smaller than another expample. D=[0 1 1 2 3 4] and d=[1 2 3] and i want to find if the D vector has inside...
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
How to remove zeros from an array without using nonzeros command
i want to delete the zeros without using nonzeros x=[1 2 2 0 3 1 3 0 0]; i=1; j=1; while i <= length(x) if x(i)==0 ...
meer dan 5 jaar ago | 1 answer | 0