swcarpentry / DEPRECATED-bc

DEPRECATED: This repository is now frozen - please see individual lesson repositories.
Other
299 stars 382 forks source link

Avoiding 'i' as a variable in MATLAB materials #804

Closed IsaKiko closed 9 years ago

IsaKiko commented 9 years ago

'i' is used as the imaginary unit in MATLAB. I think it's better style to avoid using it as a variable, too.

@ashwinsrnth, in lesson 4, is it possible that 'i' was meant to be '1'?

shwina commented 9 years ago

@IsaKiko

Thank you. Please make the changes in the .m files that the lessons reference as well. In this case, analyze.m

shwina commented 9 years ago

Oops, sorry

IsaKiko commented 9 years ago

I think I got them all now. Thanks!

shwina commented 9 years ago

Thanks, @IsaKiko!