Summation over for loop-Subscripted assignment dimension mismatch.
Hi guys, I'm trying to get the summation over for loop statement for A(i,j). First, I'm not sure if i'm doing the whole summation right, secondly, I get a subscripted assignment dimension mismatch...
View ArticleRe: Neural Network Structure
"Babar Zaman " <ravian1011@yahoo.com> wrote in message <k9vdu4$qca$1@newscl01ah.mathworks.com>...> Hi Every body > please any one can guide me how i can change neural network hidden...
View ArticleSending matlab output to the web
I am working on a project that is based on image processing. that is if the camera sees a railway ticket it processes the image to get the train number and PNR number..now this should bepassed to the...
View Articlepublish behavior when outputting
Hello all, I have a function that I'd like to publish, top. There is a nested function inside top that produces printed output and two images. Let us say function top    function f(arg)        %%...
View ArticleRe: to increase number of digits after decimal place in MATLAB
dpb <none@non.net> wrote in message <ka2mvr$gdm$1@speranza.aioe.org>...> On 12/9/2012 12:44 PM, gouri halde wrote:> > How you can increase precision of answer (a number) in MATLAB?...
View ArticleRe: Summation over for loop-Subscripted assignment dimension mismatch.
"Vsh" wrote in message <ka0q5o$hvc$1@newscl01ah.mathworks.com>...> Hi guys, I'm trying to get the summation over for loop statement for A(i,j). First, I'm not sure if i'm doing the whole...
View ArticleHow to use the coefficients of the symbolic variables
So how can I take the information of the coefficient multiplied by the symbolic variable for example c = 3*W1_1+4*W1_2 How can I get the 3 and 4 on a vector or something else to manipulate after?
View ArticleRe: to increase number of digits after decimal place in MATLAB
On 12/9/2012 4:24 PM, John D'Errico wrote: ...> While I imagine you know this, the precision in MATLAB> is not 15 bits, but a bit over 15 digits. Typo/keyboard mistake indeed... --
View Article2D fourier transform filter
I am trying to remove low frequency bands from an image after transforming it using 2D fast fourier. I can identify individual components of the transformed image, but cannot yet work out how to filter...
View ArticleRe: saving the variables in for loop
Hi Raghda, Some people in this newsreader have an allergy against the function eval, but you can do this: for i=1:26Â Â Â Â Â imFilename = sprintf('DB/%d.jpg', i);Â Â Â Â Â eval(['[im' num2str(i) ', des'...
View ArticleRe: matlab error - exceeds matrix dimensions
Hi David, Make sure you don't have a variable named fplot as in fplot = ... !!! :) Best.
View ArticleRe: duplicate data points in scatterplot
"ruud verschaeren" wrote in message <hcq5in$cqp$1@fred.mathworks.com>...> Hi all,> > I have a scatter plot with some duplicate data points. The standard code writes these on top of each...
View Articlecausal and acausal
Hi! Dear, What is causal and acausal low passed filter. What is their usage and purpose. Please kindly .
View ArticleRe: causal and acausal
"lady firmament" <ladyfirmament@gmail.com> wrote in message news:ka3ihh$t9$1@newscl01ah.mathworks.com...> Hi!> Dear,> What is causal and acausal low passed filter. What is their usage...
View ArticleRe: How to use the coefficients of the symbolic variables
"Joo Salvador" <ujoaosalvador@gmail.com> wrote in message news:ka38ev$sdq$1@newscl01ah.mathworks.com...> So how can I take the information of the coefficient multiplied by the > symbolic...
View ArticleRe: Attempt to execute SCRIPT FILENAME as a function: Use Mex in MAC
"Duckhwan " <kimduckhwan@gmail.com> wrote in message news:ka2uaj$pqa$1@newscl01ah.mathworks.com...> I try to use function 'FILENAME' in my matlab script.>> I have mexglx file. (I'm...
View ArticleRe: Syms Error
"Rob " <rsbick2@uky.edu> wrote in message news:ka2qct$dnn$1@newscl01ah.mathworks.com...> I am wanting to row reduce a matrix that was combined with a matrix that > was created using...
View ArticleRe: load column in from text file
"Fiboehh " <stig_dooms@hotmail.com> wrote in message news:ka0odg$clv$1@newscl01ah.mathworks.com...> dpb <none@non.net> wrote in message <k9vtoo$100$1@speranza.aioe.org>...>>...
View ArticleRe: Stream data form MATLAB to Simulink
Ehh... Sorry, but You still don't get a point... :/ Ok, then, I'll try to show you something: 1. Build a model in Simulink, just as you wanted me to build, and in addition connect a Scope to the output...
View ArticleRe: Stream data form MATLAB to Simulink
You still don't get a point... :/ Ok, then, I'll try to show you something: 1. Build a model in Simulink, just as you wanted me to build, and in addition connect a Scope to the output of Constant. Put...
View Article