![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/11591314_1526212620426_DEF.jpg)
taiki kimura
Followers: 0 Following: 0
Feeds
질문
How to erase grid line
clear all set(0,'DefaultAxesXGrid','on'); set(0,'DefaultAxesYGrid','on'); set(0,'DefaultAxesGridLineStyle','-'); x = [1...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
semilogx におけるグリッドラインについて
clear all set(0,'DefaultAxesXGrid','on');% 常に grid on set(0,'DefaultAxesYGrid','on');% 常に grid on set(0,'DefaultAxesGridLin...
3년 초과 전 | 답변 수: 1 | 1
1
답변질문
Text Analytics Toolboxにおけるword cloud の使い方
Text Analytics Toolbox を使用してString配列をインプットデータとしてwordcloud を実行しています. wordcloud(["まちづくり";"街";"作る"]) を実行すると,添付画像のように「まち」と「づくり」が分離...
3년 초과 전 | 답변 수: 1 | 0