How to implement plagiarism check in Matlab?
84 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I am teaching DSP Lab using Matlab
Now campus is closed due to covid and online exam will be conducted
Is there any ways in Matlab, that help detect plagiarism type of activity
So I can ensure that students don't copy from each other
0 comentarios
Respuestas (2)
Cris LaPierre
el 16 de Ag. de 2020
How will you be grading their submissions? If you are grading their code manually, you may be able to spot cheating on your own.
As for a programatic solution, MATLAB does not provide one, and you don't have time to build one. If your institution doesn't already have a license for this type of service, I'd suggest looking into something like MOSS, provided free by Stanford. MOSS = Measure Of Software Similarity.
Image Analyst
el 16 de Ag. de 2020
There are ways. Search some of the Tags links to the right. For example
You can also search for homework here and see if your question pops up. Often times we'll tag it as homework if it's clearly homework even if the student didn't.
But I think I've heard of third party web sites that check for things like cheating where you submit the answer and it will compare it to similar posts and give some sort of similarity score.
Ver también
Categorías
Más información sobre Historical Contests en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!