Re: how to find intersection in image matrix and plot it
Owh sorry..find the intersection between 0 and 1..i'm guessing using command 'find'..but I dont quite understand the command..about finding non zero element..is it possible to use that ? and plot the...
View ArticleRe: how to find intersection in image matrix and plot it
Sorry let me rephrase this..finding the intersection between 0 and 1..I'm guessing command 'find'..but I dont quite understand the command..about finding nonzero element.. and plot the intersection...
View ArticleRe: how to find intersection in image matrix and plot it
"wan azeem" <naieym@yahoo.com> wrote in message <njfcmc$sf1$1@newscl01ah.mathworks.com>...> Sorry let me rephrase this..finding the intersection between 0 and 1..I'm guessing command...
View ArticleRe: how to find intersection in image matrix and plot it
"wan azeem" <naieym@yahoo.com> wrote in message news:njfcmc$sf1$1@newscl01ah.mathworks.com...> Sorry let me rephrase this..finding the intersection between 0 and 1..I'm > guessing command...
View ArticleRe: remove row if contains NaN
Could you tell me what the 2 in your script is as others have used it too. "dpb" wrote in message <jupq9u$30a$1@speranza.aioe.org>...> On 7/25/2012 4:18 PM, John wrote:> ...> > >...
View ArticleRe: remove row if contains NaN
On 09/27/2016 7:50 PM, Helga Gomes wrote:> "dpb" wrote in message <jupq9u$30a$1@speranza.aioe.org>... ...>> Somewhat simpler is>>>> A(any(isnan(A),2),:)=[]; > Could you...
View ArticleFind index zero and nonzero elements in an array
Hello fellows, I have to find the indexes of zero AND nonzero elements in a matrix. I tried to use the function find() but the coordinates of zero elements does not show up. I also used ind2sub() but...
View ArticleRe: Find index zero and nonzero elements in an array
"Jéssica Soares" wrote in message <obdr1f$ba1$1@newscl01ah.mathworks.com>...> Hello fellows,> > I have to find the indexes of zero AND nonzero elements in a matrix. I tried to use the...
View ArticleFind function called in matlab scripts
Hi all, I usually create my own functions, which I use in multiple scripts. I was wondering, after I saw that I have hundreds of scripts, how from the matlab editor, I could find all the scripts, which...
View ArticleHighlight data ouside of range
Hi all, I have done a bit of looking around and havent been able to find any other people who have posted the same question. I have seen a few that were very similar but I am brand new to Matlab and...
View ArticleRe: Highlight data ouside of range
On 04/13/2017 7:57 AM, Leo May wrote:> Hi all,>> I have done a bit of looking around and havent been able to find any> other people who have posted the same question. I have seen a few...
View ArticleRe: Find function called in matlab scripts
On 04/11/2017 11:36 AM, nuvolet wrote:> Hi all,>> I usually create my own functions, which I use in multiple scripts.> I was wondering, after I saw that I have hundreds of scripts, how...
View ArticleToo Many Inputs using Finf Function
SGandCP={'Material' 'Specific Gravity (SG) [ - ]' 'Specific Heat (CP) [J/(g K)]' 'Aluminum' 2.70000000000000 0.897000000000000 'Copper' 8.96000000000000 0.385000000000000 'Lead' 11.3400000000000...
View ArticleRe: Too Many Inputs using Finf Function
On 04/17/2017 7:21 PM, Lilith Nick wrote:> SGandCP={'Material' 'Specific Gravity (SG) [ - ]' 'Specific Heat (CP)> [J/(g K)]'> 'Aluminum' 2.70000000000000 0.897000000000000> 'Copper'...
View ArticleRe: Too Many Inputs using Finf Function
Dear Lilith Nick, Please make sure, you getting enough variable from main program and all that values are passed into function declaration.
View Article