help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Questions from user


From: Omar Aldakkak
Subject: Questions from user
Date: Wed, 13 Aug 2014 17:52:22 +0800

Hello ...
could you help me please ?
I'm PhD student , I'm working on LTE-Sim tools
when I finished my simulation and got the results, I had to generate figures
I'v been advised to use (Octave) as well as its free and efficiency ...
So I install it using :
sudo get-apt install update
sudo get-apt install octave
now I got octave (I'm using Ubuntu 12.04 32bit)
after that I moved the all (m) files to octave path with the results....
in the terminal I wrote:
octave
pwd
then 
I got : octave:1>
I entered: "makegraphs"
I got error like this: 
 Invalid call to box.  Correct usage is:

 -- Function File:  box (ARG)
 -- Function File:  box (H, ...)

then a figure showed up (but without any line), only x,y axis ....(I attached it)
so I opened makegraphs.m then I added :
function makegraphs.m(arg)
but I got this error:
parse error near line 1 of file /home/omar/makegraphs.m

  syntax error

>>> function makegraphs.m(arg)
I will attach makegraphs.m  & all the related graphic files in this e-mail
By the way: I'm using shell codes... I attached it too 
I hope that you can help me
any help will be highly appreciated
Best Regards.   

Attachment: makegraphs.m
Description: Text Data

Attachment: plotlog.m
Description: Text Data

Attachment: plotnormal.m
Description: Text Data

Attachment: postsim.sh
Description: Bourne shell script

Attachment: run.sh
Description: Bourne shell script

Attachment: createfigure.m
Description: Text Data

Attachment: figure
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]