compare array and update the array
Mostrar comentarios más antiguos
Student={ 'A';'B';'C'};
marks={100;100;100};
exam name={'D';'A';'C';'B'};
new marks={12;34;23;45};
i want to compare the exam name with the student and if it is the same I want the marks to be updated by the marks already in the new marks
2 comentarios
madhan ravi
el 21 de Feb. de 2019
write your expected result explicitly
Hamda Altamimi
el 21 de Feb. de 2019
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Mathematics en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!