Creating a list of components with their information

10 ビュー (過去 30 日間)
Atilla Sarentica
Atilla Sarentica 2017 年 6 月 10 日
回答済み: Shruti Shivaramakrishnan 2017 年 6 月 15 日
Hello, I'm quite new to matlab and I've been browsing around the internet and youtube doing some tutorial stuff.
I'm going to do a summer internship at a company where I will be doing a database with their components and some information about their components, some estimations etc. I will be doing this in matlab because if I'm not able to finish it in the summer they can continue working on the matlab script.
So I'm just generally looking for information if someone can explain on point to somewhere on how to to such a list in matlab? Would really appreciate any information. I've been looking into using cell arrays, but are there maybe any better ways? It will be quite a long list with a lot of components and a variety of estimations and information about the components.
Really appreciate any helpful information!
  2 件のコメント
John D'Errico
John D'Errico 2017 年 6 月 10 日
Impossible to answer such a vague question. Yes, there are surely good ways to solve any problem, and many bad ways. I would strongly recommend using the "good" ways. If you want a better answer, you need to be more specific in your question.
dpb
dpb 2017 年 6 月 10 日
How long would "quite a long list" be and what is "a lot" of components in round numbers?
I'd suggest at least look at doc for table and you might ask if they have the database toolbox also; perhaps there's a database already you can directly interact with which?

サインインしてコメントする。

回答 (1 件)

Shruti Shivaramakrishnan
Shruti Shivaramakrishnan 2017 年 6 月 15 日
There are multiple data types available that may be of help: http://www.mathworks.com/help/matlab/functionlist.html#data-types
You could also use tables, or tall tables depending on the size of data, Structures etc. https://www.mathworks.com/help/matlab/import_export/tall-arrays.html
You could also use the Databse toolbox to manipulate and store information: https://www.mathworks.com/support/search_results.html?q=asset_type%3A%22Examples%22+database+product:%22Database+Toolbox%22

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by