Ryan - MATLAB Central
photo

Ryan


Last seen: 2年弱 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 09/22 to 04/25Use left and right arrows to move selectionFrom 09/22Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

8 質問
0 回答

ランク
35,028
of 297,986

評判
1

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

回答採用率
62.5%

獲得投票数
1

ランク
 of 20,517

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,028

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Conversion from logical to sym is not possible
clc; clear; k = 10000 ; % N/m m = 331 ; % kg v_3 = 45 * 1609.34 * (1/3600) ; % mph to m/s t_reach = 25/v_3 ; % s % Usin...

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

1

回答

質問


Index exceeds the number of array elements. Index must not exceed 1.
% find the damping coefficient using the plot below (use the figure to do trial and error): c_num = 500 ; % define the time ...

2年弱 前 | 1 件の回答 | 1

1

回答

質問


How to take an exponential to a non-integer value?
kvals = [0.142,0.144,0.156,0.180,0.196,0.205,0.207,0.201,0.177,0.160,0.149,0.142] ; upx = -K./sinalpha_angle exp_local...

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

2

回答

質問


Trying to perform Fast Fourier Transform
I imported some data and tried to use the fft function on it to perform a fast fourier transform. When I run the code, an error ...

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

1

回答

質問


Looking to plot best-fit with equation on graph
I am looking to plot a line of best-fit with the equation also on the graph. plot(0,ptv_0,'o-','MarkerFaceColor','red') hold o...

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

1

回答

質問


Dot indexing is not supported for variables of this type.
sh_16_data = importdata("M006_A_Shaker_16.txt"); sh_16_freq = sh_16_data.data(:,2) Data: 1.000 25.000 10.430 2.848 2.000 2...

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

2

回答

質問


Must be a text scalar when using eval() function problems?
n_stress = F./(t.*w); n_stress = eval(n_stress); Error using eval Must be a text scalar. Error in Carbon90 (line 55) n_...

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

1

回答

質問


Dot indexing is not supported for variables of this type.
When I am running my code, I get a response that a built-in with syms is not running correctly. syms F D l t w % Stress ...

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

1

回答