Clear Filters
Clear Filters

Are you using Matlab in an Agile development environment?

1 view (last 30 days)
I am a researcher using Matlab, which means I am partly a programmer and so could benefit from improving how I write, document, and share code. My company is offering Agile training for our 'real' software programmers, and I am figuring out if this would be useful to me. I do some collaborative development, which seems to be the point of Agile. If you have experience using Matlab in an Agile development environment, I am curious if you find the Agile guidelines useful or not.

Accepted Answer

Image Analyst
Image Analyst on 25 May 2017
Yes, we use it, though I usually call it extreme programming. The alternative way where every single one of the requirements is known in advance and presented to the programmers/developers, who then do exactly that and don't show anything to the requester until it's completely done (waterfall or "throw it over the wall" style of development) just simply doesn't work in a fast paced environment where users often don't know exactly what they want, or what they want/need changes in response to other exterior factors that were not known to anyone when the project started. You don't want to work 4 months on software and then show it to them and say "Here you go, it's done, and does exactly what you asked for" only for them to say they don't like it or want it done differently. So we need to continually give the customer prototypes, and get feedback from them, and iterate until they're happy.
  1 Comment
Evans Harrigan
Evans Harrigan on 17 Aug 2020
My experience is that the programming language is orthogonal to the development methodology, including Agile.

Sign in to comment.

More Answers (0)

Categories

Find more on Software Development Tools 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!