photo

John fredson


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

Followers: 0   Following: 0

統計

MATLAB Answers

8 質問
4 回答

ランク
269,119
of 301,298

評判
0

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

回答採用率
25.0%

獲得投票数
0

ランク
 of 21,225

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 173,851

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2

バッジを表示

Feeds

表示方法

質問


code loop occur errors
m = 0.5; g = 9.81; F = m*g; theta = 0:50 V = sqrt(2*F/m); vertical = V*sin(theta); pve = V_hi > 0; t_pve = theta(pve); ...

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

0

回答

質問


find data with same name
For this two data file, I need to plot population of each country in population file with correspond death in owid data file , b...

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

1

回答

質問


how to use read variable
May I know how to obtain column of population using readtable?

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

2

回答

質問


How to fit regression
I have a equation y = Ae^-Bx, how to polyfit it and find A and B?

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

1

回答

質問


Question regarding error occured
X = importdata('owid-covid-data_2020-21.csv'); john_data = X.textdata; X_s = string(john_data); data = X.data; d = X_s(:,4...

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

0

回答

質問


How to find data
Can I ask how to find variables with the same country name, correspond total death, cases and plot it on the graph which in a hu...

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

1

回答

回答済み
plot textdata with NaN
T = readtable('owid-covid-data_2020-21.csv'); id_a = strcmp(X.Location,'a'); T1 = T(id_a,:) ; id_A = strcmp(X.Location,'...

4年弱 前 | 0

回答済み
plot textdata with NaN
X = importdata('owid-covid-data_2020-21.csv'); d_tracked = X.textdata(1:32,5); t_case = X.textdata(1:32,6); t_death = X.textd...

4年弱 前 | 0

質問


plot textdata with NaN
May I know How to assign a zero to a NaN data in a infinitely long text data how to plot a infitely long text data which cont...

4年弱 前 | 5 件の回答 | 0

5

回答

回答済み
covert NaN to zeros
I have a set of struct data, may I know how can I plot it in the subplot?

4年弱 前 | 0

回答済み
covert NaN to zeros
Check for incorrect argument data type or missing argument in call to function 'isnan'. Error in Q1a (line 16) x(isnan(X))=...

4年弱 前 | 0

質問


covert NaN to zeros
“These will contain the value ‘NaN’ when imported. You should replace these with a value of zero.“ For a given set of data, it c...

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

3

回答