how can I solve algebraic loop in my simulink model010 (8/27/2012 9:23:15 PM) I have simulink that include link with caarsim software as a simulation model and sub system that work as a controller block . i use 'matlab fcn' in my controller block that include 'if' command in it.
when I ... Taha_falahati(1)
gevp in lmi matlab toolbox3437 (12/8/2010 2:03:05 AM) Uses LMI toolbox in matlab to implement problem defined by Kazuo Tanaka's book
Page 78.
The constrains come form this book Pa... wang
"Undefined Function"122 (8/27/2012 3:06:12 PM) Hi,
I am new to MatLab so this is probably a really dumb question. I am trying to import an excel file into Matlab using the "importfile" function. in the script my code is as follows.
importfile('sp500.... harsh.singh08(3)
period of a measured sinusoidal time signal230 (8/27/2012 11:40:12 AM) Hello everybody,
I have a time-domain periodic sinusoidal signal (comes from measurement).
I also remove the bias.. Then I was thinking of the fastest way to calculate it's period.
"x, t" are the signal ... keivan.zavari(6)
extracting specific rows from a matrix #248 (8/27/2012 6:05:15 PM) Sorry if this seems basic, but I can't seem to find how to extract specific ranges of values from a matrix. The find command is great, but it gives me either the indices or the values of the one column, not the... fulldepth(2)
breakpoints ignored during debugging940 (4/4/2012 12:40:20 PM) Hi. I am currently having a frustrating problem which I am hoping someone can help me fix. When debugging code with breakpoints, sometimes the breakpoints get ignored for no apparent reason, but then when i t... drakesmithm(4)
"White space" in latex string in matlab129 (8/27/2012 3:28:15 PM) Does anyone know how to add white space into latex text? because it seems Matlab will cut it off automatically, e.g.
figure; text(0.5, 0.5, '$$a=b+c$$', 'interpreter', 'latex');
figure; text(0.5, 0.5, '$$a... wonderful.song(22)
stop loop when button pressed during video023 (8/27/2012 3:54:10 PM) I have a loop that reads in an AVI file a frame at a time. I have it so it runs continuously but I want to be able to "pause" it and click an another button to advance one frame. How do I loop in the main displ... alphatozetaREMOVETHIS(26)
Create 3D surface010 (8/27/2012 3:47:12 PM) Hello!
I want to create a surface out of 4 vertices given in global xyz-Coordinates as it is done in several programms for visualization porposes. I already thought about the possibility to create 2 triangle... thomas_fastl(6)
create matrix without loop015 (8/27/2012 3:20:16 PM) I have a matrix, for example,
[1 2 3 4 5 6 7 8 9 10]
which is to be split in the following way-
[1 2 3] [3 4 5] [5 6 7] [7 8 9] [9 10]
or
[1 2 3 4 5 6 7 8 9] -> [1 2 3] [3 4 5] [5 6 7] [7 8 9]
... sloop(7)