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.
是否可以在matlab中更改maloglog图的数据点大小?
我可以用scatter(X,Y,S).
scatter(X,Y,S)
但是maloglog有可能吗?
当然,生成你的情节,说
h=maloglog(Red,Green,'title','Red vs Green','FactorLines',3,'LABELS',maStruct.Names);
要将标记形状更改为o's:
o
set(h,'Marker', 'o');
或者,根据您的问题,更改大小:
set(h, 'MarkerSize', 10)
或者,将 10 设置为您喜欢的任何大小。
我正在开发 WCF 服务,在该服务中,我尝试将传递给该方法的数据表中的数据加载到本地数据库中的另一个数据表中(在这种情况下,“本地”数据库是 SQL Server 数据库在 Windows 2003 服务器上)。当我这样做时,我收到以下错误消息:
“表 'ASIVocationalNeeds' 中列 'VocNeedDesc' 的值是 DBNull。”
这实际上是可以的,因为表 ASIL