manuel scilab -...

2226
Manuel Scilab

Upload: others

Post on 29-Oct-2019

49 views

Category:

Documents


2 download

TRANSCRIPT

  • Manuel Scilab

  • Manuel Scilab

  • iv

    Table des matièresI. Scilab ...................................................................................................................... 1

    abort ................................................................................................................... 2add_demo ............................................................................................................ 3ans ..................................................................................................................... 4argn .................................................................................................................... 5backslash (\) ......................................................................................................... 6banner ................................................................................................................. 7boolean ............................................................................................................... 8brackets ([,]) ........................................................................................................ 9break ................................................................................................................. 10case .................................................................................................................. 11chdir ................................................................................................................. 12clear .................................................................................................................. 13clearfun ............................................................................................................. 14clearglobal ......................................................................................................... 15colon (:) ............................................................................................................ 16comma (,) .......................................................................................................... 17comments .......................................................................................................... 18comp ................................................................................................................. 19comparison ......................................................................................................... 20continue ............................................................................................................. 22debug ................................................................................................................ 23delbpt ................................................................................................................ 24dispbpt .............................................................................................................. 25do ..................................................................................................................... 26dot (.) ................................................................................................................ 27edit ................................................................................................................... 28else ................................................................................................................... 29elseif ................................................................................................................. 30empty ([]) .......................................................................................................... 31end ................................................................................................................... 32equal ................................................................................................................. 33errcatch ............................................................................................................. 34errclear .............................................................................................................. 36error .................................................................................................................. 37error_table .......................................................................................................... 38evstr .................................................................................................................. 46exec .................................................................................................................. 47exists ................................................................................................................. 49exit ................................................................................................................... 50external ............................................................................................................. 51extraction ........................................................................................................... 52for .................................................................................................................... 56format ............................................................................................................... 57funcprot ............................................................................................................. 58funptr ................................................................................................................ 59getdebuginfo ....................................................................................................... 60getmd5 .............................................................................................................. 61getmemory ......................................................................................................... 62getmodules ......................................................................................................... 63getos ................................................................................................................. 64getscilabmode ..................................................................................................... 65getshell .............................................................................................................. 66getvariablesonstack .............................................................................................. 67getversion .......................................................................................................... 68

  • Manuel Scilab

    v

    global ............................................................................................................... 69gstacksize .......................................................................................................... 70hat (^) ............................................................................................................... 71ieee ................................................................................................................... 72if then else ......................................................................................................... 73insertion ............................................................................................................ 74intppty ............................................................................................................... 78inv_coeff ........................................................................................................... 79iserror ............................................................................................................... 80isglobal .............................................................................................................. 81lasterror ............................................................................................................. 82left ([) ............................................................................................................... 83less ................................................................................................................... 84librarieslist ......................................................................................................... 85libraryinfo .......................................................................................................... 86macr2lst ............................................................................................................. 87macr2tree ........................................................................................................... 89matrices ............................................................................................................. 90matrix ............................................................................................................... 91mode ................................................................................................................. 92mtlb_mode ......................................................................................................... 93names ................................................................................................................ 94newfun .............................................................................................................. 95null ................................................................................................................... 96parents ( ) .......................................................................................................... 97pause ................................................................................................................. 99percent (%) ....................................................................................................... 100perl ................................................................................................................. 101plus (+) ............................................................................................................ 102poly ................................................................................................................. 103power .............................................................................................................. 104predef .............................................................................................................. 105pwd ................................................................................................................. 106quit ................................................................................................................. 107quote (') ........................................................................................................... 108rational ............................................................................................................ 109readgateway ...................................................................................................... 110resume ............................................................................................................. 111return ............................................................................................................... 112sciargs ............................................................................................................. 113scilab ............................................................................................................. 114select ............................................................................................................... 116semicolon (;) ..................................................................................................... 117setbpt ............................................................................................................... 118sethomedirectory ............................................................................................... 119slash (/) ........................................................................................................... 120stacksize .......................................................................................................... 121star (*) ............................................................................................................. 122startup ............................................................................................................. 123symbols ........................................................................................................... 124testmatrix ......................................................................................................... 125then ................................................................................................................. 126tilda (~) ........................................................................................................... 127try ................................................................................................................... 128type ................................................................................................................. 129typename .......................................................................................................... 130user ................................................................................................................. 131varn ................................................................................................................. 132

  • Manuel Scilab

    vi

    ver .................................................................................................................. 133warning ............................................................................................................ 134what ................................................................................................................ 135where .............................................................................................................. 136whereami ......................................................................................................... 137whereis ............................................................................................................ 138while ............................................................................................................... 139who ................................................................................................................. 140who_user .......................................................................................................... 141whos ............................................................................................................... 142with_atlas ......................................................................................................... 143with_gtk ........................................................................................................... 144with_javasci ...................................................................................................... 145with_macros_source ........................................................................................... 146with_module ..................................................................................................... 147with_pvm ......................................................................................................... 148with_texmacs .................................................................................................... 149with_tk ............................................................................................................ 150

    II. ARnoldi PACKage ................................................................................................ 151dnaupd ............................................................................................................. 152dneupd ............................................................................................................. 158dsaupd ............................................................................................................. 159dseupd ............................................................................................................. 165znaupd ............................................................................................................. 166zneupd ............................................................................................................. 167

    III. Aide à la conversion Matlab vers Scilab ................................................................... 168A_propos_des_outils_M2SCI ............................................................................... 169Contents ........................................................................................................... 171Cste ................................................................................................................. 172Equal ............................................................................................................... 173Funcall ............................................................................................................ 174Infer ................................................................................................................ 175Chaines_de_caracteres_Matlab-Scilab .................................................................... 176Operation ......................................................................................................... 177Type ................................................................................................................ 178Variable ........................................................................................................... 179get_contents_infer .............................................................................................. 180m2scideclare ..................................................................................................... 181matfile2sci ........................................................................................................ 183mfile2sci .......................................................................................................... 184sci_files ........................................................................................................... 187translatepaths .................................................................................................... 189

    IV. Algorithmes génétiques ......................................................................................... 190coding_ga_binary ............................................................................................... 191coding_ga_identity ............................................................................................. 192crossover_ga_binary ........................................................................................... 193crossover_ga_default .......................................................................................... 194init_ga_default .................................................................................................. 195mutation_ga_binary ............................................................................................ 196mutation_ga_default ........................................................................................... 197optim_ga .......................................................................................................... 198optim_moga ...................................................................................................... 200optim_nsga ....................................................................................................... 202optim_nsga2 ..................................................................................................... 204pareto_filter ...................................................................................................... 206selection_ga_elitist ............................................................................................. 207selection_ga_random .......................................................................................... 209

    V. Algèbre Lineaire ................................................................................................... 211

  • Manuel Scilab

    vii

    aff2ab .............................................................................................................. 212balanc .............................................................................................................. 214bdiag ............................................................................................................... 215chfact .............................................................................................................. 216chol ................................................................................................................. 217chsolve ............................................................................................................ 218classmarkov ...................................................................................................... 219cmb_lin ............................................................................................................ 220coff ................................................................................................................. 221colcomp ........................................................................................................... 222companion ........................................................................................................ 223cond ................................................................................................................ 224det ................................................................................................................. 225eigenmarkov ..................................................................................................... 226ereduc .............................................................................................................. 227expm ............................................................................................................... 228fstair ................................................................................................................ 229fullrf ................................................................................................................ 231fullrfk .............................................................................................................. 232genmarkov ........................................................................................................ 233givens .............................................................................................................. 234glever .............................................................................................................. 235gschur .............................................................................................................. 236gspec ............................................................................................................... 238hess ................................................................................................................. 239householder ...................................................................................................... 240im_inv ............................................................................................................. 241inv .................................................................................................................. 242kernel .............................................................................................................. 243kroneck ............................................................................................................ 244linsolve ............................................................................................................ 246lsq ................................................................................................................... 247lu .................................................................................................................... 249lyap ................................................................................................................ 250nlev ................................................................................................................. 251orth ................................................................................................................. 252pbig ................................................................................................................. 253pencan ............................................................................................................. 254penlaur ............................................................................................................ 256pinv ................................................................................................................. 258polar ................................................................................................................ 259proj ................................................................................................................. 260projspec ........................................................................................................... 261psmall .............................................................................................................. 262qr .................................................................................................................... 264quaskro ............................................................................................................ 266randpencil ........................................................................................................ 268range ............................................................................................................... 269rank ................................................................................................................. 270rankqr .............................................................................................................. 271rcond ............................................................................................................... 273rowcomp .......................................................................................................... 274rowshuff .......................................................................................................... 276rref .................................................................................................................. 277schur ............................................................................................................... 278spaninter .......................................................................................................... 282spanplus ........................................................................................................... 283spantwo ........................................................................................................... 284

  • Manuel Scilab

    viii

    spec ................................................................................................................. 286sqroot .............................................................................................................. 288squeeze ............................................................................................................ 289sva .................................................................................................................. 290svd ................................................................................................................. 291sylv ................................................................................................................. 292trace ............................................................................................................... 293

    VI. Bibliothèque graphique .......................................................................................... 294GlobalProperty .................................................................................................. 295Graphics .......................................................................................................... 299LineSpec .......................................................................................................... 305Matplot ............................................................................................................ 307Matplot1 .......................................................................................................... 310Matplot_properties ............................................................................................. 312Sfgrayplot ........................................................................................................ 314Sgrayplot .......................................................................................................... 316addcolor ........................................................................................................... 319alufunctions ...................................................................................................... 320arc_properties ................................................................................................... 321autumncolormap ................................................................................................ 323axes_properties .................................................................................................. 324axis_properties .................................................................................................. 332bar .................................................................................................................. 335barh ................................................................................................................. 337barhomogenize .................................................................................................. 339bonecolormap ................................................................................................... 341captions ........................................................................................................... 342champ .............................................................................................................. 344champ1 ............................................................................................................ 346champ_properties ............................................................................................... 348clear_pixmap .................................................................................................... 350clf ................................................................................................................... 351color ................................................................................................................ 353color_list .......................................................................................................... 354colorbar ........................................................................................................... 374colordef ........................................................................................................... 376colormap .......................................................................................................... 377Compound_properties ......................................................................................... 378contour ............................................................................................................ 379contour2d ......................................................................................................... 382contour2di ........................................................................................................ 384contourf ........................................................................................................... 386coolcolormap .................................................................................................... 388coppercolormap ................................................................................................. 389copy ................................................................................................................ 390delete ............................................................................................................... 391dragrect ............................................................................................................ 392draw ................................................................................................................ 393drawaxis .......................................................................................................... 394drawlater .......................................................................................................... 396drawnow .......................................................................................................... 398edit_curv .......................................................................................................... 399errbar ............................................................................................................... 400eval3d .............................................................................................................. 401eval3dp ............................................................................................................ 402event handler functions ....................................................................................... 403fac3d ............................................................................................................... 406fchamp ............................................................................................................ 407

  • Manuel Scilab

    ix

    fcontour ........................................................................................................... 409fcontour2d ........................................................................................................ 410fec .................................................................................................................. 411fec_properties ................................................................................................... 414fgrayplot .......................................................................................................... 416figure_properties ................................................................................................ 417fplot2d ............................................................................................................. 420fplot3d ............................................................................................................. 421fplot3d1 ........................................................................................................... 422gca .................................................................................................................. 423gce .................................................................................................................. 424gcf .................................................................................................................. 425gda .................................................................................................................. 426gdf .................................................................................................................. 428ged .................................................................................................................. 429genfac3d .......................................................................................................... 430geom3d ............................................................................................................ 431get .................................................................................................................. 432get_figure_handle .............................................................................................. 434getcolor ............................................................................................................ 435getfont ............................................................................................................. 436getlinestyle ....................................................................................................... 437getmark ............................................................................................................ 438getsymbol ......................................................................................................... 439glue ................................................................................................................. 440graduate ........................................................................................................... 441graphics_entities ................................................................................................ 442graycolormap .................................................................................................... 445grayplot ........................................................................................................... 446grayplot_properties ............................................................................................. 447graypolarplot ..................................................................................................... 449havewindow ...................................................................................................... 451hist3d .............................................................................................................. 452histplot ............................................................................................................ 453hotcolormap ...................................................................................................... 455hsv2rgb ............................................................................................................ 456hsvcolormap ..................................................................................................... 458is_handle_valid ................................................................................................. 459isoview ............................................................................................................ 460jetcolormap ....................................................................................................... 461label_properties ................................................................................................. 462legend .............................................................................................................. 464legend_properties ............................................................................................... 466legends ............................................................................................................ 469locate ............................................................................................................... 471mesh ............................................................................................................... 472milk_drop ......................................................................................................... 474move ............................................................................................................... 475name2rgb ......................................................................................................... 476newaxes ........................................................................................................... 477nf3d ................................................................................................................ 478object_editor .................................................................................................... 479oceancolormap .................................................................................................. 482oldplot ............................................................................................................. 483param3d ........................................................................................................... 484param3d1 ......................................................................................................... 486param3d_properties ............................................................................................ 489paramfplot2d ................................................................................................... 491

  • Manuel Scilab

    x

    pie .................................................................................................................. 492pinkcolormap .................................................................................................... 493plot ................................................................................................................. 494plot2d .............................................................................................................. 499plot2d1 ............................................................................................................ 504plot2d2 ............................................................................................................ 506plot2d3 ............................................................................................................ 507plot2d4 ............................................................................................................ 508plot2d_old_version ............................................................................................. 509plot3d .............................................................................................................. 513plot3d1 ............................................................................................................ 517plot3d2 ............................................................................................................ 520plot3d3 ............................................................................................................ 523plot3d_old_version ............................................................................................. 526plotframe .......................................................................................................... 529plzr ................................................................................................................. 531polarplot .......................................................................................................... 532polyline_properties ............................................................................................. 534rainbowcolormap ............................................................................................... 538rectangle_properties ........................................................................................... 539relocate_handle ................................................................................................. 542replot ............................................................................................................... 543rgb2name ......................................................................................................... 544rotate ............................................................................................................... 545rotate_axes ....................................................................................................... 546rubberbox ......................................................................................................... 547sca .................................................................................................................. 548scaling ............................................................................................................. 549scf ................................................................................................................... 550sd2sci .............................................................................................................. 551sda .................................................................................................................. 552sdf .................................................................................................................. 554secto3d ............................................................................................................ 555segs_properties .................................................................................................. 556set ................................................................................................................... 559set_posfig_dim .................................................................................................. 561seteventhandler .................................................................................................. 562show_pixmap .................................................................................................... 563show_window ................................................................................................... 564springcolormap .................................................................................................. 565square .............................................................................................................. 566stringbox .......................................................................................................... 567subplot ............................................................................................................. 569summercolormap ............................................................................................... 570surf ................................................................................................................. 571surface_properties .............................................................................................. 575swap_handles .................................................................................................... 579text_properties ................................................................................................... 581title ................................................................................................................. 584titlepage ........................................................................................................... 586twinkle ............................................................................................................ 587unglue ............................................................................................................. 588unzoom ............................................................................................................ 589whitecolormap ................................................................................................... 590winsid .............................................................................................................. 591wintercolormap ................................................................................................. 592xarc ................................................................................................................. 593xarcs ............................................................................................................... 594

  • Manuel Scilab

    xi

    xarrows ............................................................................................................ 595xbasc ............................................................................................................... 596xbasimp ........................................................................................................... 597xbasr ............................................................................................................... 598xchange ........................................................................................................... 599xclear .............................................................................................................. 600xclick .............................................................................................................. 601xclip ................................................................................................................ 603xdel ................................................................................................................. 605xfarc ................................................................................................................ 606xfarcs .............................................................................................................. 607xfpoly .............................................................................................................. 608xfpolys ............................................................................................................ 609xfrect ............................................................................................................... 611xget ................................................................................................................. 612xgetech ............................................................................................................ 614xgetmouse ........................................................................................................ 615xgraduate ......................................................................................................... 617xgrid ............................................................................................................... 618xinfo ............................................................................................................... 619xlfont ............................................................................................................... 620xload ............................................................................................................... 622xname .............................................................................................................. 623xnumb ............................................................................................................. 624xpause ............................................................................................................. 625xpoly ............................................................................................................... 626xpolys .............................................................................................................. 627xrect ................................................................................................................ 628xrects ............................................................................................................... 629xrpoly .............................................................................................................. 630xsave ............................................................................................................... 631xsegs ............................................................................................................... 632xselect ............................................................................................................. 633xset ................................................................................................................. 634xsetech ............................................................................................................ 637xsetm ............................................................................................................... 639xstring ............................................................................................................. 640xstringb ............................................................................................................ 641xstringl ............................................................................................................ 642xtape ............................................................................................................... 643xtitle ................................................................................................................ 644zoom_rect ........................................................................................................ 645

    VII. Booléens ........................................................................................................... 647bool2s .............................................................................................................. 648find ................................................................................................................. 649

    VIII. CACSD ............................................................................................................ 650abcd ................................................................................................................ 651abinv ............................................................................................................... 652arhnk ............................................................................................................... 656arl2 ................................................................................................................. 657arma ................................................................................................................ 659arma2p ............................................................................................................ 661armac .............................................................................................................. 662armax .............................................................................................................. 663armax1 ............................................................................................................ 665arsimul ............................................................................................................ 667augment ........................................................................................................... 668balreal ............................................................................................................. 670

  • Manuel Scilab

    xii

    bilin ................................................................................................................ 671black ............................................................................................................... 672bode ................................................................................................................ 674bstap ............................................................................................................... 676cainv ............................................................................................................... 677calfrq ............................................................................................................... 679canon ............................................................................................................... 680ccontrg ............................................................................................................ 682chart ................................................................................................................ 683cls2dls ............................................................................................................. 685colinout ............................................................................................................ 686colregul ............................................................................................................ 687cont_frm .......................................................................................................... 688cont_mat .......................................................................................................... 689contr ................................................................................................................ 690contrss ............................................................................................................. 692copfac .............................................................................................................. 693csim ................................................................................................................ 694ctr_gram .......................................................................................................... 696dbphi ............................................................................................................... 697dcf .................................................................................................................. 698ddp ................................................................................................................. 699des2ss .............................................................................................................. 701des2tf .............................................................................................................. 702dhinf ............................................................................................................... 704dhnorm ............................................................................................................ 707dscr ................................................................................................................. 708dsimul ............................................................................................................. 709dt_ility ............................................................................................................. 710dtsi .................................................................................................................. 712equil ................................................................................................................ 713equil1 .............................................................................................................. 714evans ............................................................................................................... 715feedback .......................................................................................................... 716findABCD ........................................................................................................ 717findAC ............................................................................................................ 720findBD ............................................................................................................ 722findBDK .......................................................................................................... 726findR ............................................................................................................... 729findx0BD ......................................................................................................... 732flts .................................................................................................................. 735fourplan ........................................................................................................... 738frep2tf ............................................................................................................. 739freq ................................................................................................................. 741freson .............................................................................................................. 742fspecg .............................................................................................................. 743fstabst .............................................................................................................. 744g_margin .......................................................................................................... 746gainplot ............................................................................................................ 748gamitg ............................................................................................................. 749gcare ............................................................................................................... 750gfare ................................................................................................................ 751gfrancis ............................................................................................................ 752gtild ................................................................................................................ 754h2norm ............................................................................................................ 756h_cl ................................................................................................................. 757h_inf ............................................................................................................... 758h_inf_st ............................................................................................................ 759

  • Manuel Scilab

    xiii

    h_norm ............................................................................................................ 760hankelsv ........................................................................................................... 761hinf ................................................................................................................. 762imrep2ss .......................................................................................................... 765inistate ............................................................................................................. 766invsyslin .......................................................................................................... 768kpure ............................................................................................................... 769krac2 ............................................................................................................... 770lcf ................................................................................................................... 771leqr ................................................................................................................. 772lft ................................................................................................................... 774lin ................................................................................................................... 776linf .................................................................................................................. 778linfn ................................................................................................................ 779linmeq ............................................................................................................. 780lqe .................................................................................................................. 784lqg .................................................................................................................. 787lqg2stan ........................................................................................................... 788lqg_ltr .............................................................................................................. 790lqr ................................................................................................................... 792ltitr .................................................................................................................. 794m_circle ........................................................................................................... 796macglov ........................................................................................................... 797markp2ss .......................................................................................................... 798minreal ............................................................................................................ 799minss ............................................................................................................... 800mucomp ........................................................................................................... 801narsimul ........................................................................................................... 802nehari .............................................................................................................. 803noisegen ........................................................................................................... 804nyquist ............................................................................................................. 805obs_gram ......................................................................................................... 807obscont ............................................................................................................ 808observer ........................................................................................................... 810obsv_mat .......................................................................................................... 812obsvss .............................................................................................................. 813p_margin .......................................................................................................... 814parrot ............................................................................................................... 816pfss ................................................................................................................. 817phasemag ......................................................................................................... 818ppol ................................................................................................................. 819prbs_a .............................................................................................................. 820projsl ............................................................................................................... 821reglin ............................................................................................................... 822repfreq ............................................................................................................. 823ric_desc ........................................................................................................... 825ricc ................................................................................................................. 827riccati .............................................................................................................. 830routh_t ............................................................................................................. 831rowinout .......................................................................................................... 832rowregul .......................................................................................................... 834rtitr ................................................................................................................. 835sensi ................................................................................................................ 838sgrid ................................................................................................................ 840show_margins ................................................................................................... 841sident ............................................................................................................... 842sm2des ............................................................................................................ 846sm2ss .............................................................................................................. 847

  • Manuel Scilab

    xiv

    sorder .............................................................................................................. 848specfact ............................................................................................................ 852ss2des .............................................................................................................. 853ss2ss ................................................................................................................ 854ss2tf ................................................................................................................ 856st_ility ............................................................................................................. 857stabil ............................................................................................................... 859svplot .............................................................................................................. 861sysfact ............................................................................................................. 863syssize ............................................................................................................. 864tf2des .............................................................................................................. 865tf2ss ................................................................................................................ 866time_id ............................................................................................................ 867trzeros ............................................................................................................. 869ui_observer ....................................................................................................... 871unobs ............................................................................................................... 873zeropen ............................................................................................................ 874zgrid ................................................................................................................ 875

    IX. Calculs formels .................................................................................................... 876addf ................................................................................................................. 877ldivf ................................................................................................................ 878mulf ................................................................................................................ 879rdivf ................................................................................................................ 880subf ................................................................................................................. 881

    X. Chaînes de caractères ............................................................................................. 882ascii ................................................................................................................ 883blanks .............................................................................................................. 884code2str ........................................................................................................... 885convstr ............................................................................................................. 886emptystr ........................................................................................................... 887grep ................................................................................................................. 888isalphanum ....................................................................................................... 889isascii .............................................................................................................. 890isdigit .............................................................................................................. 891isletter ............................................................................................................. 892isnum .............................................................................................................. 893justify .............................................................................................................. 894length .............................................................................................................. 895part ................................................................................................................. 896regexp ............................................................................................................. 897sci2exp ............................................................................................................ 898str2code ........................................................................................................... 899strcat ............................................................................................................... 900strchr ............................................................................................................... 901strcmp ............................................................................................................. 902strcmpi ............................................................................................................ 903strcspn ............................................................................................................. 904strindex ............................................................................................................ 905string ............................................................................................................... 906strings .............................................................................................................. 907stripblanks ........................................................................................................ 908strncmp ............................................................................................................ 909strrchr .............................................................................................................. 910strrev ............................................................................................................... 911strsplit ............................................................................................................. 912strspn ............................................................................................................... 913strstr ................................................................................................................ 914strsubst ............................................................................................................ 915

  • Manuel Scilab

    xv

    strtod ............................................................................................................... 916strtok ............................................................................................................... 917tokenpos .......................................................................................................... 918tokens .............................................................................................................. 919tree2code .......................................................................................................... 920

    XI. Completion ......................................................................................................... 921completion ........................................................................................................ 922

    XII. Entiers .............................................................................................................. 923iconvert .......................................................................................................... 924inttype ............................................................................................................. 925

    XIII. Entrées/Sorties ................................................................................................... 926deff ................................................................................................................. 927diary ................................................................................................................ 928disp ................................................................................................................. 929execstr ............................................................................................................. 930file .................................................................................................................. 932fileinfo ............................................................................................................. 935get_absolute_file_path ........................................................................................ 937getenv .............................................................................................................. 938getf ................................................................................................................. 939getio ................................................................................................................ 941getpid .............................................................................................................. 942getrelativefilename ............................................................................................. 943getscilabkeywords .............................................................................................. 944halt ................................................................................................................. 945host ................................................................................................................. 946input ................................................................................................................ 947keyboard .......................................................................................................... 948lib ................................................................................................................... 950load ................................................................................................................. 952newest ............................................................................................................. 953oldload ............................................................................................................ 954oldsave ............................................................................................................ 955print ................................................................................................................ 956printf ............................................................................................................... 957printf_conversion ............................................................................................... 958read ................................................................................................................. 960read4b ............................................................................................................. 962readb ............................................................................................................... 963readc_ .............................................................................................................. 964save ................................................................................................................. 965setenv .............................................................................................................. 967sprintf .............................................................................................................. 968sscanf .............................................................................................................. 969unix ................................................................................................................. 970unix_g ............................................................................................................. 971unix_s .............................................................................................................. 972unix_w ............................................................................................................ 973unix_x ............................................................................................................. 974writb ............................................................................................................... 975write ................................................................................................................ 976write4b ............................................................................................................ 977

    XIV. Entrées/Sorties [fichiers] ..................................................................................... 978basename ......................................................................................................... 979copyfile ............................................................................................................ 980createdir ........................................................................................................... 981deletefile .......................................................................................................... 982dir ................................................................................................................... 983

  • Manuel Scilab

    xvi

    dirname ............................................................................................................ 984dispfiles ........................................................................................................... 985fileext .............................................................................................................. 986fileparts ............................................................................................................ 987filesep .............................................................................................................. 988findfiles ........................................................................................................... 989fprintf .............................................................................................................. 990fprintfMat ......................................................................................................... 991fscanf .............................................................................................................. 992fscanfMat ......................................................................................................... 993fullfile ............................................................................................................. 994fullpath ............................................................................................................ 995getdrives .......................................................................................................... 996getlongpathname ................................................................................................ 997getshortpathname ............................................................................................... 998isdir ................................................................................................................. 999listfiles ........................................................................................................... 1000listvarinfile ...................................................................................................... 1001ls ................................................................................................................... 1002maxfiles ......................................................................................................... 1003mclearerr ........................................................................................................ 1004mclose ........................................................................................................... 1005mdelete .......................................................................................................... 1006meof .............................................................................................................. 1007merror ............................................................................................................ 1008mscanf ........................................................................................................... 1009mget .............................................................................................................. 1012mgetl ............................................................................................................. 1014mgetstr ........................................................................................................... 1015mkdir ............................................................................................................. 1016mopen ............................................................................................................ 1017mfprintf .......................................................................................................... 1019mput .............................................................................................................. 1021mputl ............................................................................................................. 1023mputstr ........................................................................................................... 1024mseek ............................................................................................................ 1025mtell .............................................................................................................. 1026pathconvert ..................................................................................................... 1027pathsep ........................................................................................................... 1028removedir ....................................................................................................... 1029rmdir ............................................................................................................. 1030save_format .................................................................................................... 1031scanf .....