Community Profile

photo

taiki kimura


Last seen: 2 maanden ago Active since 2021

Followers: 0   Following: 0

Statistics

All
  • Thankful Level 2
  • Solver
  • Thankful Level 1

View badges

Feeds

View by

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

bijna 3 jaar ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

bijna 3 jaar ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

bijna 3 jaar ago

Question


How to erase grid line
clear all set(0,'DefaultAxesXGrid','on'); set(0,'DefaultAxesYGrid','on'); set(0,'DefaultAxesGridLineStyle','-'); x = [1...

bijna 3 jaar ago | 1 answer | 0

1

answer

Question


semilogx におけるグリッドラインについて
clear all set(0,'DefaultAxesXGrid','on');% 常に grid on set(0,'DefaultAxesYGrid','on');% 常に grid on set(0,'DefaultAxesGridLin...

bijna 3 jaar ago | 1 answer | 1

1

answer

Question


Text Analytics Toolboxにおけるword cloud の使い方
Text Analytics Toolbox を使用してString配列をインプットデータとしてwordcloud を実行しています. wordcloud(["まちづくり";"街";"作る"]) を実行すると,添付画像のように「まち」と「づくり」が分離...

bijna 3 jaar ago | 1 answer | 0

1

answer