![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/6307152_1522113534092_DEF.jpg)
Dubstep Dublin
Followers: 0 Following: 0
統計
MATLAB Answers
10 質問
0 回答
ランク
of 157,725
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How to resize array using a mask
I have got an array a = { 1 , 2 , 3 ; 4 , 5 , 6 ; 7 , 8 , 9 } also have a mask, mask = { 1 ; 0 ; 1 } If I do a*mask, I want th...
4年以上 前 | 3 件の回答 | 0
3
回答質問
Replace NaN's in a cell array with blanks (not empty char/string)
Hello, I am using R2015. I am reading my data using xlsread. I have a cell array of numbers/strings and NaN's. I need to rep...
7年以上 前 | 1 件の回答 | 0
1
回答質問
Can I see the contents of a csv file live while matlab is still working on it
Hello, My code is writing some data actively into a csv file. I would like to open the csv file and see what my matlab code ...
8年弱 前 | 3 件の回答 | 0
3
回答質問
Does anyone know how to get the figure handle and subsequently get the axes labels, legend and x/y axes data for Matlab 2012
Does anyone know how to get the figure handle and subsequently get the axes labels, legend and x/y axes data in Matlab 2012.
9年弱 前 | 1 件の回答 | 0
1
回答質問
writing data from a double/cell array to excel file
I have some data in 2 variables as shown below x --> 4x100 double y --> 4x100 double I would like to transpose this data ...
9年弱 前 | 1 件の回答 | 0
1
回答質問
how to get the x axis label from figure handle?
I have got the handle to the figure using s=hgload(myimagefile); I would like to know the x axis label in the image. Than...
9年弱 前 | 1 件の回答 | 0
1
回答質問
Replacing the contents of a matrix
I have a 1 dimensional matrix (1000 x 1) that consists of numbers from 0 to 63. I would like to replace the contents of this ...
約9年 前 | 2 件の回答 | 0
2
回答質問
How to replace the contents of a cell array
I have a cell array of 2 columns as follows Column1 Column2 AA BB0p0 AA BB0p5 AA BB1p0 AA ...
約9年 前 | 1 件の回答 | 0
1
回答質問
How to extract data from a vector
I have a 400x1 cell vector in the following format AB_ww_CD_xx_EF_yy_GH_zz where ww, xx, yy, zz are numbers For example...
10年弱 前 | 2 件の回答 | 0
2
回答質問
How to make a column vector of 2 distinct numbers
How can I make a 400x1 column vector in the following format.. first 100 rows = all 1's 101st to 400th row = all 2's I ...
10年弱 前 | 4 件の回答 | 0