Re: error : "Matrix dimensions must agree" at STFT code
On 6/30/2013 7:05 AM, Tilemachos wrote: ...> Then when i try to apply the function "mystft" I get the error : "Error> using .* /Matrix dimensions must agree./ Error in mystft (line 16)/> xtw =...
View ArticleRe: cdfinfo error
On 6/29/2013 10:33 PM, gideon wrote:> Hi> I am a student studying astronomy.> I have a question for matlab funtion 'cdfinfo'.>> following is the error message.>...
View ArticleRe: Undefined function or method...for input arguments of type 'char'
Hello i m facing the same problem. when m gng to run the code then got dis msg in command window (??? Undefined function or method 'histogram' for input arguments of type 'char'.) What should i do???Â
View ArticleRe: ODE solver
bartekltg <bartekltg@gmail.com> wrote in message <kqp8ic$864$1@node2.news.atman.pl>...> W dniu 2013-06-30 10:32, William pisze:> > bartekltg <bartekltg@gmail.com> wrote in...
View ArticleSMOP=Small Matlab to Python compiler
https://github.com/victorlei/smop SMOP stands for Small Matlab/Octave to Python compiler. Despite the similarities between the two languages, there are enough differences to make manual translation too...
View ArticleEstimating hybrid models
Hello, (1) For my research paper, I'm trying to estimate hybrid models to fit the data. I know that with the 'estimate' command, I can estimate simple models such as ARIMA-GARCH by model =...
View ArticleRe: ODE solver
W dniu 2013-06-30 20:08, William pisze:>> So I tried your code out on my matlab and for some reason, i got> [root1,root2]-[pi/2,3*pi/2] gave me -0.1647 -0.4933 as opposed to what> you...
View ArticleRe: predict heart attack using ECG and MRI
On Sunday, June 30, 2013 11:39:15 PM UTC+12, Jack Dockson wrote:> Hi> > How to predict a heart attack using ECG and MRI? How to do signal/image processing using Matlab?> > Many...
View ArticleRe: Adding Specific Folders to the Path
On 6/28/2013 10:22 AM, Ketav Chandra wrote:> I want to share the matlab files with my friend.> When he tries running a function, the general problem is that the path> is not added.> How to...
View ArticleRe: How to Speed Up matlab for cycle? (Posting for F Furtado Answers
First of all i just want to say thank you for your time. The code that you made works perfectly, but the only think that is missing is how to do the iterations. I tried to do for me and not bother you...
View ArticleReading specific lines (with some frequency) with textscan
Hello all, I have an ascii file that I need to process. It is in this format: " "Surface Integral Report"           Area-Weighted Average             Radiation Heat Flux (w/m2)...
View ArticleRe: Reading specific lines (with some frequency) with textscan
On Monday, July 1, 2013 9:59:09 AM UTC+12, Negin Nazarian wrote:> Hello all, > > > > I have an ascii file that I need to process. It is in this format: > > "> > "Surface...
View ArticleRe: How to find type of a variable?
"Yaroslav Bulatov" <yaroslavvb@gmail.com> wrote in message <h23dfa$bb3$1@fred.mathworks.com>...> Workspace window doesn't always give type of variables...is there a command to find out...
View ArticleRe: How to Speed Up matlab for cycle? (Posting for F Furtado Answers
On 6/30/2013 3:57 PM, Fagner Furtado wrote:> First of all i just want to say thank you for your time.>> The code that you made works perfectly, but the only think that is> missing is how to...
View ArticleRe: error : "Matrix dimensions must agree" at STFT code
"Tilemachos " <thlpap@hotmail.com> wrote in message news:kqrr3v$jic$1@newscl01ah.mathworks.com...> asif khan <asifkhanmohmd@gmail.com> wrote in message >...
View ArticleRe: MATLAB vpa() doesn't compute variable-point number for expression with...
"Robert Collins" <rob.robandsue@btinternet.com> wrote in message news:kqono4$cpm$1@newscl01ah.mathworks.com...> I have noticed this too.>> The code below calculates the answer to...
View ArticleRe: Using max when there is symbolic variable
"Maya " <sanja_angelova@hotmail.com> wrote in message news:kqmght$e9p$1@newscl01ah.mathworks.com...> Hi,>> I am trying to solve this problem:>...
View ArticleRe: Why I cannot find function ParseInputs?
"Abhay " <g.abhay@iitg.ernet.in> wrote in message news:kqm62k$mm5$1@newscl01ah.mathworks.com...> "Daniel Mark" <danielmarkhot@Hotmail.com> wrote in message >...
View ArticleRe: Is there a way to tell when a warning happens?
"Pat Finder" <pfinder@netacc.net> wrote in message news:kqkdl2$e3j$1@newscl01ah.mathworks.com...> Instead of explicitly checking for singular matrices, and other things > that cause...
View ArticleRe: Need help incorporating "findpeaks" into a for loop with data
Hi, Thanks so much for the help, but I had to get that set finished by this week, so I have to move on from this project now. I will keep the comments about avoiding eval in mind and can look into it...
View Article