First  |  Prev |  Next  |  Last
Pages: 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159
MTech project on Matlab/Simulink in the field of electronics
I wanted to do my masters project on Matlab Simulink. Can anyone help me in this regard? My specialization is digital electronics. If anyone has any IEEE papers which could be implemented in Matalb please share them with me as I need them urgently. ... 27 Jul 2010 16:09
I NEED HELP WITH CONVERTING A STRING TO A BOOLEAN VARIABLE!!! PLEASE HELP ME!!!!
I've got the following code: constantPath_str = textscan(fid1, '[%s]\n', 'CommentStyle', '%', 'delimiter', ']') constantPath=0; %Initalize boolean variable to false. constantPath_str=constantPath_str(1) boolcheck=strcmp(constantPath_str, 'true') %Check if the read data is = to true or false. if boolcheck==1 ... 27 Jul 2010 15:03
Placing a multidimensional array in a 2D array
So I am looking to create an array that is 2 dimensional for all columns except for one. So for example, Column A B C D E are 2D F is 3D with every element itself being an array So I want to create a matrix that looks like this A B C D E F* .. .. .. .. I cannot figure out how to do this without ... 27 Jul 2010 16:09
Indexing matrices
Hi everyone, I am wondering how one can index a matrix that is returned by a function without first storing it in a variable. For instance, I am using a function called extfeature.m which returns a 1 by 45 matrix containing the values of 45 features I have extracted from an EEG signal. I would like to store only the... 29 Jul 2010 12:58
GUI Error When Running
Hi Everyone, I have a GUI that runs fine, all the code I've written works correctly and it accomplishes what it should. However, every time I run the GUI I get the following error message in the terminal: ??? Error using ==> feval Undefined function or method 'figure1_ResizeFcn' for input arguments of type 'struc... 27 Jul 2010 13:56
Design of Experiments using statistics toolbox
I am considering purchasing the statistics toolbox to help plan a set of simulations in which several parameters are varied, with the goal of identifying which parameters give the biggest effect on some chosen variables. The parameters aren't independant: When several parameters are increased, the resulting effect... 9 Aug 2010 13:26
can sting variables run through loops question
hello and thanks for previous help... I am trying to run an array of string varialbes through a for loop. I have a program that is working when I pull in 2 excel files into matlab and then run them agains each other , but now i want to set the program up to pull in mulitples files into matlab and then to run the dif... 28 Jul 2010 11:51
Serial terminator question
I am trying to set up a serial communication link using a multi byte serial read terminator other than CR/LF. I need to read serial data that ends in a prompt sent by the transmitter, so ideally my read terminator would be [char(13), '>'] and I have tried to set the terminator to set(m, 'Terminator', { [char(13), '... 27 Jul 2010 13:56
Compile with gcc in Windows using OpenMP
Hello, I have installed gnumex v2.01 and MinGW v5.1.6 in Windows XP 32, in order to compile files in Matlab that have been paralellized with OpenMP since it supports the compiler gcc. I can "mex" C files now using gcc in Windows without any problem, but I wonder what do I have to do in order to mex files that use... 28 Jul 2010 09:38
Printing the % symbol
Good day I'm trying to get the percentage sign printed in a string in my m-file. So I tried to test my options and I'm not getting the answer I expected. Could anyone tell me what I doing wrong here? str1 = {num2str(sum(a),'%%')} or str1 = sprintf('%%',sum(a)) where a = 1:2:20 I just need str1 to contain one... 27 Jul 2010 17:16
First  |  Prev |  Next  |  Last
Pages: 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159