Change length of legend line sample?
Is there any way in MATLAB to reduce the length of the line sample, as it is with i.e. Gnuplot (set key samplen 'sample length')? When I search in the product help I find examples for changing almost everything else, but can't find anything about this. ... 12 Mar 2010 12:46
multiple variables in if condition in mat lab
Hello sir, Could you just tell me how to rite multiple variables in if condition in matlab, one's could you just check below code if val1 == 4 || val1 == 5 || val1 == 0 && val2 == 1 && val3 == 6 || val3 == 2 && val4 == 1 && val5 >= 25 && val5 <= 32 || val5 >= 120 && val5 <= 130 && val6 == 1 at = 4; ... 12 Mar 2010 06:06
Make error:Making simulation target
I have used a embedded matlab function block in simulink, before that it was running properly, but after inclusion of this block, the error 'Make error:Making simulation target' occurs. I also run mex -setup. but, The error is still there. plzz help me how to correct the error. I am working in onject tracking from vide... 12 Mar 2010 03:56
MCR Compiler - Message: Cannot find imreconstructmex.mexw32
Hello, I compiled an m-file, using the MCC compiler. Furthermore I installed the correct compiler on the computer which has no Matlab on it. Only, when I run the exe file on the computer with only the MCR compiler on it, I get the message that the module \images\private\imreconstructmex.mexw32 can not be found. ... 22 Mar 2010 09:22
Change length of legend line sample?
Is there any way in MATLAB to reduce the length of the line sample, as it is with i.e. Gnuplot (set key samplen 'sample length')? When I search in the product help I find examples for changing almost everything else, but can't find anything about this. ... 12 Mar 2010 03:56
Matlab homework help!
The assignment is to make a script that will let the user input a month such as 'January' or 'Jan' and have the output be something like 'The month is 1.' (For Feb, 'The month is 2.' and so on...) The instructions says to use if...elseif and it also told me to use the help function to find a way to compare strings. ... 12 Mar 2010 06:06
how to use objective function from neural network to optimize
James Allison <james.allison(a)mathworks.com> wrote in message <hnbbk9$di0$1(a)fred.mathworks.com>... The sim command (network/sim) may help you in getting the neural network model in the right format to use with the genetic algorithm. For example: function f = fitnessfcn(x) % define/load network param... 13 Mar 2010 02:08
SCALAR MODULATION OF MATRIX CONVERTER
"ashok kumar" <ashok_202(a)yahoo.co.in> wrote in message <hh4oso$6mj$1(a)fred.mathworks.com>... HELLO EVERYBODY THIS IS ASHOK FROM INDIA,I AM DOING PROJECT ON "VARIOUS MODULATION TECHNIQUES OF MATRIX CONVERTER". IN BASIC VENTURINI METHOD I GOT 50% OUTPUT,IN OPTIMIZATION METHOD HOW CAN I ADD THIRD HARMONIC VOLTAGES CAN U... 11 Mar 2010 21:20
Solving a 2-Compartment model in SimBiology
Hiya, I'm looking for a way to solve the following problem. I have data from two compartments, but don't know the transfer functions between them. They are rate limited. There is a bolus injection to the system and a sink. If the sink had an assumed rate, how would one go about getting the transfer coefficien... 11 Mar 2010 21:20
little question
Hi, I've a little question. After typing this in the Command Window: list= line(1, 3, 4, 5) How can I let the outcome exactly become like: list = 1 3 4 5 in stead of a = 1 b = 3 c = 4 d = 5 ?? Thanks in advance. ... 11 Mar 2010 21:20