Re: Importing from Excel
On 8/9/2013 3:23 PM, Mercu Vestergaard wrote:> "someone" wrote in message <ku3foh$9oc$1@newscl01ah.mathworks.com>... ...>> What values are expecting - if not 0.0001?>>>> What...
View ArticleRe: textscan with numeric empty fields
dpb <none@non.net> wrote in message <ku3alb$rod$1@speranza.aioe.org>...> On 8/9/2013 12:22 PM, Christian wrote:> ....> > > Format is:> >...
View ArticleRe: textscan with numeric empty fields
On 8/9/2013 4:43 PM, Christian wrote: ...> Just forget about the records I gave you and suppose a really simple case:> Let the record be:> 'ss45gg67tt'>> I want to have, after I...
View ArticleRe: textscan with numeric empty fields
On 8/9/2013 5:23 PM, dpb wrote: ...> The really bizarre shortcoming is that even the ' t' subfield> fails--when C wants '%2s' it damn'd well just better be two characters> and even if...
View Articletotal energy of sensor nodes
for j=1:1:10 distance=sqrt((S(j).xd-sink.x)^2 + (S(j).yd-sink.y)^2); Etotal=PL*(ETX+Efs*(distance).^2); sum(Etotal) end please i want to find sum Etotal. i did it but the last Etotal generated...
View ArticleRe: How to pass CTRL-C to MEX function in linux and MATLAB 2013a
actually, notice that signal() and sigaction() still work fine in R2013a when using matlab -nodesktop ... it's CTRL-C within the Desktop command window that fails to get trapped. Notice that if one...
View ArticleRe: total energy of sensor nodes
On 8/9/2013 6:46 PM, Philip wrote:> for j=1:1:10> distance=sqrt((S(j).xd-sink.x)^2 + (S(j).yd-sink.y)^2);> Etotal=PL*(ETX+Efs*(distance).^2);> sum(Etotal)> end>> please i want to...
View ArticleProblem with STM32 embedded target for MATLAB and Simulink
Hello, I have a problem in running any of the demo code in STM32 embedded target for MATLAB and Simulink (C:\Program Files (x86)\STMicroelectronics\STM32F4xx-MAT\STM32F4xx\STM32F4xxdemos) but I do not...
View ArticleRe: [OT] Ancient Aliens
On 08/08/2013 10:48 AM, J. Clarke wrote:> In article<ktvjev$rvn$1@news2.informatik.uni-stuttgart.de>,> thor@math.tu-berlin.de says...>>>> On 07.08.2013 20:01, Dale...
View ArticleRe: how to get resampled.mat file
On Monday, 7 February 2011 14:40:28 UTC+5:30, Maheswari wrote:> i saw one program..> clear all;clc;close all;> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% DVB-T Signal> load...
View ArticleWhy mtimes for gpuArray matrices sometimes is slow and other times extremely...
I noticed that Matlab's matrix multiplication on GPU is much faster than matrix inversion when it's done in Matlab's terminal. So I wrote the following Matlab script to see if I can use this feature...
View ArticleRe: textscan with numeric empty fields
dpb <none@non.net> wrote in message <ku3uqd$g36$1@speranza.aioe.org>...> On 8/9/2013 5:23 PM, dpb wrote:> ...> > > The really bizarre shortcoming is that even the ' t'...
View ArticleRe: total energy of sensor nodes
dpb <none@non.net> wrote in message <ku41j9$lsi$1@speranza.aioe.org>...> On 8/9/2013 6:46 PM, Philip wrote:> > for j=1:1:10> > distance=sqrt((S(j).xd-sink.x)^2 +...
View Articletotal energy of sensor nodes
please the last E generated is showing as the total, i want to find the sum of E generated (i.e 1 to 10). for j=1:1:10 distance=sqrt((S(j).xd-sink.x)^2 + (S(j).yd-sink.y)^2);...
View ArticleCognitive radio-spectrum allocation
hello, I am working on cognitive radio based on MAC layer for spectrum access. can anyone provide me coding related to Spectrum allocation(CSMA based)! It will be a great help.
View ArticleText is flipped in the textbox
Dear All, maybe you have some ideas why the text of a textbox is displayed flipped vertically and horizontally (2012b) ? Figure is created using: hF=figure; imshow(Container,[]);...
View ArticleIs KNNsearch multi threads ?
Hi Guys, Just for my information. does knnserach method in matlab use multi threads processing by default ?
View Articletotal energy of nodes
please the last E generated is showing as the total, i want to> find the sum of E generated from 1 to 10.> for j=1:1:10> distance=sqrt((S(j).xd-sink.x)^2 + (S(j).yd-sink.y)^2);>...
View ArticleRe: total energy of nodes
On Sunday, August 11, 2013 10:38:18 AM UTC+12, Philip wrote:> please the last E generated is showing as the total, i want to> > > find the sum of E generated from 1 to 10.> > > for...
View ArticleV-I Measurement tool connection problems
Dear Sir/Madam, Kindly note that I have been using the V-I measurement tool (3-phase) from SimPower. I need to know please how to use this tool in case I am adding a perturbation (harmonic) to the...
View Article