Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Shell equivalent of matlab fwrite function Post 302959159 by darwin_886 on Thursday 29th of October 2015 12:13:39 PM
Old 10-29-2015
Perfect - thanks!
 

10 More Discussions You Might Find Interesting

1. Linux

Equivalent function of [ kbhit() ] In TURBO C

ANy one knows equivalent function of which in Turbo C. I want to Execute Certain loop until any key is pressed. i.e while(!kbhit) { ---------- ---------- } This code work fine in DOS but NOt in LINUX i try to use but not getting the expected result ... (0 Replies)
Discussion started by: niravuchat
0 Replies

2. Programming

equivalent function for wherey( ) ??

what is the equivalent function for wherey( ) ?? That is to return the current column position? (2 Replies)
Discussion started by: rockgal
2 Replies

3. Shell Programming and Scripting

Bash equivalent of perl's pack function ?

Is there an equivalent of perl's pack function in bash ? Or in other words, how can I achieve the same thing in bash ? Much appreciated. (1 Reply)
Discussion started by: NewDeb
1 Replies

4. Shell Programming and Scripting

shell script equivalent for tcl function

Hello, I need experts help in converting the below tcl function to korn shell function equivalent. proc lsNetMaskToBits {mask} { set dw ; # Top N bits set set dw 0x ; # Make sure it's hexadecimal, else XOR fails. puts "lsNetMaskToBits dw $dw" set dw ; # Complement => low 32-N bits... (1 Reply)
Discussion started by: JackMelson
1 Replies

5. Programming

segmentation fault in fwrite function

Hi, my code is written in proC and it is in UNIX(AIX).I have written a small code for writing data into a binary file,but while writing my program is giving core dump. Here Is my code---- fpWriteFile = fopen(WriteFileName,"wb+"); CHAR *recvgen; recvgen = (char... (7 Replies)
Discussion started by: ajaysahoo
7 Replies

6. Programming

Equivalent function for matlab on scilab

Hello everyone, i need help with this , i need the equivalent matlab funtion tf(x,y) in scilab and what do u recommend best from those three for a linux user (i need it for Control theory): 1-matlab 2-Scilab 3-Octave thank you for your time (0 Replies)
Discussion started by: abu_malek
0 Replies

7. Shell Programming and Scripting

Output of matlab as a variable for shell script

I'm running a matlab code within a shell script. This is how I do it, matlab -nodesktop -nosplash -nojvm -r "my_program;quit" This works fine. My matlab code prints out a single number, say "ans = 10" for example. I want to assign this to a variable in the shell script. I tried doing this... (18 Replies)
Discussion started by: lost.identity
18 Replies

8. Programming

The fwrite function is not returning error, if the file was removed.

The fwrite function call is not returning error, when the file it writes to is removed, please advise on how to find if the file already opened and being written by a program is removed manually or by some other process. please see the code below, #include<stdio.h> #include<stdlib.h> ... (3 Replies)
Discussion started by: Kesavan
3 Replies

9. Shell Programming and Scripting

Java - Arrays.binarySearch function equivalent in awk

Hi all Does anyone know Java-Arrays.binarySearch function equivalent in awk I tried like this but it's not correct one,it just returns array index if and only when searched value available in array, for some reason if searched value not found then I want to return upper nearest neighbour index.... (1 Reply)
Discussion started by: Akshay Hegde
1 Replies

10. Shell Programming and Scripting

Equivalent to let command in POSIX shell

Hi all, I am learning POSIX shell programming, and the book I read, uses the let command for integer arithmetic. I have downloaded and use the shellcheck program on Linux. This programs says: In POSIX sh, 'let' is undefined. See the screenshot attached. What is the POSIX... (1 Reply)
Discussion started by: johnprogrammer
1 Replies
LaTeX2HTML(1)						      General Commands Manual						     LaTeX2HTML(1)

NAME
latex2html - translate LaTeX files to HTML (HyperText Markup Language) SYNOPSIS
latex2html [-address author-address] [-antialias] [-antialias_text] [-ascii_mode] [-auto_navigation] [-auto_prefix] [-biblio URL] [-bottom_navigation] [-contents URL] [-contents_in_navigation] [-custom_titles] [-debug] [-dir output-directory] [-discard] [-down_title string] [-down_url URL] [-external_file filename] [-external_images] [-font_size size] [-h(elp)] [-html_version (2.0|3.0|3.2)[,(math|i18n|table)]*] [-images_only] [-index URL] [-index_in_navigation] [-info string] [-init_file file] [-iso_language type] [-ldump] [-link num] [-local_icons] [-long_titles num] [-next_page_in_navigation] [-no_antialias] [-no_antialias_text] [-no_auto_link] [-no_footnode] [-no_fork] [-no_images] [-no_math] [-no_navigation] [-no_reuse] [-no_subdir] [-no_tex_defs] [-no_white] [-nolatex] [-numbered_footnotes] [-prefix filename-prefix] [-prev_title string] [-prev_url URL] [-previous_page_in_navigation] [-ps_images] [-reuse reuse_option] [-scalable_fonts] [-short_extn] [-short_index] [-show_section_numbers] [-split + num] [-split num] [-t top-page-title] [-tmp path] [-toc_depth num] [-toc_stars] [-top_navigation] [-unsegment] [-up_title string] [-up_url URL] [-v] [-verbosity num] [-white] file(s) DESCRIPTION
LaTeX2HTML is a Perl program that translates LaTeX source files into HTML. For each source file given as an argument the translator will create a directory containing the corresponding HTML files. See the WWW online documentation or the /usr/share/doc/pack- ages/latex2html/manual.ps.gz file for more detailed information and examples. PROBLEMS
For information on various problems and remedies see the WWW online documentation or the documents available in the distribution. A mail- ing list for technical discussion about latex2html, bugs and enhancements is available at latex2html@tug.org SUSE installation In /usr/share/doc/packages/latex2html you may find more information about this package. AUTHOR
Nikos Drakos, Computer Based Learning Unit, University of Leeds <nikos@cbl.leeds.ac.uk>. Several people have contributed suggestions, ideas, solutions, support and encouragement. The pstogif script uses the pstoppm.ps postscript program originally written by Phillip Conrad (Perfect Byte, Inc.) and modified by L. Peter Deutsch (Aladdin Enterprises). 7th Edition LaTeX2HTML(1)
All times are GMT -4. The time now is 11:49 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy