First
|
Prev |
Next
|
Last
Pages: 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143
program a simple algorithm Dear all, I am new to MATLAB and to programming, and I need to solve quite a complex model, but it is mainly based on an algorithm which I have little clue how to program and which I will describe below via a simple example. If someone can help me with the code how to program it in MATLAB, that will be so great. Thank... 31 Jul 2010 10:42
request for an algorithm or code "soldier S" <nitin.shivaraman(a)gmail.com> wrote in message <i2oc5f$gnf$1(a)fred.mathworks.com>... i'm trying to plot the image given in the paper "An Experimental and Theoretical Investigation into Capabilities of a UWB Microwave Imaging Radar System to Detect Breast Cancer". I have the data obtained and i have tried u... 29 Jul 2010 01:01
image clustering using k-means I do clustering image with k-means...I had extracted the feature into txt file every feature of image with some number of array, but i dont know how to process to cluster all files extraction..help me please!!! ... 2 Aug 2010 23:31
Wholesale all kinds of cheap Nike, puma, Jordan shoes Welcome to:http://www.nikeshoeswell.com : Our Company Wholesale and Retail: Nikes, Jordans,Timberland Shoes,Prada Shoes, Brand Boots,UGG Boots,Brand Hoodies,Brand Shirts,Shirts,Brand Jeans,BrandJeans, Brand Jerseys,Brand Handbags,Wallet,Brand Caps,Brand Sunglasses,Leather Belts,Scarf. We promise to give you pro... 28 Jul 2010 23:56
I don't have the toolbox, how do I do "autocorr"? How to compute "autocorr" without using the toolbox? I don't have access to that toolbox. Thank you! ... 28 Jul 2010 22:50
only need diagonal elements of huge matrix I have an optimization problem, hopefully someone can help me. T is an Mxn matrix H is an nxn matrix (M is huge (>500), n is 25 at max) % my way 1: E=nan(M,1); for k=1:M t = T(k,:); E(k) = t * H * t' ; end % my way 2: whatever = T * H * T' ; E = diag(whatever); Although way 2 is faster (really, ... 30 Jul 2010 17:27
rescaling for fmincon "Samuel Edwards" <DJeter1234(a)AOL.com> wrote in message <i2q59p$ki5$1(a)fred.mathworks.com>... Sorry if that was unclear, the objective function m-file takes 1/variance as the input, but i define an anonymous function that takes s.d. as an input and feed this to the solver. So fmincon should be taking steps/gradient... 28 Jul 2010 18:28
csmatio library for matlab Anyone have have experience reading and writing matlab files using the csmatio library for c# created by Mr.Zier. I am trying to create a MLCell type and will store one MLChar type and the MLCell type will be stored in a MLStructure type. And this how I HAVE to proceed. The problem is that once I create a MLCell ... 28 Jul 2010 18:28
I need help with fin. timeseries and tomonthly Hello Matlab users! I recently decided to switched to Matlab from Stata (recommendation, flexibility, etc) and I am so as to say a beginner. Your help on the following matter will be gladly appreciated :) I have a structure array with financial data for 50 companies (in 50 cells) called data. Each array with finan... 28 Jul 2010 21:45
Numerical Integration I am trying to perform numerical integration on a lot of data in order to come up with some calibration plots of sorts. I am needing to integrate Planck's black body emission multiplied by the camera's spectral response with respect to wavelength. Now Planck's equation is a function of wavelength and temperature and ... 30 Jul 2010 09:40 |