diff options
author | alekhgupta1441 <alekhgupta1441@gmail.com> | 2020-03-13 01:49:58 +0530 |
---|---|---|
committer | Derek Kozel <derek.kozel@gmail.com> | 2020-03-12 21:26:40 +0000 |
commit | edaa88fbc889a3d09fd374c3eb49cd46174b049f (patch) | |
tree | 7f89a8afd17254c59dd139c5bc306bad61bc0773 /gr-utils/octave/write_float_binary.m | |
parent | 6119083da9a7686cf7c162b9c94927e2b66e4284 (diff) |
gr-utils:'#'replaced by '%' for commenting in codes.
Diffstat (limited to 'gr-utils/octave/write_float_binary.m')
-rw-r--r-- | gr-utils/octave/write_float_binary.m | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/gr-utils/octave/write_float_binary.m b/gr-utils/octave/write_float_binary.m index 01905c1d54..75309c07f1 100644 --- a/gr-utils/octave/write_float_binary.m +++ b/gr-utils/octave/write_float_binary.m @@ -1,18 +1,18 @@ -# -# Copyright 2001 Free Software Foundation, Inc. -# -# This file is part of GNU Radio -# -# SPDX-License-Identifier: GPL-3.0-or-later -# -# +% +% Copyright 2001 Free Software Foundation, Inc. +% +% This file is part of GNU Radio +% +% SPDX-License-Identifier: GPL-3.0-or-later +% +% function v = write_float_binary (data, filename) - ## usage: write_float_binary (data, filename) - ## - ## open filename and write data to it as 32 bit floats - ## + %% usage: write_float_binary (data, filename) + %% + %% open filename and write data to it as 32 bit floats + %% if ((m = nargchk (2,2,nargin))) usage (m); |