Rank: 787 based on 139 downloads (last 30 days) and 5 files submitted
photo

Andrey Popov

E-mail

Personal Profile:

Professional Interests:
control, controller design, metaheuristics

 

Watch this Author's files

 

Files Posted by Andrey View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
29 Oct 2009 Permute a Matrix From given order of rearrangement constructs the permutation matrix P and computes B = P'*A*P Author: Andrey Popov matrix, permutate 34 2
23 Jul 2009 Screenshot SDF - Set the Figure Set the line width and fonts of a figure, as if using the File->Export setup in the figure menu Author: Andrey Popov plot, export, line width, font size, figure 39 4
  • 4.66667
4.7 | 3 ratings
24 May 2009 combineOpt Combine user provided option's structure with a default one Author: Andrey Popov default, options, structures, function, cell arrays, combine 19 1
24 May 2009 extracthelp Extract the help information of all M function in a folder Author: Andrey Popov extract, help, pcode, utilities, p code 33 1
24 May 2009 Path tools - Dynamic Toolbox Management Dynamical toolbox path management. Developer's tweak. Author: Andrey Popov path navigation toolb... 14 0
  • 5.0
5.0 | 1 rating
Comments and Ratings by Andrey
Updated File Comments Rating
23 Jul 2009 SDF - Set the Figure Set the line width and fonts of a figure, as if using the File->Export setup in the figure menu Author: Andrey Popov

@us
Thanks for the idea. Already implemented.

Comments and Ratings on Andrey's Files View all
Updated File Comment by Comments Rating
09 Oct 2009 SDF - Set the Figure Set the line width and fonts of a figure, as if using the File->Export setup in the figure menu Author: Andrey Popov Dinh, Hung

28 Aug 2009 Permute a Matrix From given order of rearrangement constructs the permutation matrix P and computes B = P'*A*P Author: Andrey Popov Jos

I was a little sloppy .. I meant the second output ...

27 Aug 2009 Permute a Matrix From given order of rearrangement constructs the permutation matrix P and computes B = P'*A*P Author: Andrey Popov Jos

This function does not work (and rightfully so!) when 1) the input is not square or when idp does not contain a permutation of all N numbers between 1 and N (for instance [1 3 3]). However, such likely inputs lead to unfriendly error messages, so I suggest you add some error checks in your code.
Furthermore, P can be defined more easily as
  P = eye(size(A)) ;
  P = P(idp,:) ;
Finally, the help section is quite nice, but lacks a description of the third output. And, btw, is the copyright really needed given the BSD license. So, room for improvement.

30 Jul 2009 SDF - Set the Figure Set the line width and fonts of a figure, as if using the File->Export setup in the figure menu Author: Andrey Popov Cendula, Peter

exactly what I was looking for!
Just one Q: the dimension of figure from SDF with 'PowerPoint' is 876x656, but the one I got when actually clicking File-->Export Setup-> Load Style ->PowerPoint is only 561x420, why is this? Both pictures have similar dimension when imported in PowerPoint, so there's another resolution for them?

28 Jul 2009 Path tools - Dynamic Toolbox Management Dynamical toolbox path management. Developer's tweak. Author: Andrey Popov Guillaume

Top Tags Applied by Andrey
cell arrays, combine, default, export, extract
Files Tagged by Andrey View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
29 Oct 2009 Permute a Matrix From given order of rearrangement constructs the permutation matrix P and computes B = P'*A*P Author: Andrey Popov matrix, permutate 34 2
23 Jul 2009 Screenshot SDF - Set the Figure Set the line width and fonts of a figure, as if using the File->Export setup in the figure menu Author: Andrey Popov plot, export, line width, font size, figure 39 4
  • 4.66667
4.7 | 3 ratings
24 May 2009 combineOpt Combine user provided option's structure with a default one Author: Andrey Popov default, options, structures, function, cell arrays, combine 19 1
24 May 2009 extracthelp Extract the help information of all M function in a folder Author: Andrey Popov extract, help, pcode, utilities, p code 33 1
24 May 2009 Path tools - Dynamic Toolbox Management Dynamical toolbox path management. Developer's tweak. Author: Andrey Popov path navigation toolb... 14 0
  • 5.0
5.0 | 1 rating
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com