Re: problem with calling a class method
On 11/24/2012 3:36 AM, Stan24 wrote:> Hi,> How do I call a method with a parameter control handler?> The following example returns the error:> Undefined function 'setIndex' for input...
View ArticleRe: isdag(biograph), problem with matrix input.
On 11/24/2012 4:06 AM, Darius20 wrote:> Hello, am beginner with matLab, hope you will help me.> I have to make a simple program with input, which will look for cycles in directed graph.>>...
View Articleisdag(biograph), problem with matrix input.
syms matrix; matrx = eye([3, 3]); matrix=input('input your matrix'); lookfor isdag; isdag(matrix); I inserted lookfor isdag, matlab worked longer, but at the end sadly am getting same error : input...
View ArticleRe: isdag(biograph), problem with matrix input.
"Nasser M. Abbasi" <nma@12000.org> wrote in message <k8q7a0$feb$2@speranza.aioe.org>...> Where is your isdag?> > type lookfor isdag, make sure it is on the path.> Make sure you...
View ArticleRe: isdag(biograph), problem with matrix input.
On 11/24/2012 4:49 AM, Darius20 wrote:> "Nasser M. Abbasi" <nma@12000.org> wrote in message <k8q7a0$feb$2@speranza.aioe.org>...>>>> Where is your isdag?>>>> type...
View ArticleRe: isdag(biograph), problem with matrix input.
"Nasser M. Abbasi" <nma@12000.org> wrote in message <k8q96g$kfo$1@speranza.aioe.org>...> No. You do not insert lookfor in your program.> > It is a command you type on the console...
View ArticleRe: isdag(biograph), problem with matrix input.
On 11/24/2012 5:18 AM, Darius20 wrote:>>> lookfor isdag> graphisdag - tests for cycles in a directed graph.> input your matrix[1 0 1;1 1 1;1 0 1]> ??? Undefined function or method...
View ArticleRe: isdag(biograph), problem with matrix input.
Do you own the toolbox in question? Bruno
View Articlemmreader problems with hd movies
For a project of mine I need to extract frames from hd cameras. The cameras save in .mts with 1920x1080. This is converted to .avi with h264 codec of same dimensions. mmreader loads the movie and is...
View ArticleRe: problem with calling a class method
"Nasser M. Abbasi" <nma@12000.org> wrote in message <k8q75q$feb$1@speranza.aioe.org>...> On 11/24/2012 3:36 AM, Stan24 wrote:> > Hi,> > How do I call a method with a...
View ArticleRe: iterations adjustments UPDATED
dpb <none@non.net> wrote in message <k8ot2s$sqj$1@speranza.aioe.org>...> On 11/23/2012 3:32 PM, ARTEMIS CIVIL wrote:> > Hello, I really have to deal with the problem below. I am a...
View ArticleRe: how to open raw extention files
Durmus, If I were you, I would read the user manual of the camera which should detail the contents of the file. Once you figure that out, then you can use fscanf to read the data. Kolay gelsin. :)
View ArticleRe: changing color plot in a looped figure plotting
You could do: figure hold on for i=3:6:225 x=xlsread('test.xlsx','Sheet1',['B' int2str(i) ':JB' int2str(i)]); y=xlsread('test.xlsx','Sheet1',['B' int2str(i+1) ':JB' int2str(i+1)]'); if...
View ArticleRe: frequency to time domain using IFFT and FFT for a real-valued function
"nerdynerd" wrote in message <k8rero$b4i$1@newscl01ah.mathworks.com>...> Some suggest that it might be a zero-padding issue; for FFT we can pad the end of the vector with zeros. but for IFFT...
View ArticleHow to save matrices in a file, effective way
Hi, I a doing a program that multiplies a lot of matrices. All the matrices are stores in a cell matrix. where: cell(index,1) is the matrix in the left cell(index,2)is the matrix of the right...
View ArticleRe: Verify if a matrix is upper triangular. Also if it is lower triangular
"Roger Stafford" wrote in message <k8ra04$pab$1@newscl01ah.mathworks.com>...> "Edwardo " <edwardo.rivera@upr.edu> wrote in message <k8r8qj$ljq$1@newscl01ah.mathworks.com>...>...
View ArticleRe: sum of exponentials
"Roger Stafford" wrote in message <k8r036$nn7$1@newscl01ah.mathworks.com>...> "dwi" wrote in message <k8qlsv$ktj$1@newscl01ah.mathworks.com>...> > Ok, I understand now how this...
View ArticleRe: Verify if a matrix is upper triangular. Also if it is lower triangular
On 11/24/2012 6:04 PM, Edwardo wrote:> "Roger Stafford" wrote in message> <k8ra04$pab$1@newscl01ah.mathworks.com>...>> "Edwardo " <edwardo.rivera@upr.edu> wrote in...
View ArticleIMAGE RECONSTRUCTION
Hello Matt J I saw on a thread that you do your own reconstruction algorithms. I have 16 projections that are the same size taken in isocentric motion with the detector and source moving at the same...
View Articlefminsearch local minima problem
I am using MATLAB's fminsearch unconstrained minimization function for simulation work on wireless networks. I am facing a problem to achieve global minima. Whenever I am minimizing an equation with...
View Article