我正在尝试运行我的IDL程序在国内的GDL。我遇到的其他问题包括:
GDL> bk=fsc_color('Black')
% Ambiguous: Variable is undefined: FSC_COLOR or: Function not found: FSC_COLOR
% Execution halted at: $MAIN$有什么办法在GDL中用名字来获取颜色吗?
发布于 2015-07-21 16:39:25
这听起来好像你还没有把fsc_color.pro放进你的!path (或者GDL等价物)中。FSC_COLOR不是由IDL发行版提供的;您必须安装它并告诉IDL它位于何处。
https://stackoverflow.com/questions/31537034
复制相似问题