[討論] 處理 pdb 檔案持續出現 error

作者: xniux (牟)   2017-01-16 10:54:59
這幾天剛好有需要用MATLAB處理蛋白質結構的資料
但是使用 pdbread(filename) 讀出來的 struct 好像有問題
我直接畫圖
molviewer(filename) 沒問題
但是只要先讀取
pdbstruct = pdbread(filename);
要使用 pdbwrite(pdbstruct, new_filename) 寫入,
或是畫圖 molviewer(pdbstruct) 的時候
都會出現以下error
"Error using reshape
To RESHAPE the number of elements must not change."
就連我完全不修改 pdbstruct 的內容也會
請問是有什麼已知的bug嗎?
作者: xniux (牟)   2017-01-16 11:23:00
突然發現好像是 pdbwrite 的 bug, seq line 多於99會壞掉

Links booklink

Contact Us: admin [ a t ] ucptt.com