Community Profile

photo

taiki kimura


Last seen: 2 mois il y a Actif depuis 2021

Followers: 0   Following: 0

Statistiques

All
  • Thankful Level 2
  • Solver
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

A résolu


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 ...

presque 3 ans il y a

A résolu


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

presque 3 ans il y a

A résolu


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:...

presque 3 ans il y a

Question


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

presque 3 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 3 ans il y a | 1 réponse | 1

1

réponse

Question


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

presque 3 ans il y a | 1 réponse | 0

1

réponse