baltamatica 3.6.1_release
一、修復(fù)問題
(一)內(nèi)核問題修復(fù)
命令語法支持續(xù)行符的使用,例如 global a ... \n b
現(xiàn)在會生成全局變量 a
b
續(xù)行符后的文本會當(dāng)成注釋,例如:
fprintf('%d %d', a, ... 這是注釋 b)
修復(fù)了交互式代碼執(zhí)行時,字符串或注釋中的 ...
會被錯誤當(dāng)成續(xù)行符的問題,例如:
% 以下代碼在交互式與非交互式執(zhí)行中都會報(bào)錯“字符串異常終止”,不會再提示續(xù)行 a = 'please input a number ... % 以下代碼在交互式模式中不會再出現(xiàn)續(xù)行提示 a = 1; % ...
修復(fù) >
等比較符號在命令語法和 {}
[]
中不能正確識別的問題,例如
a = 1; a > 1 % 會返回 false [a > 1 2 3] % 會生成數(shù)組 [0 2 3] a >1 % 命令語法,調(diào)用一個名為 a 的函數(shù),參數(shù)為 '>1'
修復(fù)括號未匹配時內(nèi)核報(bào)錯的筆誤
修復(fù)日歷持續(xù)時間數(shù)組對負(fù)數(shù)值時分秒轉(zhuǎn)化錯誤的 BUG。例如 0h 25m -15.2s
會現(xiàn)在會被轉(zhuǎn)化為 0h 24m 44.8s
(二)函數(shù)問題修復(fù)
已修復(fù)的函數(shù)具體情況如下:
函數(shù)/功能 | 描述 |
ls | 修復(fù) windows 系統(tǒng)下目錄不存在會閃退的問題 |
(三)北太真元問題修復(fù)
修復(fù)Model Verification類模塊出現(xiàn)輸出端口時運(yùn)行異常報(bào)錯的問題
修復(fù)checkStaticGap、checkStaticLowerBound、checkStaticRange、checkStaticUpperBound模塊參數(shù)為向量時的運(yùn)行報(bào)錯問題
更新下列行業(yè)計(jì)算單元圖標(biāo):Crossover Pilot Model、Estimate Center of Gravity、Estimate Inertia Tensor、Moments about CG due to Forces、Precision Pilot Model、Three-axis Accelerometer、Three-axis Gyroscope、Three-axis Inertial Measurement Unit、Tustin Pilot Model