フィルターのクリア

Help with saving to matlab

1 回表示 (過去 30 日間)
u-will-neva-no
u-will-neva-no 2012 年 6 月 29 日
hey everyone, i am trying to save to matlab on my windows based computer but I get the error message (and warning) Warning: Invalid escape sequence appears in format string.
My code is attached (unfortunately this old comuter does not show the option to add nice code.)
i will not attach my function but here is me using it to call and save:
[code]
chooseEquation = 'poggiolini'; for att_db=0.19/1e3:0.01/1e3:0.20/1e3 %dirname =sprintf('C:\Documents and Settings\zceeg80\My Documents\MATLAB\simplifyCode %d',att_db);
[ResultsPogQPSK1 ] = MaxReachAnalytical(chooseEquation ,att_db);
fname= sprintf('C:\Documents and Settings\zceeg80\My Documents\MATLAB\simplifyCode\result.dat'); save(fname,ResultsPogQPSK1);
end [\code]
Anyone know what Im doing wrong? Thanks in advance!!
  3 件のコメント
TAB
TAB 2012 年 6 月 29 日
u-will-neva-no
u-will-neva-no 2012 年 6 月 29 日
Thanks. Im having a little trouble with my matlab code and will rephrase it in a new post later today. Thanks for everyones input!

サインインしてコメントする。

採用された回答

TAB
TAB 2012 年 6 月 29 日
編集済み: TAB 2012 年 6 月 29 日
Try
fname= sprintf('%s',...
'C:\Documents and Settings\zceeg80\My Documents\MATLAB\simplifyCode\result.dat')
See
>>doc sprintf
  3 件のコメント
u-will-neva-no
u-will-neva-no 2012 年 6 月 29 日
Sorry, How do I unflag the above?
u-will-neva-no
u-will-neva-no 2012 年 6 月 29 日
I think I have fixed that, sorry once again!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeWhos についてさらに検索

タグ

タグが未入力です。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by