Info

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

define MatLab cell array and call function in Linux command line?

1 回表示 (過去 30 日間)
Kathleen Hupfeld
Kathleen Hupfeld 2017 年 10 月 11 日
閉鎖済み: Walter Roberson 2017 年 10 月 11 日
In a shell script that I have written for Mac terminal I want to be able to define two cell arrays, subjID and timepoint, and then run a function that takes these two cell arrays as input. In the MatLab GUI, if I type these as three separate lines then it runs fine:
subjID = {'1261'};
timepoint = {'00','01'};
function batchDothejob_NASA02(subjID, timepoint)
However, I am struggling to find syntax examples of how I could format this in my shell script. I have tried a few variations of this so far, but cannot get it to run properly:
matlab -nodesktop -nosplash -r "subjID={'1062'}; timepoint={'00','01'}; 'dojobtest03(subjID,timepoint)'"
  1 件のコメント
Walter Roberson
Walter Roberson 2017 年 10 月 11 日
Duplicates https://www.mathworks.com/matlabcentral/answers/360861-is-there-a-linux-equivalent-of-cell-arrays-to-input-into-matlab-functions

回答 (0 件)

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

Community Treasure Hunt

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

Start Hunting!

Translated by