How is this Matlab done?

edited March 2009 in Science & Tech
nah nah u missed me.

Comments

  • shwaipshwaip bluffin' with my muffin Icrontian
    edited March 2009
    Have you tried anything? You're never going to learn this if we keep doing your work.
  • edited March 2009
    shwaip wrote:
    Have you tried anything? You're never going to learn this if we keep doing your work.

    This is why computer scientists are completely useless. Ask me for help on a math problem, I would give it. The real exam is usually problems very similar, so the answer is what allows me to learn....really it does...that's how I aced the first exam since the practice had an answer key. I have tried things, but they do not work...i.e. for row 1:n blah blah blah insert code that does not work blah blah blah.

    Shwaip, can you please just ignore my posts and let others answer because not once have you really been helpful.

    I do not care if I learn this for real because I have every intention to delete Matlab from my computer right when this course ends. I will never use it and do not care to, it is ust a required course.
  • shwaipshwaip bluffin' with my muffin Icrontian
    edited March 2009
    If I ignore you, there is maybe one other person who can help and I'm pretty sure he feels the same. The way people learn to program is trial and error. I will gladly help IF you try.
  • shwaipshwaip bluffin' with my muffin Icrontian
    edited March 2009
    A = cumsum(ones(n)); A = A.*A';
    

    yes, clearly me giving you the answer will help you learn to do matlab.
  • drasnordrasnor Starship Operator Hawthorne, CA Icrontian
    edited March 2009
    This is why computer scientists are completely useless.
    Actually, I'm pretty sure both shwaip and I are engineers. Nobody ever did our homework for us and we're not about to start. Having problems getting your code to work is not the same as not understanding the problem you're trying to solve. We can help with the former but the latter is something you need to discuss with your classmates, professor, or TA. It's what they're there for.
    I do not care if I learn this for real because I have every intention to delete Matlab from my computer right when this course ends. I will never use it and do not care to, it is ust a required course.
    Then quit wasting our time. Motivation to learn comes from within. Programming is a basic skill for engineers and scientists now and I can't imagine it becoming less so in the future.

    -drasnor :fold:
Sign In or Register to comment.