First
|
Prev |
Next
|
Last
Pages: 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676
image processing- area of polygon hey, I have a known closed polygon which represents diffrent pixels on the image. I need to calculate the area of the polygon in Cm. I can use the function 'polyarea' however I get the result in pixels which doesn't help me. I will appreciate any help I can get! thanking you in advance... ... 19 May 2010 12:40
Connecting PMSM block to SimMechanics Hi ! I want to simulate a linear actuator with the PMSM block and the PM synchronous motor drive block. For the mechanics I want to use the SimMechanics library. The input of the PMSM should be the torque. How can i connect a simMechanics blocks, like the gear box to the PMSM block and the PM synchronous motor drive... 19 May 2010 07:08
Simulink: check signals offset, phase, amplitude Hi, I have a simulink model for processing some sine signals (continuous model). There are a lot of operations (multiplying, adding, dividing) between these signals that have different offsets, amplitude, phase and so on. What I would like to know is if there is a way (block) to measure the Offset, Amplitude of a... 19 May 2010 07:08
Connecting PMSM block to SimMechanics Hi ! I want to simulate a linear actuator with Simscape. I am using the PMSM block and the PM synchronous drive block. The input of the PMSM should be the tourque, to use the internal mechanical system. To simulate the mechanics, I thought about using the simMechanics library. But the PMSM (PM synchrounous motor d... 19 May 2010 07:08
use of real time workshop Hey, Do you want to generate the code using RTW? Thanks "Chandra Shekar " <tchandoo_in(a)yahoo.com> wrote in message <h2f29t$meh$1(a)fred.mathworks.com>... during simulation i am getting an error"Memory allocation error", how to rectify the same? 1.How to use Real-Time Workshop? 2.How to update th... 19 May 2010 07:08
how to import data from multiple text files? Hi, I have 500+ text files, each storing an integer value inside, and Im trying to import all those values to matlab by using textscan function...the files are all having similar names like test1.txt, test2.txt ....sounds not difficult but as a beginner it takes me few hours searching through the internet end up ve... 19 May 2010 07:08
write output to excel Hi dears, I am new member of mathgroups,my outputs in matlab are as complex numbers,I want to know how can I write them into an excel file. Thanks Maryam ... 19 May 2010 13:47
Displaying multiple dicom images in gui Hi there, I am making a matlab gui with dicom images. I am stuck on the problem where I need to display multiple dicom images in a single Axes i.e. multiple images loaded as frames and can be viewed as a slideshow. Like a 'Next' n 'Previous' push buttons or image changing using a the scroller on the mouse. I have t... 19 May 2010 08:13
hessian help! hi i have to evaluate the Hessian matrix for my Simulink model. I wrote my cost function in such a way that parameters of my Simulink model and NOT the states are the indipendents variables. At the purpose i wrote function costf = aircraft_costf(parameters) % my cost function assignin('caller','CL0',parameter... 19 May 2010 12:40
call output in function I defined % pick.m function [A,B,C] = pick(x,y,z) A = x+y; B = y; C = x; % end of function In another .m file if i need only A or B then how to call. I do not want to use gloabl. ... 19 May 2010 06:03 |