photo

taiki kimura


Last seen: 8 maanden ago Active since 2021

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

3 Questions
0 Answers

Cody

0 Problems
3 Solutions

RANK
35.615
of 300.392

REPUTATION
1

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
1

RANK
 of 20.934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
78.271
of 168.373

CONTRIBUTIONS
0 Problems
3 Solutions

SCORE
40

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

meer dan 4 jaar ago

Solved


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

meer dan 4 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:...

meer dan 4 jaar ago

Question


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

meer dan 4 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...

meer dan 4 jaar ago | 1 answer | 1

1

answer

Question


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

meer dan 4 jaar ago | 1 answer | 0

1

answer