
taiki kimura
Statistics
RANK
32.625
of 262.559
REPUTATION
1
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
1
RANK
of 17.976
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
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 ...
alrededor de 1 año 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:...
alrededor de 1 año ago
Question
How to erase grid line
clear all set(0,'DefaultAxesXGrid','on'); set(0,'DefaultAxesYGrid','on'); set(0,'DefaultAxesGridLineStyle','-'); x = [1...
alrededor de 1 año ago | 1 answer | 0
1
answerQuestion
semilogx におけるグリッドラインについて
clear all set(0,'DefaultAxesXGrid','on');% 常に grid on set(0,'DefaultAxesYGrid','on');% 常に grid on set(0,'DefaultAxesGridLin...
alrededor de 1 año ago | 1 answer | 1
1
answerQuestion
Text Analytics Toolboxにおけるword cloud の使い方
Text Analytics Toolbox を使用してString配列をインプットデータとしてwordcloud を実行しています. wordcloud(["まちづくり";"街";"作る"]) を実行すると,添付画像のように「まち」と「づくり」が分離...
alrededor de 1 año ago | 1 answer | 0