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