photo

me


2015 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

18 質問
0 回答

ランク
154,186
of 300,771

評判
0

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

回答採用率
11.11%

獲得投票数
0

ランク
 of 21,084

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,969

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


How to write a function to find a value from a table.
I have a table that looks like this <https://www.ohio.edu/mechanical/thermo/property_tables/air/air_Cp_Cv.html>. I need to writ...

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

1

回答

質問


how to read every nth row in a cell
I read a text and it produced a cell but the numbers in the table i scanned are all over the place. looks something like this. ...

約10年 前 | 0 件の回答 | 0

0

回答

質問


how to read every nth row in a cell
I read a text and it produced a cell but the numbers in the table i scanned are all over the place. looks something like this. ...

約10年 前 | 0 件の回答 | 0

0

回答

質問


how to read every nth row in a cell
I read a text and it produced a cell but the numbers in the table i scanned are all over the place. looks something like this. ...

約10年 前 | 0 件の回答 | 0

0

回答

質問


how do I add headings to my table
I converted a cell array into a table using cell2table then used writetable to put it into a text file. It put in default headin...

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

1

回答

質問


transfer a table into a text file
I have converted the cell of different data types(char, string, double) into a table; dose anyone know how I can transfer the ta...

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

1

回答

質問


how to i delete the rows in a cell
I have a really large 7231x11 cell with some empty rows. Is it possible for me to delete those empty rows.

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

1

回答

質問


spliting up a char array
If I have a char variable... say x=2.1*3C how can i get 2.1 by itself as its own variable

約10年 前 | 2 件の回答 | 0

2

回答

質問


How do you print a cell matrix of different data types into a txt file
It has 11 columns and about 7000 rows. the first row is full of char type data. after the first row the 1st, 2nd, 5th-11th are a...

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

1

回答

質問


How can I convert a char into numbers
if i have a char of numbers at a point in a cell .... say 123519. how can i change it into numbers(its actually a time). how can...

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

1

回答

質問


If i have an empty pre-allocated 16x11 matrix how can i add headers across the first row?
I tried this but it didn't work D = cell(16,11); d{1}{:} = {'a','b','c','d','e','f','g','h','i','j','k'}

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

1

回答

質問


Read a text file for a particular thing and put it in your code as a string
I have a long list of GPS data that looks like this . . . $GPGGA,191313.000,3237.0423,N,08526.2246,W,1,09,0.9,241...

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

1

回答

質問


matrix multiplication with integral
I am trying to multiply and integrate three functions a is 1x5 c is 5x18 b is 18x1 I keep puting it in matlab as a.*int(c*...

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

1

回答

質問


Why won't my code run? Matlab just says its busy when i run it?
<</matlabcentral/answers/uploaded_files/37114/save.png>> when i put this in the command window I matlab just keeps saying its...

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

2

回答

質問


How to print text onto figures
how can I print rho0_30, rho0_60, and rho0_90 on to my plot next to Cp0_30, Cp0_60, and Cp0_90 respectively. % Constants ...

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

1

回答

質問


How to properly import data from excel documents and graph them?
<</matlabcentral/answers/uploaded_files/37093/a.png>> I have about 27 of these types of excel files from a wind tunnel experi...

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

1

回答

質問


how to use excel data in matlab
I have about 8 excel of data that i need to incorporate into my code. I need to equal the second column of the files as my y axi...

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

0

回答

質問


Why won't my code run.
My code keeps giving me the error Error using bisec (line 5) Not enough input arguments. I don't understand what am doing...

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

1

回答