フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Comaprison of Data in mat file.

1 回表示 (過去 30 日間)
Husnain Ahmed
Husnain Ahmed 2018 年 9 月 6 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hi i have a data 2-10 V in mat file. I want to put 2V equal to zero in mat file. How it is possible to put 2v=0 in mat file ?
  3 件のコメント
Husnain Ahmed
Husnain Ahmed 2018 年 9 月 6 日
i just want to bypass 2V by putting it equal to zero and plot the response , does it need file to be uploaded ?
Stephen23
Stephen23 2018 年 9 月 6 日
編集済み: Stephen23 2018 年 9 月 6 日
"Hi i have a data 2-10 V in mat file. I want to put 2V equal to zero in mat file. How it is possible to put 2v=0 in mat file ?"
MATLAB requires variable names, fieldnames, function names, etc. to start with a letter. Your names do not follow this specification:
I would be very surprised if MATLAB could do anything with your .mat file, if those really are the names used.

回答 (0 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by