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

Removed soundspeed 4 and 5 because they are not used.

parent 16a87a51
No related branches found
No related tags found
No related merge requests found
...@@ -11,8 +11,6 @@ emptyCell = { ... ...@@ -11,8 +11,6 @@ emptyCell = { ...
'', ... '', ...
1464, ... 1464, ...
1464, ... 1464, ...
1464, ...
1464, ...
1464 ... 1464 ...
}; };
......
...@@ -23,9 +23,7 @@ end ...@@ -23,9 +23,7 @@ end
if any(isnan(pCombinationsTable.soundspeed1)) ... if any(isnan(pCombinationsTable.soundspeed1)) ...
|| any(isnan(pCombinationsTable.soundspeed2)) ... || any(isnan(pCombinationsTable.soundspeed2)) ...
|| any(isnan(pCombinationsTable.soundspeed3)) ... || any(isnan(pCombinationsTable.soundspeed3))
|| any(isnan(pCombinationsTable.soundspeed4)) ...
|| any(isnan(pCombinationsTable.soundspeed5))
message = 'One of the soundspeeds contains an invalid value!'; message = 'One of the soundspeeds contains an invalid value!';
return; return;
end end
......
...@@ -186,7 +186,7 @@ columns = { ... ...@@ -186,7 +186,7 @@ columns = { ...
'End', ... 'End', ...
'Sound Sources', ... 'Sound Sources', ...
'Reference Position', ... 'Reference Position', ...
'Sound Speed', 'Sound Speed', 'Sound Speed', 'Sound Speed', 'Sound Speed' ... 'Sound Speed', 'Sound Speed', 'Sound Speed' ...
}; };
artoaGui.trackParameter.tableSoundSourceCombinations = uitable( ... artoaGui.trackParameter.tableSoundSourceCombinations = uitable( ...
artoaGui.figures.trackParameter, ... artoaGui.figures.trackParameter, ...
...@@ -205,7 +205,7 @@ clear columns; ...@@ -205,7 +205,7 @@ clear columns;
artoaGui.trackParameter.tableSoundSourceOffsets = uitable( ... artoaGui.trackParameter.tableSoundSourceOffsets = uitable( ...
artoaGui.figures.trackParameter, ... artoaGui.figures.trackParameter, ...
'Units', 'normalized', ... 'Units', 'normalized', ...
'Position', [left, 0.1, width * 2, 0.27], ... 'Position', [left, 0.1, width * 3, 0.27], ...
'ColumnEditable', true, ... 'ColumnEditable', true, ...
'CellSelectionCallback', pCallbacks.tableSoundSourceOffsetsSelection,... %@(app,event) disp(num2str(event.Indices)) ... 'CellSelectionCallback', pCallbacks.tableSoundSourceOffsetsSelection,... %@(app,event) disp(num2str(event.Indices)) ...
'CellEditCallback', pCallbacks.tableSoundSourceOffsetsEdit ... 'CellEditCallback', pCallbacks.tableSoundSourceOffsetsEdit ...
......
...@@ -10,9 +10,7 @@ variableNames = { ... ...@@ -10,9 +10,7 @@ variableNames = { ...
'referencePosition', ... 'referencePosition', ...
'soundspeed1', ... 'soundspeed1', ...
'soundspeed2', ... 'soundspeed2', ...
'soundspeed3', ... 'soundspeed3' ...
'soundspeed4', ...
'soundspeed5' ...
}; };
% %
% variableTypes = { ... % variableTypes = { ...
......
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