Simscape language tutorial
Hello NG, does anyone know a tutorial for modeling with the Simscape language. I have read all the Matlab tuts/help and the Hydraulics source code. The goal is to write extended low pressure blocks with chemical species for modeling sewer systems etc. like the CityDrain toolbox. I copied and modified a part o... 9 Apr 2010 14:30
GUI to .NET
I made a GUI design. I need to transfer this design to Asp.NET. Is this possible? If possible, how can I do?. Thank you. ... 5 Apr 2010 17:13
Results not repeatable for sum() function on fixed / deterministic vector
"us " <us(a)neurol.unizh.ch> wrote in message <hpdbvo$ik8$1(a)fred.mathworks.com>... "James Tursa" <aclassyguy_with_a_k_not_a_c(a)hotmail.com> wrote in message <hpdatu$351$1(a)fred.mathworks.com>... "us " <us(a)neurol.unizh.ch> wrote in message <hpd468$gr4$1(a)fred.mathworks.com>... for i=1:nt xr... 5 Apr 2010 17:13
Recursion in Matlab functions
I need to check whether a word is a palindrome or not using recursion. this is what i have so far: function result = isPalindrome(string) size = length(string); if length(string) == 1 || isempty(string) result = 'true'; elseif string(1) == string(size) string(1) = []; string(size-1)... 5 Apr 2010 18:20
solar module simulation
Hallo every one. I am a masters student doing a solar cell design research.Please help me with a simple matlab code for drawing i-v characteristics.I am also looking for open circuit voltage temperature coefficients and short circuit current temperature coefficients for different types of soalr cell,i.e Cadmium Tell... 5 Apr 2010 17:13
Matrix manipulation
Hi, I have the following matrix A = 23 45 11 67 53 39 But I would like it in the form: A = 23 45 11 67 53 39 Can anyone suggest something? Thanks ravi ... 5 Apr 2010 18:20
matlab masking help
I'm a little confused about doing a particular thing in matlab. I have the following picture. http://s287.photobucket.com/albums/ll149/herbozo2003/?action=view&current=untitled.jpg Now I want to get rid of the black background, and be able to reduce that pic and paste it onto another picture. But I am having trou... 6 Apr 2010 02:05
Image Segmentation using Subtraction
Hi there. I'm trying to isolate an object inside an image. So, I'll start off with two images: a) One which just contains the background (I1). b) One which contains the background + the object I want to isolate (I2). In theory, this should be pretty easy: subtract both images (I3 = imlincomb(1,I1,-1,I2)) and ... 5 Apr 2010 17:13
From Matlab to Simulink and Back
I am working on a project that needs Matlab programming into a robot. I was thinking of using Matlab and Simulink. Is there a way I can program in such a way that the robot will get the program from Matlab and then the program will go to Simulink, finish the program there and come back to Matlab and continue the progra... 5 Apr 2010 16:06
java exception on "import data"
No one likes these kind of questions, but I thought I'd ask, to see if anyone has had any experience. The following error appears when using the "file>import data" menu command. It is obviously related to the data preview, but I have no idea how to fix java errors... ******************** ??? Java exception oc... 6 Apr 2010 09:39