Community Profile

photo

taiki kimura


Last seen: 2ヶ月 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

All
  • Thankful Level 2
  • Solver
  • Thankful Level 1

バッジを表示

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

1

回答