Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法创建一个返回 astring而不是数字的函数gnuplot?
string
gnuplot
我收到一个错误,即返回字符串而不是普通函数中的数字,如下所示:
func(x) = ((x eq "wow") ? "a" : "b")
谢谢