Learning Matlab
I'm planning to learn Matlab and so I'm wondering how to do it. I'm in my first year of Master in Computer science, and have already used Matlab on few occasions. I'm fairly experienced programmer, I've been programing for more then 10 years, and use C/C++, Java and Python on daily basis. I'd like to use M... 16 Jan 2010 08:24
cognitive radio
Hi all, can anyone send me any matlab code for cognitive radio simulation? Please help. ... 16 Jan 2010 08:24
Embedded matlab: 'operands must be constants' error
my problem was : ************************************ hi, comp_rate, comp_region2 and comp_region1 are inputs of the simulink real time block. code was : comp_ratio=comp_rate/100; comp_range=comp_region2-comp_region1; t=0:(comp_range*comp_ratio/comp_range):(comp_range*comp_ratio); ... 16 Jan 2010 07:19
convert m file (bwlabel inside) to c++
I used matlab in my university which is version 2007a I wrote m file with bwlabel function inside. I complie it with deploytool to make c++ lib , and call from vs2005, and it was build successfully, however it has run time error. when calling bwlabel1, it wrote in command prompt screen :undefined function or method '... 16 Jan 2010 07:19
convert m file (bwlabel inside) to c++
I used matlab in my university which is version 2007a I wrote m file with bwlabel function inside. I complie it with deploytool to make c++ lib , and call from vs2005, and it was build successfully, however it has run time error. when calling bwlabel1, it wrote in command prompt screen :undefined function or method '... 16 Jan 2010 07:19
Storing data in less than 8 bits
How do you store an data matrix in 4-bit integer format? Have any one already encountered any function in this forum for such problems? Or please suggest how to handle such problem in a easier way. ... 16 Jan 2010 07:19
how to convert an image of .mat to .jpg
Hi all, Can any body help me of how to convert an image of .mat that was compressed using wavelet compression to .jpg that can be read using matlab. THanx. ... 16 Jan 2010 08:24
here is a robot dynamics problem
Robot Dynamics 09/10 Project Part 1 Introduction: Compute the kinematics of the KUKA robot KR 30-3. Axes 4, 5, 6 are not considered, that means the robot has 3 degrees of freedom. Implement in Matlab the functions mentioned below for robot kinematics. As examples the functions for position and veloci... 16 Jan 2010 03:02
running matlab 7.1 on windows 7
when i start matlab 7.1 on win7, i get the following error message, error starting desktop, please help ... 16 Jan 2010 06:14
problem with fminunc: roots containing NaN or Inf
Hi, I have a problem when I run fminunc, which involves a termination of the optimization with this error message: ??? Error using ==> roots at 28 Input to ROOTS must not contain NaN or Inf. I've read other threads about this problem that seem to say that it is due to initial parameter values, but the strange... 18 Jan 2010 14:16