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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 1 件の回答 | 0
