您将如何在 SciLab 或 MatLab 中绘制这些图?我对这些不熟悉,不知道该软件是如何工作的。请帮忙。
$Plot following functions with different colors in Scilab or MatLab
– f2(x) = logn
– f3(x) = n
– f4(x) = nlogn
– f5(x) = n2
– f6(x) = nj (j > 2)
– f7(x) = cn (c > 1)
– f8(x) = n!
where x = linspace(1, 50, 50).