“Index exceeds the number of array elements” when trying to title a figure MATLAB

前端 未结 0 468
庸人自扰
庸人自扰 2021-01-29 23:40
inputs = [100 500 1000 5000 100000 500000 100000];
constant = 400;
equation = 1./(1+((inputs+(constant).^2))).^(1/2);
semilogx(inputs,log10(equation), \'o\');
title(\'eq         


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