Recent content by robuLAB

  1. R

    MATLAB Web-Based Math Software Like Matlab: Free & Easy to Use

    Hi, Don't really thing that's useful. Anyone who doesn't need scientific calculation can just use any regular calculator. Anyone that needs a Matlab-like program can just use octave or scilab. Those are both free programs that indeed require installation, but if you're serious about using a...
  2. R

    MATLAB Matlab GUI: changing multiple lines static text

    hi, I'm ran into a problem while creating a Matlab GUI and I can't seem to find out why. I'm trying to get multiple lines in one static text. I set the 'max' property on 12 and then wrote the following code to test: A='a';B='b';C='c';D='d';E='e';F='f';G='g';H='h';I='i';J='j';K='k';L='l'...
  3. R

    MATLAB Matlab GUI: putting several edit text inputs in one matrix

    The input consists of 3 fractions, each having a numerator and a denominator of 10 terms. They make up a regulator to control the robots motor. 10 terms is quite a lot for a regulator. Most of the times the users will only use 3 to 5 of those terms. The rest they can just leave on there...
  4. R

    MATLAB Matlab GUI: putting several edit text inputs in one matrix

    I could indeed work with nested loops or even with an edit box that allows matrix input, but that would kind of ruin the purpose of a GUI. I've been asked to make an interface for the robot as a part of my graduation project. I kind of want it to look good. I now have something that looks like...
  5. R

    MATLAB Matlab GUI: putting several edit text inputs in one matrix

    Matlab GUI: putting several "edit text" inputs in one matrix Hi, I'm making a Matlab GUI that will ultimately send data to a robot. I have about 60 numbers being 6 polynomials of 10 terms. My "edit text"-boxes are currently named motG_RN_0 where the R can also be an S or a T and the N can also...
Back
Top