photo

Ulduz


2018 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

3 質問
1 回答

ランク
272,411
of 301,558

評判
0

コントリビューション
3 質問
1 回答

回答採用率
66.67%

獲得投票数
0

ランク
 of 21,325

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 175,442

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


how can i compare the input value with Excel data and interpolate in it?
hi, i'm a beginner. i want to enter a value for pressure then if it matches with pressure related column in Excel file, find co...

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

1

回答

質問


is it possible to read special column of a text file?
hello,I'm a beginner in MATLAB. i have a text file and want to read and save special column of it. i will put some part of that ...

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

2

回答

質問


how can i edit this data file using MATLAB?
Hello This is my data file. Its name is “FAR.DATA”(here it is saved in txt file). I want MATLAB to read its content and find s...

約8年 前 | 1 件の回答 | 0

1

回答

回答済み
how can i edit this data file using MATLAB?
clc; fid = fopen('FAR.DATA','r'); model.datafile = textscan(fid, '%s','Delimiter',''); fclose(fid); model....

約8年 前 | 0