Is it possible for multiple people to work on the same file at the same time on Matlab online? I want to share my file with someone but I don't know how.
MATLAB Drive is, however, not collaborative in itself -- people get the revised version of the file when it is saved, instead of the file being changed as people type.
Is this meaningful? What do you want to happen, when 2 persons modify the same line of code? Even if different lines are modified, the code has no consistent state anymore. But if you want a mutual exclusive access,github might be sufficient already.
Aidan Abbott: in my opinion it asks a fair question about expectations, pointing out a potential problem, and it offers a potential work-around for the case where simulatenous modification is not needed. I would therefore judge it to be helpful.
Visual Studio itself does that? I was not aware that Visual Studio had built-in network services. It would make more sense to me if instead you were referring to documents shared by Microsoft Drive.
Well, MATLAB does havesource control integration , so you could use it with Git for example. Otherwise you could just use any file sharing service, although that is prone to conflicted copies.
I don't think there is a good reason to want to type in the same file at the same time, but you could do it with something like Google Docs of course. In general it is better to split the project up or collaborate through discussion.
I would also like to be able to work simultaneously on the same file. Just as one can in google docs or office 365... it really is convenient to not have to copy texts back and forth...
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
2 Comments
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/401346-how-do-i-collaborate-on-matlab#comment_906346
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/401346-how-do-i-collaborate-on-matlab#comment_906346
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/401346-how-do-i-collaborate-on-matlab#comment_906352
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/401346-how-do-i-collaborate-on-matlab#comment_906352
Sign in to comment.