Unable to execute Matlab code both in Jupyter and online compiler

前端 未结 0 1649
执笔经年
执笔经年 2020-12-05 01:38

I need to see the code output of the following matlab code.


%Defining the arrays

i=1200;
XbFe=zeros(1,i);
XbCr=zeros(1,i);
XbO2=zeros(1,i);
XbFeO=zeros(1,i)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题