Code Monkey home page Code Monkey logo

Comments (5)

siko1056 avatar siko1056 commented on August 24, 2024

Thanks for your report. Could you answer a few questions to help you:

  1. How did you install Octave on your MacBook?
  2. Where did you download the SeDuMi archive to? In the screenshot I see you are working in the /Users directory. Can you switch to something like /Users/Sarita/Downloads to the extracted sedumi-1.3.5.zip or sedumi-1.3.5.tar.gz file?

from sedumi.

Sarita19875437 avatar Sarita19875437 commented on August 24, 2024

Thank you so much for getting back to me.
I downloaded it from the Octave app once and also tried the one from Octave wiki.
I tried to change the users but it doesn't work. Could you please write to me on my email so I can get more details I really need Octave for my assignment.

from sedumi.

siko1056 avatar siko1056 commented on August 24, 2024

For me it is difficult to give more help, as the description of the problem and the performed steps is very vague. I prefer the conversation here, so other users with the same problem might benefit from it.

Can you explain a little more precise what "I tried to change the users but it doesn't work." means.

Your Octave GUI should look something like this:

octave screenshot

Do you see the extracted SeDuMi folder inside the "File Browser" on the left? You can navigate inside your file system with the Octave "File Browser" like in the macOS Finder.

from sedumi.

Sarita19875437 avatar Sarita19875437 commented on August 24, 2024

I searched SeDuMi in my Finder I Cannot find such a file. Now I uninstalled Octave because it doesn't look like anything in the pic you shared. Could you please share with me the steps to install it again, I am afraid I have done something wrong, as my Octave looks totally different, Thank you.

from sedumi.

siko1056 avatar siko1056 commented on August 24, 2024

To install and run Octave on macOS, I recommend using Homebrew:

  1. Follow in the Terminal application the steps from "Install Homebrew" in https://brew.sh/
  2. In the Terminal type: brew install octave (this might take a while)
  3. In the Terminal type: octave --gui

Finally from the Octave "command window" run:

cd ("~/Downloads");
urlwrite ("https://github.com/sqlp/sedumi/archive/refs/tags/v1.3.5.tar.gz", ...
          "sedumi-1.3.5.tar.gz");
gunzip ("sedumi-1.3.5.tar.gz");
cd ("sedumi-1.3.5");
install_sedumi -rebuild;
test_sedumi ();

from sedumi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.