질문


cell into a cell
I have a 1x3 cell called 'Data' where each of the cells are made up of a 2x1 cell. I want to combine 'Data' with another 1x3 cel...

대략 14년 전 | 답변 수: 2 | 0

2

답변

질문


vector of decimal day
Is it possible to create a vector of decimal days? I want to generate a time vector which starts and ends at specific dates ...

대략 14년 전 | 답변 수: 1 | 0

1

답변

질문


combining cells
How is it possible to do the following but with a faster method i.e. not having to type each individual cell: a = [Names1{1...

대략 14년 전 | 답변 수: 1 | 0

1

답변

질문


correlation pairs
The following code calculates the correlation between 2 vectors: clear all %generate fake data LName={'Name1','Na...

대략 14년 전 | 답변 수: 1 | 0

1

답변

질문


which toolbox
I have been told that in order to complete some task I require the statistics toolbox, how do I find If I have it? The version t...

대략 14년 전 | 답변 수: 1 | 0

1

답변

질문


xlsfinfo question
I have the following script for gathering information about Excel files under investigation: clear all pathName='F:\path...

대략 14년 전 | 답변 수: 1 | 0

1

답변

질문


corrcoef command
If I need to find the correlation between two vectors by using corrcoef, is it possible to use it if nan appears in the data? an...

대략 14년 전 | 답변 수: 2 | 0

2

답변

질문


Insert legend in a for loop
I'm producing a figure inside a for loop and would like to insert a legend. The script for the figure is as follows: Name={...

대략 14년 전 | 답변 수: 1 | 1

1

답변

질문


obtain information on excel files
Is there a method for obtaining more information for excel files? I can use [status,sheets,format] = xlsfinfo(filename...

대략 14년 전 | 답변 수: 2 | 0

2

답변

질문


figure title in a loop
I am producing a subplot inside a for loop with the following: for i=1:length(fieldnames(Data)); subplot(le...

대략 14년 전 | 답변 수: 1 | 0

1

답변

질문


find the size of a structured array
I have a structured array called 'Data' which is a 1x1 struct, within this structured array are Data.note1, Data.note2, Data.no...

대략 14년 전 | 답변 수: 1 | 0

1

답변

질문


find the coherence
Is it possible to find the coherence between four vectors? I have 4 vectors which represent temperature changes at different ...

대략 14년 전 | 답변 수: 1 | 0

1

답변

질문


make incorrect values as nan
I have a data set of temperature which has an usual range between 0 and 20 degreesC. Some of the data is incorrect and gives rea...

대략 14년 전 | 답변 수: 1 | 0

1

답변

질문


struct array
I'm attempting to do the following inside a loop: Name={'Note1','Note2','Note3','Note4'}; Data=struct('Note1',Temp{1...

대략 14년 전 | 답변 수: 2 | 0

2

답변

질문


pre-allocating files
This follows a previous post for the following code: <http://www.mathworks.co.uk/matlabcentral/answers/23151-actxserver-canno...

대략 14년 전 | 답변 수: 0 | 0

0

답변

질문


actxserver cannot read all of the data
The following loop reads data from excel into matlab with the use of actxserver. The loop wont complete due to an error which st...

14년 초과 전 | 답변 수: 1 | 0

1

답변

질문


actxserver excel application
Can anyone give me a simple explanation of how to use actxserver to import data from matlab. I have a working code by using loop...

14년 초과 전 | 답변 수: 1 | 0

1

답변

질문


xlsread
Is it possible to say in xlsread to import the last workbook in a spreadsheet? I know its possible to define which workbook you ...

14년 초과 전 | 답변 수: 1 | 0

1

답변