[Scilab-users] for loop in xcos

2014-10-29 Thread Candio
) or 2), I would be grateful. Candio forLoopSubsystem.zcos <http://mailinglists.scilab.org/file/n4031449/forLoopSubsystem.zcos> -- View this message in context: http://mailinglists.scilab.org/for-loop-in-xcos-tp4031449.html Sent from the Scilab users - Mailing Lists Archives mailing

Re: [Scilab-users] Iterator in XCOS?

2014-10-24 Thread Candio
orIterator"]; pal = xcosPal('Iterators'); for i=1:size(interfaces, '*') pal = xcosPalAddBlock(pal, interfaces(i)); end xcosPalAdd(pal) If there exists a better way, I'd love to hear it. Regards, Candio -- View this message in context: http://mailinglists.sc

Re: [Scilab-users] Iterator in XCOS?

2014-10-23 Thread Candio
Hello, I don't understand the solution to this question. It appears the for/while iterator blocks have been removed in XCOS; however I don't understand the proposed work-around. Can you please clarify? Candice -- View this message in context: http://mailinglists.scilab.org/Iterator-in-XCOS

[Scilab-users] ?E embedded scilab function in XCOS

2014-10-23 Thread Candio
ded scilab code in XCOS? It looks like my question might be answered here; unfortunately I can't read German. http://www.gomatlab.de/embedded-function-block-in-scicos-scilab-t14301.html Candio -- View this message in context: http://mailinglists.scilab.org/E-embedded-scilab-function-in

Re: [Scilab-users] interpreting showprofile results

2014-10-22 Thread Candio
Hi Samuel, It works beautifully now; thank you for helping me understand how to use the profiling functions correctly. Candio On Wed, Oct 22, 2014 at 9:30 AM, Samuel GOUGEON [via Scilab / Xcos - Mailing Lists Archives] wrote: > Hello Candio, > I just caught it: add_profile() prepar

Re: [Scilab-users] interpreting showprofile results

2014-10-21 Thread Candio
. 0.0.4. ans(:,2) = ans(:,2)*1000 ans = 0.0.0. 0.0.0. 0.0.4. 0.0.4. 0.0.4. 0.0.4. 0.0.4. 0.0.4. -->ans(:,1) ans = 0. 0. 0. 0. 0. 0. 0. Candio On Tue, Oct

Re: [Scilab-users] interpreting showprofile results

2014-10-21 Thread Candio
Hi Samuel, Thank you for your reply. I am using SciLab 5.5.1. I will try to multiply the results by 1000; in the meantime, since this bug should be fixed in the version I downloaded, please let me know if there's something else I can do. Candio -- View this message in context:

[Scilab-users] interpreting showprofile results

2014-10-20 Thread Candio
Hello, I am trying to profile a function. The steps I've done so far, after loading all functions into workspace, is add_profile("myfunc") profile(myfunc) showprofile(myfunc) The last command returns the text of the funtion with the array to the right |0|0|4 | |0|0|0 | |0|0|0 | |0|0|0 |