Statistics
RANK
152 317
of 277 742
REPUTATION
0
CONTRIBUTIONS
3 Questions
1 Answer
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 18 793
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 128 935
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
Content Feed
How to wirte algorithm for meshing line element?
ı solved it :) Anyone who needs the same algorithm can send message to me.
ungefär 4 år ago | 0
| accepted
Question
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 ...
ungefär 4 år ago | 1 answer | 0
1
answerQuestion
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...
ungefär 8 år ago | 1 answer | 0
1
answerQuestion
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=...
ungefär 8 år ago | 1 answer | 0