How do I get help on homework questions on MATLAB Answers?

309 views (last 30 days)
There are many students that come to MATLAB Answers looking for help with their homework. Some students make their question interesting and of use to other people (other people not in their class, that is) and they are responded to quickly. Some students copy and paste their question with little apparent effort. They are often ignored.
A related question is:
However, I would like to have an answer specifically targeted to struggling students.
Please do not post your homework questions in this discussion thread!
  7 Comments
Walter Roberson
Walter Roberson on 4 Oct 2023
Lanka, do we understand correctly that your advice for people needing help with homework questions is that they should start by constructing a cardboard box?

Sign in to comment.

Accepted Answer

Matt Fig
Matt Fig on 1 Jun 2011
Edited: Image Analyst on 25 Jan 2022
MATLAB Answers is a place you can get help from the user community on specific MATLAB questions. It is not intended as a place to have strangers do your homework for you. Chances are your professor would not appreciate you turning in other people's code as your own work. Not only is it lazy, but it is cheating.
Desiring help with homework is fine, but:
  • Show what you have done so far (post some code and explain what you are thinking about how to solve the problem).
  • Ask a specific question about either specific MATLAB syntax/constructs, or general guidance (such as "what functions should I look at to achieve [result]")
  • If your code needs some data or a file at run time, then attach your data file with the paperclip icon. Otherwise we cannot run your code. Some people may go to the trouble to create some sample data, but don't depend on that -- attach your own data.
  • Make sure your question is answerable. A non-answerable question looks like, "How can I use MATLAB for Image Processing."
If you need help with the very basics of MATLAB, please read the getting started documentation.
  2 Comments
Sean de Wolski
Sean de Wolski on 1 Jun 2011
Show respect: don't say urgent and spell "please" correctly.
Simon
Simon on 14 Nov 2013
Be patient! Don't post your question every hour with a new title if you didn't receive an answer.

Sign in to comment.

More Answers (7)

Jan
Jan on 1 Jun 2011
Edited: Image Analyst on 25 Jan 2022
  • Consider, that your teacher or assistant knows about MATLAB Answers, too. A copy of her or his question does not cause amusement. A copy of an answer is cheating. Some professors use plagiarism detectors to find code copied from the internet.
  • The community either spend hours to assist you, or seconds to ignore your question. So read your own question and estimate if it catches the attention and contains enough information for someone to post a meaningful answer.
  • Do not send question by email. Looking up volunteers' email addresses in their profile and sending them a private message directly is usually not appreciated. We do not want to do private consulting. If you want that, then hire someone. Otherwise everything will be carried out in the public Answers forum.

Walter Roberson
Walter Roberson on 7 Jun 2011
Edited: Image Analyst on 25 Jan 2022
  1. The people who answer questions here are all volunteers. Your best strategy for getting assistance from them is to make your question as easy and enjoyable to answer as you can.
  2. Making your question as easy to answer as possible includes asking specific questions, and posting specific error messages you have encountered, and indicating the line you encountered the problem on, and includes you doing some elementary debugging such as determining (and posting) the size and data class of the variables involved.
  3. Making the question as enjoyable to answer as possible is more subtle, as different things appeal to different people.
  4. Long experience has shown that giving students complete code for a complex topic seldom works well: frequently, what the student "learns" from the interaction is that other people will do their homework or project for them, giving them an advantage that others did not have.
  5. It is in the interest of society that students learn how to ask good questions and how to cooperate with others, and learn how to learn, and how to manage their time well. The ability to learn and work with society is more important in many ways than that the student grasp everything immediately or get the highest marks -- a good student will keep on learning after they graduate and will come to understand more things in time.
  6. The other side of this is that it is in the interest of society that students who are unable to do learn to ask good questions or work with others, or who do not show an clear interest in learning, do not graduate. For example, a candidate Engineer who copies an important assignment on Loading and Bearing is a menace to society, as society trusts Engineers to be competent at what they claim to know.
  7. A solo final year project is a test of your ability to do research and work things through from theory. Having a completed example of your project before you will not help you in those -- and would tend to strongly direct you towards the way of thinking of the person who wrote the example, rather than encouraging you to innovate and find ways to put ideas together. If you are not able to research and innovate and require a completed example to work from, then it is better for yourself and society that you withdraw from the course and obtain a degree or diploma that reflects what you are capable of.
  8. It is thus inadvisable to suggest that people who are hinting that you are taking the wrong approach should say nothing: such people are giving you valuable advice on "how to play the game", and learning how to interact with an environment can be more valuable than the answer to any one question.
  1 Comment
Bjorn Gustavsson
Bjorn Gustavsson on 7 Jun 2011
To the end of the second paragraph one could add: Isolating and exposing the error is beneficial in several ways: 1, You might actually find the error or bug yourself! 2, You show that you have seriously tried to find the bug or error yourself, increasing the possibility to get someone to try to help.

Sign in to comment.


Doug Hull
Doug Hull on 3 Jun 2011
I learned MATLAB by doing my MATLAB homework. I know how to debug, architect code, and solve problems because I have failed at doing these things MANY, MANY times. I still do.
Of all the things I learned in college, MATLAB has by far been the most valuable (economically and in general). Every job I have gotten since I was a junior in college I have gotten almost entirely because I knew MATLAB better than most of the people in my ever increasing applicant pool.
There is a difference between seeking help and "outsourcing your homework". If you ask a homework question,
  • Show what you have done
  • Link to wikipedia about any concept we might not know about
  • Do not just paste a bunch of code, shorten it to the small bit that is giving the error. Most MATLAB errors can be reproduced in a few lines.
  • Your problem is urgent to you. It is not urgent to us. Putting "urgent!!!!" on the question, counterintuitively, tells us to ignore it.
  • We will not e-mail you directly, don't ask.
Struggle with the homework, ask your professor. Getting a good relationship with your professors starts with seeing them in their office. My first research gig, my job tutoring a professor in MATLAB, my first book contract all came from relationships with professors. I still make it a point to call several of them once a year.
They are a great place to find new hires for The MathWorks. When I call them up to ask for the resumes of the newest crop of MATLAB geniuses, they are going to think about the people that are in their office talking MATLAB with them. Be that person.
What I am trying to say, is there is more at stake than finishing this one assignment here. Do yourself a favor, struggle and fail at your MATLAB programming. You will come out stronger for it.
  2 Comments
Harsha Vardhan Rao  Avunoori
@Doug...Exactly this is working for me.The more I fail in programming the more I am learning.Thanks Mathworks for creating this wonderful Answers forum :)
Rik
Rik on 23 May 2017
One of the thing I told my pupils/fellow students when teaching a crash course Matlab is that you don't make less errors when you get better, you're just faster and better at spotting them. (and the type of error you make changes of course)

Sign in to comment.


Sean de Wolski
Sean de Wolski on 1 Jun 2011
Do not copy and paste the assignment.
Summarize it in your own words tuned to your specific question.

Baalzamon
Baalzamon on 2 Jul 2011
This is not an answer as such but something I think will be a useful function.
Many times I have asked various questions - usually simple ones at that. Now I find that I learn best when reading, being shown and doing. This is to say explain, show with some code as an example and then I whizz off to try something on my machine.
I am all for people giving hints (though some often sound like vague and cryptic jargon to the unknowing - such as look at doc (functionX) ).
I am also totally in favour of people who want to give the code solution at any level. I learnt matlab by seeing code in other things and then using them for my stuff. Eventually I learnt a bit more and thought can I do this or this with that. Coding is not a race to be excellent at optimized/robust code and know your functions inside out but rather at its base level being able to make something that will assist your problem.
The function I would like to see is an option to hide the code! Much in the same way film sites hide the spoilers :(
This would have to follow hand in hand with people using the insert code thing instead of doing what I do and just type the code into the reply box o_O ( which I still haven't used or really know how to - I just skim over that section)

Sudipta Dutta
Sudipta Dutta on 23 May 2019
Write a function called tri_area that returns the area of a triangle with base b and height h, where b and h are input arguments of the function in that order.
  2 Comments
Walter Roberson
Walter Roberson on 23 May 2019
``You are sad'', the Knight said in an anxious tone: ``let me write you a function to comfort you.''
``Is it very long?'' Alice asked, for she had read a good deal of code that day.
``It's long,'' said the Knight, ``but it's very, very beautiful. Everybody that hears me read it - either it brings the tears into their eyes, or else -''
``Or else what?'' said Alice, for the Knight had made a sudden pause.
``Or else it doesn't, you know. The name of the function is called 'Haddocks' Eyes'.''
``Oh, that's the name of the function, is it?'' Alice said, trying to feel interested.
``No, you don't understand,'' the Knight said, looking a little vexed. ``That is what the name is called. The name really is 'The Aged Aged Man'.''
``Then I ought to have said 'That's what the function is called?' '' Alice corrected herself.
``No, you oughtn't: that's quite another thing! The function is called `tri_area': but that's only what it's called, you know!''
``Well, what is the function, then?'' said Alice, who was by this time completely bewildered.
``I was coming to that,'' the Knight said. ``The function really is `A-sitting On A Gate': and the algorithm's my own invention.''
(WIth apologies to Lewis Carroll)

Sign in to comment.


DGM
DGM on 24 Dec 2023
In the hopes that this stays at the bottom of the thread. (i.e. pls no upvote)
Don't paste your unembellished homework as an answer. Your homework is not an answer to the question posed at the top of the page. It does not belong here. Since I doubt satire is the driving motive, pasting it here simply suggests to others that you:
  • Didn't attempt to solve it as you're obligated.
  • Didn't look for an answer in the forum.
  • Didn't read any part of this thread.
  • Couldn't even be bothered to form question of your own.
Demonstrating that you can't be bothered with doing your own work or even communicating like an adult is a very ineffective way to get other people to sacrifice their time and attention to support your irresponsibility. You are the one responsible for your own education.
Do your own homework. If and when you can describe a specific part of the problem that's preventing you from completing it, then ask an actual question using your own words.
So If you didn't bother reading the big notice above, here it is again:
Do not paste your homework assignment here.

Communities

More Answers in the  Distance Learning Community

Categories

Find more on Historical Contests in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!