Community Profile

photo

taiki kimura


Last seen: 2 meses hace Con actividad desde 2021

Followers: 0   Following: 0

Estadísticas

All
  • Thankful Level 2
  • Solver
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Resuelto


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

casi 3 años hace

Resuelto


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

casi 3 años hace

Resuelto


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

casi 3 años hace

Pregunta


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

casi 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 3 años hace | 1 respuesta | 1

1

respuesta

Pregunta


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

casi 3 años hace | 1 respuesta | 0

1

respuesta