Feeds
已回答
How to wirte algorithm for meshing line element?
ı solved it :) Anyone who needs the same algorithm can send message to me.
How to wirte algorithm for meshing line element?
ı solved it :) Anyone who needs the same algorithm can send message to me.
6 years 前 | 0
| 已接受
提问
How to wirte algorithm for meshing line element?
Hi, As you see in the figure, there is a truss structure composed of 2 elements and 3 nodes. In my code, ın order to calculate ...
6 years 前 | 1 个回答 | 0
1
个回答提问
How to make a plot using two variables
If you run this code you'll get graph shows natural frequencies. But i wanna see ten graphics in one figure as a result of ch...
10 years 前 | 1 个回答 | 0
1
个回答提问
how can i make the initial value variable? this is the first problem. in my code, i used 'inline' to assign values to variable (t). However, the equation which is in the inline function was copied manualy. is it possible to do it automatically?
clear all clc syms t y y=dsolve('Dy-y=t^2','y(0)=1'); simplify(y) y1=...
10 years 前 | 1 个回答 | 0