Change matlabWriter usage.
This commit is contained in:
@@ -382,5 +382,6 @@ TEST_F(Reconstruction_Test,callTval3){
|
||||
auto result = Recon::callTval3(M, b, dims, 0,opt);
|
||||
auto outSOS = Recon::slownessToSOS(result, 1.498206569328594e+03) ;
|
||||
MatlabWriter w2("/home/krad/transmissionSOS111.mat");
|
||||
w2.write(outSOS, "SOS");
|
||||
w2.setMatrix(outSOS, "SOS");
|
||||
w2.write();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user