标签: gnuplot octave
有没有办法在string中创建一个返回gnuplot而不是数字的函数?
string
gnuplot
我收到的错误是字符串返回而不是普通函数中的数字:
func(x) = ((x eq "wow") ? "a" : "b")
由于