Community Profile

photo

Niki


Last seen: 3ヶ月 前 2011 年からアクティブ

Followers: 0   Following: 0

統計

All
  • First Review
  • First Submission
  • Thankful Level 4
  • First Answer

バッジを表示

Feeds

表示方法

質問


how to search and keep all the possible combinations with a certain accuracy
I am trying to do some simple combination, I have a Matrix of X consists of 2000 variables and a Y I want to each time pick 4 ...

7年以上 前 | 0 件の回答 | 0

0

回答

質問


how to export numerical values to ASCII format
Actually I am having a hard time to do it. I use R nowadays i forgot how to export my data in matlab. I searched and I could n...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


how to plot each profile with a distance from the other in a 2D plot ?
I want to plot something like this http://www.nature.com/nprot/journal/v9/n6/fig_tab/nprot.2014.090_F7.html or like this one ...

8年弱 前 | 0 件の回答 | 0

0

回答

質問


how can I get the mean of each two columns of a matrix ?
I have a big matrix and I want to get the average of each 2 columns, Is there any function to do that ?

8年弱 前 | 2 件の回答 | 0

2

回答

質問


how to import many csv files and extract all specific columns ?
I have a set of csv files which I would like to import all. I have set my directory to the folder that csv files are there, ho...

8年弱 前 | 0 件の回答 | 0

0

回答

質問


how to define what a function is doing
I have a function that I am trying to convert to another language. Th problem is that I cannot run this because it gives me an e...

8年弱 前 | 3 件の回答 | 0

3

回答

質問


how to perform ANOVA on a matrix
Actually i want to plot the interaction and mean of a matrix by ANOVA. For example I have a matrix like below X = rand(100,...

8年以上 前 | 2 件の回答 | 0

2

回答

質問


how to re order a matrix based on a vector ?
I have a matrix like below A = 16 2 3 13 5 11 ...

8年以上 前 | 1 件の回答 | 0

1

回答

質問


how to plot a histogram of repeated values in a matrix?
I have a matrix like below. X = [120 2 3 250 60; 4 5 6 120 250; 7 8 3 250 10] I want to plot a histogram shows the numb...

8年以上 前 | 1 件の回答 | 0

1

回答

質問


how to import a file from xls
Hello, I am having difficulties to import a file from xls. I provide you with a part of mw data as follows: 262 268,50359...

8年以上 前 | 1 件の回答 | 0

1

回答

質問


how to change the digit after decimal
I have few vectors which they have values like below 1.2 222.55 etc matlab shows that with so many digit , I dont wan...

8年以上 前 | 2 件の回答 | 0

2

回答

質問


how to label my data into several classes in the format of dataset?
I have a matrix of df =randi(10,100,1) and i have a class numbers as follows: df2 = randi ([1 2], 100, 1); now ...

9年弱 前 | 0 件の回答 | 0

0

回答

質問


how to add row and column label to a matrix and make it as a dataset?
I have a matrix look like below df =randi(10,100,1) I want to give row lable to do two ways, once I want to assing 50 fi...

9年弱 前 | 1 件の回答 | 0

1

回答

質問


plot with different symbols
I have two vectors with 1000 length each. for example r1 = rand(1000,1); r2 = rand(1000,1); then I want to plot a scatter w...

9年以上 前 | 1 件の回答 | 0

1

回答

質問


colourful image labeling by using plot function to generate a scatter plot
I have two vectors with 1000 length each. for example r1 = rand(1000,1); r2 = rand(1000,1); then I want to plot a ...

9年以上 前 | 2 件の回答 | 0

2

回答

質問


average of each two vectors of a matrix
I have a matrix of n*n for example 10*5 x=rand(10,5) Then I want to get the average of each two row. For example the f...

9年以上 前 | 2 件の回答 | 0

2

回答

送信済み


OCPLS.zip
class modeling using one-class partial least squares

9年以上 前 | ダウンロード 5 件 |

質問


how to find where your results is in multi comparison test problem
Hi everybody! I want to check how much a column is significantly different from another column data. I simply generate a ...

9年以上 前 | 0 件の回答 | 0

0

回答

質問


how to make a char using many letters instead 3
Hi, Currently I am facing a problem in which I would like to generate a char array with many letters in each, For example i...

9年以上 前 | 2 件の回答 | 0

2

回答

質問


Probablity distribution calculation for a vector
I want to use the following function Y = normpdf(X,mu,sigma) X is a vector of 100*1 for each X I have a mu and a sigma , d...

9年以上 前 | 1 件の回答 | 0

1

回答

回答済み
split data in a special manner
The first part can easily be done as follows: subset = A(1:3:end, :); To split the data, I can also use the following link ...

10年弱 前 | 0

質問


split data in a special manner
I have a matrix named A (450*1102) 1- I want to take from each three objects (e.g. 3*1102), the first object (1*1102) to anothe...

10年弱 前 | 2 件の回答 | 0

2

回答

質問


Adding outlier to a matrix
Hi , I have a matrix of intensities (n*p). I want to add an outlier to it. Do you have any idea about how to simulate an out...

10年弱 前 | 2 件の回答 | 0

2

回答

質問


how to plot data with small values
I want to plot some result which shows how different is the model A from model B etc. My error is something zero. do you have ...

10年弱 前 | 1 件の回答 | 0

1

回答

質問


how to plot with line ?
I have some selected point which I would like to show with line for example I import my data as follows: load spectra w...

10年弱 前 | 2 件の回答 | 0

2

回答

質問


find similar element in a matrix
I have several questions. First, I have several vectors with different dimensions. I want to put them all in one matrix. I woul...

10年弱 前 | 2 件の回答 | 0

2

回答

質問


display several rectangles in color on your image
Hi, I am using the following lines to put a rectangle on my image. patch([850 850 900 900],[2 3.6 3.6 2],'r','facecolor...

約10年 前 | 2 件の回答 | 0

2

回答

質問


controlling ylable tick of a figure
Hi, M y label tick is like 2 2.2 2.4 2.8 3 3.2 3.4 3.6 I want not to show the labels of 2 ,2.2 and 2.4 but in my fi...

約10年 前 | 1 件の回答 | 0

1

回答

質問


unfold 3D to 2D
I have a matrix of 900*360*66 and I want to unfold it to a matrix of 324000*66 does anyone know how to do it?

約10年 前 | 1 件の回答 | 0

1

回答

質問


read .png from different subfolder
I have a folder with a lot of subfolders. I want to read all .png in one subfolder and save and then go to the second subfolde...

約10年 前 | 2 件の回答 | 0

2

回答

さらに読み込む