photo

Dubstep Dublin


Last seen: 3 years 前 自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 3

查看徽章

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

6 years 前 | 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 ...

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

8 years 前 | 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 ...

8 years 前 | 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...

8 years 前 | 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 ...

8 years 前 | 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 ...

8 years 前 | 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...

9 years 前 | 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 ...

9 years 前 | 4 个回答 | 0

4

个回答