Feeds
提问
How to use the output of a function as the same function input?
Hello everyone, I coded the two phase simplex method, and created a function called TwoPhaseSimplex() that turns [row,column] se...
6 years 前 | 1 个回答 | 0
1
个回答提问
How I draw partial function?
hi, everyone I want to plot partial function like these code: clear,clc x1=2:.01:6; x2=4:.01:8; y1=(2*(x1+1)-6)+(-2*(x2+1)...
6 years 前 | 0 个回答 | 0
0
个回答提问
How I draw shape of traveling wave at various times?
Hi everyone, I have a problem with drawing of traveling wave shape. I create a code like this below. But I cannot draw traveling...
6 years 前 | 0 个回答 | 0
0
个回答提问
How do I plot 'standing wave(modal) solution' ?
Hi everyone, i am studying structural dynamics. I want to create modal wave shape solution, but i can't. x-axis should be (x/l) ...
6 years 前 | 1 个回答 | 0
