a looping problem Hi guys, I'm asking for some more help.I have a looping problem. My entire code is below. I want to basically return M = [ 2049.7202; 3357.3591]. I only seem to return one of these depending on if I use: % for i = 3:6 % for j = 10:11 OR % for i = 8:9 % for j = 7:11 ... 5 Aug 2010 18:02
selecting many small vectors from large vector at irregular interval Hi, Thanks for reading this post.... I would like to select many small vectors from large vector and store them in a matrix. The small vectors start at irregular intervals so the reshape() function may not be the best function to use. I am currently using a for-loop to do the job but it is extremely slow. ... 5 Aug 2010 16:53
Digital Motor Universal Management Relay Simulator Hi all, Kindly note that i am starting a project for Digital Motor Universal Management Relay Simulator using simulink Do any one have similar project ? ... 5 Aug 2010 15:46
How to Split a Matrix I have a matrix like... A = [ 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9] I want to split it like... B = [1 2 5 6 9 1 2 5 6 9 1 2 5 6 9 1 2 5 6 9 1 2 5 6 9] C = [3 4 7 8 3 4 7 8 ... 5 Aug 2010 15:46
Read data from txt "Kris zenitis" <gio.1988(a)hotmai.com> wrote in message <i3en9s$nc$1(a)fred.mathworks.com>... Hello there, I ve got a txt file which have some text and the data that i want. How can i ignore the text and o read only the data which is some numbers?? a hint: help textread; % <- and its siblings... us ... 5 Aug 2010 15:46
matlab, fuzzy, image processing, watermarking, Help i need to do a simple apply for the fuzzy & image in matlab my point is image watermarking using fuzzy logic ,,, this is the general idea & i need to write any matlab code around this area simple example or application just to have a wide idea about how all those side may get connected) ... i have read the Fuzzy toolbo... 5 Aug 2010 18:02
switching aroundiing a matrix Hi guys, i'd like some help on the following: If i have matrix : A = [ 5 6 7 32; 11 8 9 70; 67 3 28 45] But I want to switch around the rows such that the matrix would like like the following: A = [ 32 7 6 5; 70 9 8 11; 45 28 3 67] ... 5 Aug 2010 15:46
Complex integra problem Hi. Suppose, I have integral I(t)=int from 0 to inf x^-2 (1-0.8*i*t*x)^-5*erfc(1-logx/5)dx Function dblquad is used to calculate int from 0 to inf I(t)dt But how can I use it to calculate int from 0 to inf I(t)*I(t)dt ? Do I need here nested handles? If yes, then how should I apply them? Or maybe you know so... 6 Aug 2010 10:26
Java versions in Matlab Hi all, I am collating information about the different Java versions pre-bundled with Matlab on different platforms and Matlab releases. For example, I know about the following Matlab releases on Windows: - Release 12 (6.0) – Java 1.1.8 - Release 12.1 (6.1) – Java 1.3.0 - Release 13 (6.5) R... 5 Aug 2010 16:54
Read data from txt "Kris zenitis" <gio.1988(a)hotmai.com> wrote in message <i3en9s$nc$1(a)fred.mathworks.com>... Hello there, I ve got a txt file which have some text and the data that i want. How can i ignore the text and o read only the data which is some numbers?? a hint help textscan Oleg ... 5 Aug 2010 13:33 |