From: Jim on 30 Apr 2010 17:43 I was wondering how to go about changing my default save directory from "work" to another folder on my computer. Any help would be appreciated. JR
From: ImageAnalyst on 30 Apr 2010 17:56 On Apr 30, 5:43 pm, "Jim " <mubelac...(a)sjd.com> wrote: > I was wondering how to go about changing my default save directory from "work" to another folder on my computer. Any help would be appreciated. > > JR ------------------------------------------- You can edit your startup.m file and put cd /WhateverFolderYouWant; in there. Then when MATLAB starts up it will change the current folder to be that folder.
From: us on 30 Apr 2010 17:59 "Jim " <mubelacito(a)sjd.com> wrote in message <hrfit7$39j$1(a)fred.mathworks.com>... > I was wondering how to go about changing my default save directory from "work" to another folder on my computer. Any help would be appreciated. > > JR a hint: help addpath; % <- and siblings... hep cd; us
|
Pages: 1 Prev: error while using user defined mex functions Next: error in questdlg loop |