How to read first set of data from the file given and assign those values according to the columns to the variable GradVec?

1 回表示 (過去 30 日間)
I have attached here a value.text file. I want to read the first set of the file and assign those values to GradVec such that the rows of the values from text file and rows of the GradVec are the same and then I want it to read the second set from the value.text file and assign to GradVev. This should happen in a loop.
GradVec= [0 0 0] .... These are initial values
Kindly please help me.
Thank you
  2 件のコメント
Mathieu NOE
Mathieu NOE 2023 年 5 月 17 日
hello
do I understand correctly that you want to read the txt file line by line and append the result to the previous GradVec 3x 1 vector ?
why not then reading the entire file directly , for instance with readmatrix ?
Adeline War
Adeline War 2023 年 5 月 17 日
編集済み: Adeline War 2023 年 5 月 17 日
@Mathieu NOE I want to read one line and then add those values to the given variable GradVec = [0 0 0] such that 0 are replaced by new values. After that using those values I would have to do some finite element analysis and then again i need the next set and this has to happen in a loop.
Could you help me?

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

回答 (0 件)

カテゴリ

Help Center および File ExchangeEnvironment and Settings についてさらに検索

製品


リリース

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by