Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 5 of 5

Thread: Can you do this with arrays in eclipse, as you can do in matlab.

  1. #1
    Junior Member
    Join Date
    Nov 2013
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Can you do this with arrays in eclipse, as you can do in matlab.

    In matlab, if you create an array you can actually open up that array in a spreadsheet and manipulate its entries by using that spreadsheet.

    Can you do that in eclipse?


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Can you do this with arrays in eclipse, as you can do in matlab.

    How is this question related to java?
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Junior Member
    Join Date
    Nov 2013
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Can you do this with arrays in eclipse, as you can do in matlab.

    Because I am using eclipse, a development environment which uses java. I'm a beginner to java, and I just assumed that someone who knows java is also knows how to use eclipse.

  4. #4
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Can you do this with arrays in eclipse, as you can do in matlab.

    I don't use any of the big/slow IDEs for java.
    If you don't understand my answer, don't ignore it, ask a question.

  5. #5
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Can you do this with arrays in eclipse, as you can do in matlab.

    Eclipse is a fancy source code editor. Don't tell people you're using Eclipse unless it's relevant. In this case it's not.

    I think you want to know if the data from a spreadsheet can be collected by a Java program into a collection of some kind - maybe an array - and used in a Java application for further computations or as needed. Try searching for something like that and/or clarifying your question from a Java programming perspective.

  6. The Following User Says Thank You to GregBrannon For This Useful Post:

    Norm (November 12th, 2013)

Similar Threads

  1. How to convert matlab code in Java??
    By Mumpy Zinu in forum Java Theory & Questions
    Replies: 3
    Last Post: November 4th, 2013, 04:09 AM
  2. [SOLVED] Conversion of matlab code in Java
    By Mumpy Zinu in forum What's Wrong With My Code?
    Replies: 0
    Last Post: November 2nd, 2013, 10:42 AM
  3. MATLAB Reversi Coding
    By Aruhi in forum Java Theory & Questions
    Replies: 2
    Last Post: June 4th, 2013, 03:26 PM
  4. [SOLVED] UnsatisfiedLinkError from Matlab code
    By RandalF in forum Java Native Interface
    Replies: 2
    Last Post: August 18th, 2011, 09:42 AM