photo

fengsen huang


2018 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

8 質問
0 回答

ランク
27,646
of 299,791

評判
1

コントリビューション
8 質問
0 回答

回答採用率
37.5%

獲得投票数
1

ランク
 of 20,807

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 165,966

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Determine the deflected shape, and all moments,shears,and axial loads in the structure.
Use CALFEM toolbox to analyse the bar and beam truss as shown in the attached figure. The beam elements forming the roof are o...

7年弱 前 | 0 件の回答 | 0

0

回答

質問


How can I fit an exponential curve?
Below is an example of finding a fit with only one term of exponential term but I dont know how to find the fit of the curve whe...

7年弱 前 | 3 件の回答 | 0

3

回答

質問


How can I find a fit for my data?
phi = [ones(size(x2)),x2,x2.^2,x2.^3,x2.^4]; aa = phi\y2; yfit = phi*aa; plot(x2,y2,'bx',x2,yfit,'k-') grid on s=sprintf('...

7年弱 前 | 1 件の回答 | 0

1

回答

質問


Using Delaunay triangulation to approximate the area
Hi, I try to use delaunay triangulation but it also connected the boundary point As you an see the X shape, thats what I wa...

7年弱 前 | 1 件の回答 | 0

1

回答

質問


How can I generate random numbers to plot my graph?
x = randi([-50,50],1000,1); y = randi([-50,50],1000,1); So I got given a p-code file where I try out points and see if the a...

7年弱 前 | 1 件の回答 | 0

1

回答

質問


How can I find a fit to my data points and using triangulation to approximate the planar area?
I got these data points, I want to approx the planar area of the shape. I am thinking of finding a fit then approxmate from th...

7年弱 前 | 4 件の回答 | 1

4

回答

質問


How to find Missing data and insert Nan
I have recorded data for 30 days and and the time interval for recording were 30 minutes which the first 30 minutes of day one ...

7年以上 前 | 2 件の回答 | 0

2

回答

質問


So I need to sort a time data out. First I have a column of data e.g 24401 means 244th days and 01 means the first 30 minutes. So in one day I have 48 data and I have a month full of time. How can I convert the time into hours To show on graph easier
24401 means 244th days and the first 30 minutes of the day. 24448 means 244th days and the 24th hours So it goes up by 30...

7年以上 前 | 1 件の回答 | 0

1

回答