![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/15341743_1555865081618_DEF.jpg)
Kouki
Followers: 0 Following: 0
Statistiques
9 Questions
0 Réponses
RANG
157 173
of 297 016
RÉPUTATION
0
CONTRIBUTIONS
9 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
88.89%
VOTES REÇUS
0
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
複数のテキストファイルを読み込みと変数の作成
data_num=100; file_num=3; X=zeros(data_num,1); Y=zeros(data_num,1); Z=zeros(data_num,1); T=zeros(data_num,1); X_mode=z...
environ 5 ans il y a | 1 réponse | 0
1
réponseQuestion
グラフの背景を画像に変更
プロットしたグラフの背景を画像にしたいのですが可能でしょうか? 背景の色を変えるのではなく、任意の画像を背景にしたいです.
environ 5 ans il y a | 1 réponse | 0
0
réponseQuestion
繰り返し処理と変数の作成
ファイル名が'sample1.txt','sample2.txt','sample3.txt',........,'sample(N).txt'といったようなファイルがN個あるとして、 sample2.txtの時は、X2_average、sample(N...
environ 5 ans il y a | 1 réponse | 0
1
réponseQuestion
複数のファイル読み込み
[IMG_0100_1.tif,IMG_0100_2.tif,IMG_0100_3.tif,IMG_0100_4.tif,IMG_0100_5.tif,IMG_0110_1.tif,IMG_0110_2.tif,IMG_0110_3.tif,IMG_011...
environ 5 ans il y a | 2 réponses | 0
2
réponsesQuestion
【繰り返し】行列の連結
A=[1 2 3 4 5 ; 6 7 8 9 10 ; 11 12 13 14 15 ; 16 17 18 19 20] このような5×4の行列Aを B=[1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 ...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
アニメーションのグラフを動画で保存
アニメーションで表現したグラフを動画で保存したいです. 動画の形式に特にこだわりはありません. T=animatedline('Marker','o','Color','b','LineWidth',0.1); grid on x = ...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
アニメーションでグラフの軌跡を表示
グラフの点の軌跡をアニメーションで表現したいです. 図の①から⑤のような左下→左上→右上→右下というような経路で動き、最終的に⑥のような軌跡を表示させたいのですが上手く表現できません. (*あくまで図のような動きは例ですが...) 説明が分か...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
複数条件の繰り返し分( for, if)
"~かつ~" といった2つの条件を満たす繰り返しの文を表現したいです. A=[1 50;2 51;1 53;2 55;1 56;2 52] P1=55 P2=52 【条件】 *Aの1列目が"1"かつ,P1<=Aの2列目 この2つ...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
行列から条件を指定して値を取り出す
以下のような行列Aの1列目の要素が"3"である行を抽出して別の行列として定義したいのですがうまく表現できません. 次のような行列Aがあるとします. A= 1 -66 2 -61 3 -65 ...
plus de 5 ans il y a | 1 réponse | 0