Onramp Matlab courses source files

I'm trying to set experiments related to the Matlab onramp coursses and I have a problem with downloading the source files used in the courses such as mydat.mat (Matlab onram course-chapter 02-section 2.3), so is there a way to have a copy of these files.

Respuestas (2)

Puru Kathuria
Puru Kathuria el 31 de En. de 2021
Hi,
I went through the course and I was able to load the mat files in the sections you specified. You might want to try out the load command to load the data and not try to download it explicitly.
load myData %for loading the myData.mat file into the workspace
load myData k % use this for loading the specific variable 'k' into the workspace
And as far as I understand, we cannot provide you the copy of the source files here.
If this doesnot work out, you can try launching the course again.
Hope it helps!

1 comentario

Diana Dawoud
Diana Dawoud el 5 de Feb. de 2021
I'm actually using the course in my lectures and I want the students to do the further practice on their own and provide me with the result

Iniciar sesión para comentar.

umang
umang el 27 de Sept. de 2024

0 votos

load myData %for loading the myData.mat file into the workspace
load myData k % use this for loading the specific variable 'k' into the workspace

Categorías

Más información sobre MATLAB en Centro de ayuda y File Exchange.

Productos

Etiquetas

Preguntada:

el 20 de En. de 2021

Respondida:

el 27 de Sept. de 2024

Community Treasure Hunt

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

Start Hunting!

Translated by