Tesfaye Girma
Followers: 0 Following: 0
PhD Scholar , mechanical engineering
Professional Interests:
Mechanical Engineering
Mechanical Engineering
Feeds
답변 있음
What is a Host ID? How do I find my Host ID in order to activate my license?
go to help and you will get easly
What is a Host ID? How do I find my Host ID in order to activate my license?
go to help and you will get easly
5개월 전 | 0
답변 있음
plot many variables from table
you can use this format to get the list in a month and you can sort i a table def day_in_month(year,month): if month>12 or m...
plot many variables from table
you can use this format to get the list in a month and you can sort i a table def day_in_month(year,month): if month>12 or m...
1년 초과 전 | 0
| 수락됨
답변 있음
not able to solve the integration function
indeces should have to match in both side and be compatable as well
not able to solve the integration function
indeces should have to match in both side and be compatable as well
거의 3년 전 | 0
답변 있음
Why ode45 is not working??
you can try this approach if it worked for you f = (t,y) [ 4.86*y(3) - 4.86*10^14*y(1)*y(2); 4.86*y(3) - 4.86*10^...
Why ode45 is not working??
you can try this approach if it worked for you f = (t,y) [ 4.86*y(3) - 4.86*10^14*y(1)*y(2); 4.86*y(3) - 4.86*10^...
3년 초과 전 | 0
답변 있음
HYSTERISIS LOOPS USING DATA
you can try this code x = rand(10,1); y = rand(10,1); quiver(x(1:end-1),y(1:end-1),diff(x),diff(y),0);
HYSTERISIS LOOPS USING DATA
you can try this code x = rand(10,1); y = rand(10,1); quiver(x(1:end-1),y(1:end-1),diff(x),diff(y),0);
3년 초과 전 | 0
답변 있음
simulation of Gas network coupled with AC grid
i think you can apply similar model to solve
simulation of Gas network coupled with AC grid
i think you can apply similar model to solve
3년 초과 전 | 0
답변 있음
how to find two blob center point difference
i think you can use this code convert image to grayscale image gray_image = cv2.cvtColor(img, cv2.COLOR_BGR2GRAY) convert th...
how to find two blob center point difference
i think you can use this code convert image to grayscale image gray_image = cv2.cvtColor(img, cv2.COLOR_BGR2GRAY) convert th...
3년 초과 전 | 0
답변 있음
How to create code for toeplitz matrix
fipref('NumericTypeDisplay','short'); format short g a = fi([1 2 3],true,8,5) b = fi([1 4 8],true,16,10) toeplitz(a,b)
How to create code for toeplitz matrix
fipref('NumericTypeDisplay','short'); format short g a = fi([1 2 3],true,8,5) b = fi([1 4 8],true,16,10) toeplitz(a,b)
3년 초과 전 | 0
| 수락됨
답변 있음
How can I specify less oschillatory behaviour for PID
figure(3),plot(yt) title('PID control result. V-Tiger is better than Ziegler-Nichols rule') xlabel('sample number k (0...
How can I specify less oschillatory behaviour for PID
figure(3),plot(yt) title('PID control result. V-Tiger is better than Ziegler-Nichols rule') xlabel('sample number k (0...
3년 초과 전 | 0
질문
Replace the diagonal with NaN in this 5x5 matrix
a=[1 0 0 0 0;0 1 0 0 0;0 0 1 0 0;0 0 0 1 0;0 0 0 0 1] function y_diagonal =replace_NaN(x) y=x; end
3년 초과 전 | 답변 수: 2 | 0
2
답변답변 있음
Is it possible to read an MS Word document into Matlab and convert to binary code?
%yes offcourse you can %you can follow this path and read the file you want in matlab word = actxserver('Word.Application'); ...
Is it possible to read an MS Word document into Matlab and convert to binary code?
%yes offcourse you can %you can follow this path and read the file you want in matlab word = actxserver('Word.Application'); ...
3년 초과 전 | 1
| 수락됨
답변 있음
using for loop to create a vector
for weeks = "M" "T" "W" "Th" "F" "Sa" "Su"; days="30" "45" "30" "0" "90" "45" "30" ...
using for loop to create a vector
for weeks = "M" "T" "W" "Th" "F" "Sa" "Su"; days="30" "45" "30" "0" "90" "45" "30" ...
3년 초과 전 | 0