First  |  Prev |  Next  |  Last
Pages: 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467
force imput to be integer
Hello, I've have a function trail5(d,g,h) and I want either all the variables to be integers, or only one with the other to ending in .5. (I want d,g,h to increase in steps of .5, but I want to eliminate situations where the above isn't true.) Thanks in advance! Cordially, Mohammad ... 17 Jun 2010 16:45
list name of current FOLDER not full path
I need to create a vairable containing the name of the current folder I'm in, not the full path name that the pwd command returns. In Linux, I believe the command is basename 'pwd' Does anyone know what the comparable command in Matlab is? ... 17 Jun 2010 17:52
real time video display problem..help?!
hi everone, i was woundering if anyone can help me with my prblem, i have created a preview vedio of my own, and in it i display a live video of my camera, what i have done is that i take that video "real time" and i do some filtering on it "also real time" now my problem is that i wanna show the filtered "real time... 17 Jun 2010 13:24
interpolation
Does anyone know if there is a function in Matlab which can take a function and determine what the value of the input variable was based on the output of the function? A simple example: y = 4*t^2 detemine t given y = 36 All I need is a numeric value, I am not interested in a symbolic solution. I am worki... 17 Jun 2010 16:45
integration of a vecotr with quad/quadgk
Hi the quad/quadgk numerical integration function needs to accept a vector arguement. i have to perform the integration for every entry in a matrix. Is there way to do this line by line instead of element by element? eg. the function is: function f = myFunction(r, a) f = exp(r*a.^2); % m the matrix as... 17 Jun 2010 13:24
How to check if a string matches any string in a matrix C
Hello. Say I have type='xyz' and C=['xyz' 'xxy 'zyx'] How do I check if type is an element of C? If it is I want it to return a logical 1. Thank you. ... 17 Jun 2010 14:31
image, figure problem?!
hi everyone, i was woundering how to place two images in the same figure window next to each other. But the problem is that i can't use the subplot built in function because thats not what i'm looking for, i've tried the set(gca, 'position', [num1 num2 num3 num4]) but it only displays one image and won't work on the... 17 Jun 2010 13:24
Rapid Control Prototyping Applications using TI eZdsp 2812
"Frank W." <yohansan(a)web.de> wrote in message <hsjsj0$lt$1(a)fred.mathworks.com>... "wu " <why2009a(a)gmail.com> wrote in message <hsh33s$916$1(a)fred.mathworks.com>... Recently, I was modeling Active Power Filter using TI F2812 in Simulink. Unfortunately, I have no idea how to connect the power grid s... 18 Jun 2010 04:47
How can I convert tripple integral of c code to .m file
Hi all, I am having difficulty to convert triple code written as C code in to Matlab .m file. Thanks for your help in advance double ksizero(double q,double n,double m_e) { double kz=10000.0,ky=10000.0,kx=10000.0,kxq,kyq,kzq; double sumback=0; double pi=3.14; double e=48.0*pow(10.0,-1... 17 Jun 2010 14:31
Project Satellite
Hello, i am new using matlab and i need help step by step if someone could help me... I have a .wav file in which has been saved data of the satellite, data about the weather (the final challnege of the project is to represent the data in a map). This wav file needs to be demodulated first in fm and after in am (thes... 17 Jun 2010 14:31
First  |  Prev |  Next  |  Last
Pages: 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467