Re: 2D fourier transform filter
"JK" wrote in message <ka3e6u$gi4$1@newscl01ah.mathworks.com>...> I am trying to remove low frequency bands from an image after transforming it using 2D fast fourier. I can identify individual...
View Article1d heat finite element
Hello forum. I am solving the heat equation i 1d using FEM. It works fine for initial condition. However when I tried to run it for t>0 it does not work properly. Here is my code, you can run it...
View Articleheat equation in 1D and finite element methods
Hello forum. I am solving the heat equation i 1d using FEM. It works fine for initial condition. However when I tried to run it for t>0 it does not work properly. Here is my code, you can run it...
View Articlehelp for creating my own binary message in simulink
i have a binary message that i created example [0 1 1 1], and i want to code this as "1" is represented by a pulse with a width of 1 microseconds and "0" no pulses. how can do that? I had done that for...
View ArticleRe: 1d heat finite element
On 12/10/2012 3:49 PM, RICARDO wrote:> Hello forum.> I am solving the heat equation i 1d using FEM. It works fine for>initial condition. However when I tried to run it for t>0 it does not...
View ArticleRe: Compatibility problem - GUI Mac to PC
"Adam " <12037500@brookes.ac.uk> wrote in message news:ka5hj5$eg7$1@newscl01ah.mathworks.com...> Hi,>> I created a GUI using guide on my Mac in 2012b, it works perfectly. I have >...
View ArticleRe: Out of Memory when creating several large matrix
"LEI Zhang" <sesime@gmail.com> wrote in message news:ka5djc$s0r$1@newscl01ah.mathworks.com...> Hello, I am creating 5 large matrix like this:>> a=zeros(1000,1000,1000)>...
View ArticleRe: Error ??? Subscript indices must either be real positive integers or...
Hi Laura, ? need that code for my project ,could you please send me full of that code. Best regards "Laura" wrote in message <hai2m0$a2i$1@fred.mathworks.com>...> Hi, > > I'm trying to...
View ArticleRe: How to find min distance between two matrix in matlab
"Nasser M. Abbasi" wrote in message <ka53r0$d38$2@speranza.aioe.org>...> On 12/10/2012 9:44 AM, simran wrote:> > How to find minimum distance between two matrices in matlab??>...
View ArticleFourier shift theorem
Dear all, I'm currently trying to understand the 2d fourier shift theorem. According to what I've learnd so far a translation in the image space leads to differences in phase but not the magnitude in...
View ArticleFourier shift theorem
Dear all, I'm currently trying to understand the 2d fourier shift theorem. According to what I've learnd so far a translation in the image space leads to differences in phase but not the magnitude in...
View ArticleRE: Opinion about Fuzzy Cognitive Maps for prediction
hey you I am using FCM in my researches too.If you want some information about how it works just send a email to me. And I've found some Excel programs for FCM but i'm also seeking to MATLAB coding of...
View ArticleRe: How to find min distance between two matrix in matlab
"Bruno Luong" <b.luong@fogale.findmycountry> wrote in message <ka5pae$da9$1@newscl01ah.mathworks.com>...> A distance is simply the norm of the difference. This is standard definition of...
View ArticleRe: Fail to install MATLAB R2007a on Windows 7
Thank you very much! Your answer really helped me to solve the issue related the installation.
View ArticleRe: Image rotation detection probelm
Hi Darren, The warning appears because you can't do much useful maths on an integer array. Just follow the suggestion shown in the warning. This will convert the image from integer to double/single...
View ArticleHow to find target drugs from KEGG API?
Hello, I have a list of gene and would like to use the KEGG API methods to find the drugs that target each gene. Looking at all methods in @KEGG, only these methods contain the term 'drug' and none...
View ArticleMatlab Mobile and graphs
Is there a way to show graphs plotted on my desktop on my tablet? Currently the only way to get graphs on my tablet is by starting the plot command on the tablet itself. I would be useful if one could...
View Articledelete cell element from a big cell array
I had a matrix with mixed data in csv of 45212*17 dimensions i used textscan and created a cell array D{1,m}(n,1) i want to delete some elements but when i try for i=1:45212 if (D{1,13}(i,1)>1) for...
View ArticleHelp with selecting multiple files
So I have searched the message boards but haven't seen what I am looking for. Here is what I am trying to do. 1. Select multiple files from a directory. I currently can select a single file with the...
View ArticleHelp with selecting multiple files
So I have searched the message boards but haven't seen what I am looking for. Here is what I am trying to do. 1. Select multiple files from a directory. I currently can select a single file with the...
View Article