Plot line from centroid
The center point and coordinates of a shape are already determined. How do I plot line from the center point to the boundary for every 5 degree angle. Thanks.
View ArticleHigh Speed Cameras in Matlab
Can anyone suggest some *reasonably priced* high speed cameras for Matalb? Especially the imaq Videodevice object. By high speed i mean at least 150-200fps @ 640x380 . We are looking for a turn-key...
View ArticleRe: Slider step, value does not agree with setting when sliding vs.
On 3/1/2013 6:26 PM, dpb wrote:> On 3/1/2013 5:06 PM, Nasser M. Abbasi wrote:>> Didn't said it can't be done by the app; only that the OS API doesn't> support it directly at that level (at...
View ArticleRe: Slider step, value does not agree with setting when sliding vs.
On 3/2/2013 4:30 PM, dpb wrote:> Not to mention it would break the expected behavior users know from> other Windows apps where they can typically move the slider itself to> obtain yet more...
View ArticleRe: Phase versus Time from an FFT
Very, nice and exactly what I needed to find the instantaneous phase difference between two noisy oscillating signals (not sinusoids, but the outputs of a dynamical system). Some notes that might be...
View ArticleRe: cleaning up MATLAB path list
"Jan Simon" wrote in message <hmioqg$oa4$1@fred.mathworks.com>...> Dear Daphne!> > > (Using ML 2007b) I have a long list of MATLAB pathways in the drop down list. Some refer to...
View ArticleTrouble with the while loop
Still a Novice at matlab, trying to figure out what's wrong with my while loop everytime I run it, matlab crashes. Here's my code: omegax=0;omegay=0;omegaz=1;x=0;y=0;z=1; rand(1000);...
View ArticleRe: Slider step, value does not agree with setting when sliding vs.
On 3/2/2013 5:18 PM, Nasser M. Abbasi wrote:> On 3/2/2013 4:30 PM, dpb wrote:>>> Not to mention it would break the expected behavior users know from>> other Windows apps where they...
View ArticleRe: Trouble with the while loop
On Sunday, March 3, 2013 1:20:08 PM UTC+13, Ishan wrote:> Still a Novice at matlab, trying to figure out what's wrong with my while loop everytime I run it, matlab crashes. > > Here's my...
View ArticleRe: Matlab excel interface
only 3 columns evenif i limit the no. of rows to fewer than 100, xlswrite returns the same error. i have to write more than 1000 characters to the same cell.writing fewer than 1000 characters to same...
View ArticleRe: Slider step, value does not agree with setting when sliding vs.
On 3/2/2013 9:05 PM, dpb wrote:> On 3/2/2013 5:18 PM, Nasser M. Abbasi wrote:>>>> This is what Mathematica does....>> So use Mathematica... :) But I do :) The UI and graphics in...
View ArticleRe: unit step , ramp functions
Given a current step function: T= 1e-9 * input(' simulated time [ns]: '); % simulated time [s] disp(dt); ct = round(T/dt); # time elements t=0:dt:ct*dt; % time vector Ion=1e-3*input(' DC...
View ArticleRe: cleaning up MATLAB path list
Wow, Magic :) I had given up, but was worth the wait. Thanks! Daphne "Phuong" wrote in message <kgu3md$1io$1@newscl01ah.mathworks.com>...> "Jan Simon" wrote in message...
View ArticleRe: Slider step, value does not agree with setting when sliding vs. using the...
In article <kgtsph$3sf$1@speranza.aioe.org>, "Nasser M. Abbasi" <nma@12000.org> wrote:> On 3/2/2013 3:18 PM, Doug Schwarz wrote:> > > Think of it this way: the way it is now you...
View ArticleRe: A faster way to insert nontrading days using Financial Time Series object?
Perfect! That's exactly what I want. Thank you so much, Phil. "Phil Goddard" <phil@goddardconsulting.ca> wrote in message <kgtv4c$jel$1@newscl01ah.mathworks.com>...> > I haven't done...
View ArticleRe: Slider step, value does not agree with setting when sliding vs.
On 3/3/2013 12:07 AM, Doug Schwarz wrote:> But you can get what you want simply by> rounding the slider value in the callback function. I know. That is what I had to do.>You want two...
View Articleanalyzing a grayscale image into 3 grayscale layers that can be converted...
Hi, I have a project to do but i don't have that huge knowledge about the MATLAB. i really need your help to guide me through this project. the project steps are: - converting an original colored image...
View ArticleRe: animate rotate 3d figure within MATLAB or with beamer
Hello, maybe this one is interesting for you:http://www.mathworks.de/matlabcentral/newsreader/view_thread/321562#898639 Regards, Martin
View ArticleRe: Mac OS X java update, matlab problems?
I just found a bug report that covers my issue.http://www.mathworks.com/support/bugreports/919688 FYI, for anyone else who got stuck with this too.
View ArticleReading large data files of Netcdf
Dear Friends, I am having 2 GB Netcdf file. when am reading this file its saying out of memory. Please help how to read large size of netcdf file in matlab. Thanking you
View Article