Covering some basic topics I haven't seen elsewhere on Cody.
Return a string that is the path to the system's current temp directory
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers387
Suggested Problems
-
Find the longest sequence of 1's in a binary sequence.
6840 Solvers
-
2531 Solvers
-
Getting the indices from a matrix
733 Solvers
-
Sum the elements in either diagonal of a square matrix
223 Solvers
-
716 Solvers
More from this Author39
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
The assert is wrong. Dirs should not be tested as equal strings - slash can be omitted.
getenv('temp') ??