Skip to content
Snippets Groups Projects
Commit a2f70e23 authored by leprob001's avatar leprob001
Browse files

Removed unused parameters from solve.m

parent d09adfa7
No related branches found
Tags v1.0
No related merge requests found
151
\ No newline at end of file
152
\ No newline at end of file
......@@ -27,8 +27,6 @@ toaData.toa = artoaDataInput.toaData.toa;
artoaWorkspace.trackParameter, ...
toaData, ...
satData, ...
artoaWorkspace.temperature(artoaWorkspace.statusTemperature == 1), ...
artoaWorkspace.pressure(artoaWorkspace.statusPressure == 1), ...
artoa.data.getMember(artoaDataInput, {'ini', 'leapseconds'}), ...
artoaWorkspace.editOffsets, ...
artoa.controller.selectSoundspeed() ...
......
function [A, B, X, unfilteredA, unfilteredB] = solve(pRfb, pSoundsources, pTrackingParameter, pToaData, pSatData, pAppliedTemperature, pAppliedPressure, pLeapsecondsMatrix, pOffsetsParameter, pSoundvelocity)
function [A, B, X, unfilteredA, unfilteredB] = solve(pRfb, pSoundsources, pTrackingParameter, pToaData, pSatData, pLeapsecondsMatrix, pOffsetsParameter, pSoundvelocity)
%UNTITLED Summary of this function goes here
% Detailed explanation goes here
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment