Quantcast
Channel: MATLAB Central Newsreader - tag:"find"
Browsing all 55 articles
Browse latest View live
↧

Re: find function does not work?R2015a

"Maria" <mariadelauretis@gmail.com> wrote in message news:mqck8b$t4l$1@newscl01ah.mathworks.com... *snip*> Then I did it on the command windows:>> x = 1:2:20>> x =>> 1 3 5 7...

View Article


Finding when x appears in every column

I am trying to find the first time 0 appears in every column. My matrix is 1000x100 random numbers. So I am trying to find the position of the first '0' in each of the 100 columns. Can anyone help?

View Article


Re: Finding when x appears in every column

"rebecca girton" wrote in message <mr7csr$eu8$1@newscl01ah.mathworks.com>...> I am trying to find the first time 0 appears in every column. My matrix is 1000x100 random numbers. So I am trying...

View Article

Re: Finding when x appears in every column

On 08/21/2015 1:58 PM, someone wrote:> "rebecca girton" wrote in message> <mr7csr$eu8$1@newscl01ah.mathworks.com>...>> I am trying to find the first time 0 appears in every column....

View Article

Generating multiple text files with dlmwrite

Hello The goal of the script below is to generate files p_test_50.txt...p_test_97.txt that contain 2 columns of data. Column one - day of month/column two - hour since the initial time. The files that...

View Article


Generating multiple text file with

Hello The goal of the script below is to generate files p_test_50.txt...p_test_97.txt that contain 2 columns of data. Column one - day of month and column two - number of hours since the initial time....

View Article

Substituting column of data in .txt file/putting modified column in new .txt

Hello The goal of the script below is to generate files p_test_50.txt...p_test_97.txt that contain 2 columns of data. Column one - day of month and column two - number of hours since the initial time....

View Article

'Find' in a for loop (beginner question)

Hello, I'm trying to get produce a vector for a mixed layer depth using seawater density information. My sigma variable is a function of salinity and temperature (both 12x24 matrices - 12 months, 24...

View Article


Re: 'Find' in a for loop (beginner question)

"followingseas" wrote in message <mvpja7$pp4$1@newscl01ah.mathworks.com>...> Hello, > > I'm trying to get produce a vector for a mixed layer depth using seawater density information. My...

View Article


Re: 'Find' in a for loop (beginner question)

> > Is it possible that that is indeed the correct answer? That is, sigma(I,1) is the largest value for all the prior cases. To check, output sigma(I,:) each time thru the loop or learn how to...

View Article

Re: 'Find' in a for loop (beginner question)

On 10/16/2015 3:32 PM, followingseas wrote:>>>>> Is it possible that that is indeed the correct answer? That is,>> sigma(I,1) is the largest value for all the prior cases. To...

View Article

Re: Finding a certain element in an array

roberson@ibd.nrc-cnrc.gc.ca (Walter Roberson) wrote in message <f9ie92$4j1$1@canopus.cc.umanitoba.ca>...> In article <f9idh9$8ng$1@fred.mathworks.com>,> Jan...

View Article

Re: Finding a certain element in an array

"Iftikhar Ali" <iftikharali4u@yahoo.com> wrote in message news:mvvm4j$qhi$1@newscl01ah.mathworks.com...> roberson@ibd.nrc-cnrc.gc.ca (Walter Roberson) wrote in message >...

View Article


to find the value in between two points corresponding to a particular value...

angle gain 180 5.9000 179 5.8000 suppose i would like to have value of 174.4 ,I would like to know corresp 178 5.6000 -onding gain it will be in between 4.2 and 4.6. But how to find out the value 177...

View Article

Re: to find the value in between two points corresponding to a particular...

"Maneesh T" wrote in message <n41scj$7ho$1@newscl01ah.mathworks.com>...> angle gain> 180 5.9000> 179 5.8000 suppose i would like to have value of 174.4 ,I would like to know corresp>...

View Article


Re: Find an element in a cell array

Hi How would I know what's there in cell corresponding to column and row from some different data-set e.g. A=findstr(s,[65531 65523]) 415 Now I want to see what value does row1 and column 415 has in...

View Article

Re: Find an element in a cell array

Time is a double "Sagar Desai" wrote in message <n7enjn$lea$1@newscl01ah.mathworks.com>...> Hi> How would I know what's there in cell corresponding to column and row from some different...

View Article


how to find intersection in image matrix and plot it

Hi guys, I have few questions. I have an image, I already converted it to binary image. How to proceed with finding the intersection between the matrix. Say the matrix of the binary image 00001111...

View Article

Re: how to find intersection in image matrix and plot it

"wan azeem" <naieym@yahoo.com> wrote in message news:nj9ev7$ek4$1@newscl01ah.mathworks.com...> Hi guys,> I have few questions. I have an image, I already converted it to binary > image....

View Article

Re: remove row if contains NaN

I already tried with isnan and isfinite, however, I met this error: "Undefined function 'isfinite' for input arguments of type 'cell'." Could anyone please help me solve it?

View Article
Browsing all 55 articles
Browse latest View live