-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfindMemberType5.prj
944 lines (944 loc) · 46.8 KB
/
findMemberType5.prj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
<deployment-project plugin="plugin.coder" plugin-version="R2021a">
<configuration build-checksum="2291644316" file="C:\Users\Mack\OneDrive\Documents\MATLAB\trussSolver\findMemberType5.prj" location="C:\Users\Mack\OneDrive\Documents\MATLAB\trussSolver" name="findMemberType5" target="target.unifiedcoder" target-name="MATLAB Coder">
<profile key="profile.mex">
<param.BuiltInstrumentedMex>false</param.BuiltInstrumentedMex>
<param.RanInstrumentedMex>false</param.RanInstrumentedMex>
<param.WorkingFolder>option.WorkingFolder.Project</param.WorkingFolder>
<param.SpecifiedWorkingFolder />
<param.BuildFolder>option.BuildFolder.Project</param.BuildFolder>
<param.SpecifiedBuildFolder />
<param.SearchPaths />
<var.SimdQueryHardwareVendor>Generic</var.SimdQueryHardwareVendor>
<var.SimdQueryHardwareType>MATLAB Host Computer</var.SimdQueryHardwareType>
<param.InstructionSetExtensionsAvailableInUI>true</param.InstructionSetExtensionsAvailableInUI>
<param.InstructionSetExtensions>None</param.InstructionSetExtensions>
<param.ResponsivenessChecks>true</param.ResponsivenessChecks>
<param.ExtrinsicCalls>true</param.ExtrinsicCalls>
<param.IntegrityChecks>true</param.IntegrityChecks>
<param.SaturateOnIntegerOverflow>true</param.SaturateOnIntegerOverflow>
<param.EnableAutoParallelization>false</param.EnableAutoParallelization>
<param.NumberOfCpuThreads>0</param.NumberOfCpuThreads>
<param.OptimizeReductions>false</param.OptimizeReductions>
<param.GlobalDataSyncMethod>option.GlobalDataSyncMethod.SyncAlways</param.GlobalDataSyncMethod>
<param.EnableVariableSizing>true</param.EnableVariableSizing>
<param.DynamicMemoryAllocation>option.DynamicMemoryAllocation.Threshold</param.DynamicMemoryAllocation>
<param.DynamicMemoryAllocationThreshold>65536</param.DynamicMemoryAllocationThreshold>
<param.DynamicMemoryAllocationInterface>option.DynamicMemoryAllocationInterface.AUTO</param.DynamicMemoryAllocationInterface>
<param.RowMajor>option.RowMajor.ColumnMajor</param.RowMajor>
<param.HighlightPotentialRowMajorIssues>true</param.HighlightPotentialRowMajorIssues>
<param.PreserveArrayDimensions>false</param.PreserveArrayDimensions>
<param.EliminateSingleDimensions>false</param.EliminateSingleDimensions>
<param.StackUsageMax>200000</param.StackUsageMax>
<param.FilePartitionMethod>option.FilePartitionMethod.MapMFileToCFile</param.FilePartitionMethod>
<param.GenerateComments>true</param.GenerateComments>
<param.MATLABSourceComments>false</param.MATLABSourceComments>
<param.CodeFormattingTool>option.CodeFormattingTool.Auto</param.CodeFormattingTool>
<param.ReservedNameArray />
<param.CppStyleConst>true</param.CppStyleConst>
<param.EnableDebugging>false</param.EnableDebugging>
<param.Verbosity>option.Verbosity.Info</param.Verbosity>
<param.ReportPotentialDifferences>false</param.ReportPotentialDifferences>
<param.GenerateReport>true</param.GenerateReport>
<param.HighlightImplicitExpansionIssues>true</param.HighlightImplicitExpansionIssues>
<param.LaunchReport>false</param.LaunchReport>
<param.ReportInfoVarName />
<param.DefaultTestFile />
<param.MergeInstrumentationResults>false</param.MergeInstrumentationResults>
<param.VerificationMode>option.VerificationMode.None</param.VerificationMode>
<param.VerificationStatus>option.VerificationStatus.Passed</param.VerificationStatus>
<param.EnableMexProfiling>false</param.EnableMexProfiling>
<var.BuiltWithMexProfiling>false</var.BuiltWithMexProfiling>
<param.CustomSourceCode />
<param.CustomHeaderCode />
<param.CustomInitializer />
<param.CustomTerminator />
<param.CustomInclude />
<param.CustomSource />
<param.CustomLibrary />
<param.PostCodeGenCommand />
<param.mex.GenCodeOnly>false</param.mex.GenCodeOnly>
<param.ConstantFoldingTimeout>40000</param.ConstantFoldingTimeout>
<param.CompileTimeRecursionLimit>50</param.CompileTimeRecursionLimit>
<param.EnableRuntimeRecursion>true</param.EnableRuntimeRecursion>
<param.PreserveVariableNames>option.PreserveVariableNames.None</param.PreserveVariableNames>
<param.EchoExpressions>true</param.EchoExpressions>
<param.InlineThreshold>10</param.InlineThreshold>
<param.InlineThresholdMax>200</param.InlineThresholdMax>
<param.InlineStackLimit>1000000</param.InlineStackLimit>
<param.InlineBetweenUserFunctions>option.InlineBetweenUserFunctions.Speed</param.InlineBetweenUserFunctions>
<param.InlineBetweenUserAndMathWorksFunctions>option.InlineBetweenUserAndMathWorksFunctions.Speed</param.InlineBetweenUserAndMathWorksFunctions>
<param.InlineBetweenMathWorksFunctions>option.InlineBetweenMathWorksFunctions.Speed</param.InlineBetweenMathWorksFunctions>
<param.EnableMemcpy>true</param.EnableMemcpy>
<param.MemcpyThreshold>64</param.MemcpyThreshold>
<param.EnableOpenMP>true</param.EnableOpenMP>
<param.InitFltsAndDblsToZero>true</param.InitFltsAndDblsToZero>
<param.ConstantInputs>option.ConstantInputs.CheckValues</param.ConstantInputs>
<param.EnableCRICodeCoverage>true</param.EnableCRICodeCoverage>
<param.EnableAutoParallelizationReporting>true</param.EnableAutoParallelizationReporting>
<param.CacheDynamicArrayDataPointer>true</param.CacheDynamicArrayDataPointer>
<param.EnableJIT>false</param.EnableJIT>
<param.EnableJITSilentBailOut>false</param.EnableJITSilentBailOut>
<param.CheckForIssuesJIT>true</param.CheckForIssuesJIT>
<param.EnableGitSupport>false</param.EnableGitSupport>
<param.EnableAutoCommit>true</param.EnableAutoCommit>
<param.RepositoryStyle>option.RepositoryStyle.Auto</param.RepositoryStyle>
<unset>
<param.BuiltInstrumentedMex />
<param.RanInstrumentedMex />
<param.WorkingFolder />
<param.SpecifiedWorkingFolder />
<param.BuildFolder />
<param.SpecifiedBuildFolder />
<param.SearchPaths />
<var.SimdQueryHardwareVendor />
<var.SimdQueryHardwareType />
<param.InstructionSetExtensionsAvailableInUI />
<param.InstructionSetExtensions />
<param.ResponsivenessChecks />
<param.ExtrinsicCalls />
<param.IntegrityChecks />
<param.SaturateOnIntegerOverflow />
<param.EnableAutoParallelization />
<param.NumberOfCpuThreads />
<param.OptimizeReductions />
<param.GlobalDataSyncMethod />
<param.EnableVariableSizing />
<param.DynamicMemoryAllocation />
<param.DynamicMemoryAllocationThreshold />
<param.DynamicMemoryAllocationInterface />
<param.RowMajor />
<param.HighlightPotentialRowMajorIssues />
<param.PreserveArrayDimensions />
<param.EliminateSingleDimensions />
<param.StackUsageMax />
<param.FilePartitionMethod />
<param.GenerateComments />
<param.MATLABSourceComments />
<param.CodeFormattingTool />
<param.ReservedNameArray />
<param.CppStyleConst />
<param.EnableDebugging />
<param.Verbosity />
<param.ReportPotentialDifferences />
<param.GenerateReport />
<param.HighlightImplicitExpansionIssues />
<param.LaunchReport />
<param.ReportInfoVarName />
<param.DefaultTestFile />
<param.MergeInstrumentationResults />
<param.VerificationMode />
<param.EnableMexProfiling />
<var.BuiltWithMexProfiling />
<param.CustomSourceCode />
<param.CustomHeaderCode />
<param.CustomInitializer />
<param.CustomTerminator />
<param.CustomInclude />
<param.CustomSource />
<param.CustomLibrary />
<param.PostCodeGenCommand />
<param.mex.GenCodeOnly />
<param.ConstantFoldingTimeout />
<param.CompileTimeRecursionLimit />
<param.EnableRuntimeRecursion />
<param.PreserveVariableNames />
<param.EchoExpressions />
<param.InlineThreshold />
<param.InlineThresholdMax />
<param.InlineStackLimit />
<param.InlineBetweenUserFunctions />
<param.InlineBetweenUserAndMathWorksFunctions />
<param.InlineBetweenMathWorksFunctions />
<param.EnableMemcpy />
<param.MemcpyThreshold />
<param.EnableOpenMP />
<param.InitFltsAndDblsToZero />
<param.ConstantInputs />
<param.EnableCRICodeCoverage />
<param.EnableAutoParallelizationReporting />
<param.CacheDynamicArrayDataPointer />
<param.EnableJIT />
<param.EnableJITSilentBailOut />
<param.CheckForIssuesJIT />
<param.EnableGitSupport />
<param.EnableAutoCommit />
<param.RepositoryStyle />
</unset>
</profile>
<profile key="profile.c">
<param.WorkingFolder>option.WorkingFolder.Project</param.WorkingFolder>
<param.SpecifiedWorkingFolder />
<param.BuildFolder>option.BuildFolder.Project</param.BuildFolder>
<param.SpecifiedBuildFolder />
<param.SearchPaths />
<var.SimdQueryHardwareVendor>Generic</var.SimdQueryHardwareVendor>
<var.SimdQueryHardwareType>MATLAB Host Computer</var.SimdQueryHardwareType>
<param.InstructionSetExtensionsAvailableInUI>true</param.InstructionSetExtensionsAvailableInUI>
<param.InstructionSetExtensions>None</param.InstructionSetExtensions>
<param.SaturateOnIntegerOverflow>true</param.SaturateOnIntegerOverflow>
<param.PurelyIntegerCode />
<param.SupportNonFinite />
<param.LoopUnrollThreshold />
<param.EnableAutoParallelization>false</param.EnableAutoParallelization>
<param.NumberOfCpuThreads>0</param.NumberOfCpuThreads>
<param.OptimizeReductions>false</param.OptimizeReductions>
<param.EnableVariableSizing>true</param.EnableVariableSizing>
<param.DynamicMemoryAllocation>option.DynamicMemoryAllocation.Threshold</param.DynamicMemoryAllocation>
<param.DynamicMemoryAllocationThreshold>65536</param.DynamicMemoryAllocationThreshold>
<param.DynamicMemoryAllocationInterface>option.DynamicMemoryAllocationInterface.AUTO</param.DynamicMemoryAllocationInterface>
<param.RowMajor>option.RowMajor.ColumnMajor</param.RowMajor>
<param.HighlightPotentialRowMajorIssues>true</param.HighlightPotentialRowMajorIssues>
<param.PreserveArrayDimensions>false</param.PreserveArrayDimensions>
<param.EliminateSingleDimensions>false</param.EliminateSingleDimensions>
<param.StackUsageMax>200000</param.StackUsageMax>
<param.MultiInstanceCode />
<param.PreserveUnusedStructFields />
<param.FilePartitionMethod>option.FilePartitionMethod.MapMFileToCFile</param.FilePartitionMethod>
<param.GenerateComments>true</param.GenerateComments>
<param.CommentStyle />
<param.MATLABSourceComments>false</param.MATLABSourceComments>
<param.MATLABFcnDesc />
<param.ConvertIfToSwitch />
<param.PreserveExternInFcnDecls />
<param.EnableSignedLeftShifts />
<param.EnableSignedRightShifts />
<param.ParenthesesLevel />
<param.MaxIdLength />
<param.HeaderGuardStyle />
<param.CodeFormattingTool>option.CodeFormattingTool.Auto</param.CodeFormattingTool>
<param.ClangFormatFile />
<param.DataTypeReplacement />
<param.EnableCustomReplacementTypes />
<param.ReplacementTypes.double />
<param.ReplacementTypes.single />
<param.ReplacementTypes.uint8 />
<param.ReplacementTypes.uint16 />
<param.ReplacementTypes.uint32 />
<param.ReplacementTypes.uint64 />
<param.ReplacementTypes.int8 />
<param.ReplacementTypes.int16 />
<param.ReplacementTypes.int32 />
<param.ReplacementTypes.int64 />
<param.ReplacementTypes.char />
<param.ReplacementTypes.logical />
<param.ReplacementTypes.ImportCustomTypes />
<param.ReplacementTypes.HeaderFiles />
<param.CppInterfaceStyle>option.CppInterfaceStyle.Functions</param.CppInterfaceStyle>
<param.CppInterfaceClassName />
<param.CustomFileNameStr />
<param.CustomSymbolStrGlobalVar>$M$N</param.CustomSymbolStrGlobalVar>
<param.CustomSymbolStrType>$M$N</param.CustomSymbolStrType>
<param.CustomSymbolStrField>$M$N</param.CustomSymbolStrField>
<param.CustomSymbolStrFcn>$M$N</param.CustomSymbolStrFcn>
<param.CustomSymbolStrTmpVar>$M$N</param.CustomSymbolStrTmpVar>
<param.CustomSymbolStrMacro>$M$N</param.CustomSymbolStrMacro>
<param.CustomSymbolStrEMXArray>emxArray_$M$N</param.CustomSymbolStrEMXArray>
<param.CustomSymbolStrEMXArrayFcn />
<param.ReservedNameArray />
<param.CppStyleConst>true</param.CppStyleConst>
<param.RuntimeChecks>false</param.RuntimeChecks>
<param.Verbose />
<param.Verbosity>option.Verbosity.Info</param.Verbosity>
<param.ReportPotentialDifferences>false</param.ReportPotentialDifferences>
<param.GenerateReport>true</param.GenerateReport>
<param.GenerateCodeMetricsReport />
<param.GenerateCodeReplacementReport />
<param.HighlightPotentialDataTypeIssues />
<param.HighlightImplicitExpansionIssues>true</param.HighlightImplicitExpansionIssues>
<param.LaunchReport>false</param.LaunchReport>
<param.ReportInfoVarName />
<param.SILDebugging />
<param.SILPILCheckConstantInputs />
<param.SILPILSyncGlobalData />
<param.CodeExecutionProfiling />
<param.CodeProfilingInstrumentation />
<param.CodeStackProfiling />
<param.DefaultTestFile />
<param.MergeInstrumentationResults>false</param.MergeInstrumentationResults>
<param.RanPilSilVerification>false</param.RanPilSilVerification>
<param.VerificationMode>option.VerificationMode.None</param.VerificationMode>
<param.VerificationStatus>option.VerificationStatus.Inactive</param.VerificationStatus>
<param.CustomSourceCode />
<param.CustomHeaderCode />
<param.CustomInitializer />
<param.CustomTerminator />
<param.CustomInclude />
<param.CustomSource />
<param.CustomLibrary />
<param.PostCodeGenCommand />
<param.TargetLangStandard />
<param.CodeReplacementLibrary />
<param.DeprecatedCRLFlag />
<param.SameHardware>true</param.SameHardware>
<param.Toolchain>Automatically locate an installed toolchain</param.Toolchain>
<param.BuildConfiguration />
<param.CustomToolchainOptions />
<var.ToolchainSettingsVisible />
<param.target.Data><?xml version="1.0" encoding="UTF-8" standalone="yes"?><ctdata><configuredHardware/></ctdata></param.target.Data>
<param.target.ActiveType>option.target.TargetType.MatlabHost</param.target.ActiveType>
<param.target.ActiveTarget />
<param.HardwareVendor.Production>Generic</param.HardwareVendor.Production>
<param.HardwareType.Production>MATLAB Host Computer</param.HardwareType.Production>
<param.HWDeviceType.Production />
<var.instance.enabled.Production>true</var.instance.enabled.Production>
<param.HardwareSizeChar.Production>8</param.HardwareSizeChar.Production>
<param.HardwareSizeShort.Production>16</param.HardwareSizeShort.Production>
<param.HardwareSizeInt.Production>32</param.HardwareSizeInt.Production>
<param.HardwareSizeLong.Production>32</param.HardwareSizeLong.Production>
<param.HardwareSizeLongLong.Production>64</param.HardwareSizeLongLong.Production>
<param.HardwareSizeFloat.Production>32</param.HardwareSizeFloat.Production>
<param.HardwareSizeDouble.Production>64</param.HardwareSizeDouble.Production>
<param.HardwareSizeWord.Production>64</param.HardwareSizeWord.Production>
<param.HardwareSizePointer.Production>64</param.HardwareSizePointer.Production>
<param.HardwareSizeSizeT.Production>64</param.HardwareSizeSizeT.Production>
<param.HardwareSizePtrDiffT.Production>64</param.HardwareSizePtrDiffT.Production>
<param.HardwareEndianness.Production>option.HardwareEndianness.Little</param.HardwareEndianness.Production>
<param.HardwareArithmeticRightShift.Production>true</param.HardwareArithmeticRightShift.Production>
<param.HardwareLongLongMode.Production>true</param.HardwareLongLongMode.Production>
<param.HardwareAtomicIntegerSize.Production>option.HardwareAtomicIntegerSize.Char</param.HardwareAtomicIntegerSize.Production>
<param.HardwareAtomicFloatSize.Production>option.HardwareAtomicFloatSize.None</param.HardwareAtomicFloatSize.Production>
<param.HardwareDivisionRounding.Production>option.HardwareDivisionRounding.Zero</param.HardwareDivisionRounding.Production>
<param.HardwareVendor.Target>Generic</param.HardwareVendor.Target>
<param.HardwareType.Target>MATLAB Host Computer</param.HardwareType.Target>
<param.HWDeviceType.Target />
<var.instance.enabled.Target>false</var.instance.enabled.Target>
<param.HardwareSizeChar.Target>8</param.HardwareSizeChar.Target>
<param.HardwareSizeShort.Target>16</param.HardwareSizeShort.Target>
<param.HardwareSizeInt.Target>32</param.HardwareSizeInt.Target>
<param.HardwareSizeLong.Target>32</param.HardwareSizeLong.Target>
<param.HardwareSizeLongLong.Target>64</param.HardwareSizeLongLong.Target>
<param.HardwareSizeFloat.Target>32</param.HardwareSizeFloat.Target>
<param.HardwareSizeDouble.Target>64</param.HardwareSizeDouble.Target>
<param.HardwareSizeWord.Target>64</param.HardwareSizeWord.Target>
<param.HardwareSizePointer.Target>64</param.HardwareSizePointer.Target>
<param.HardwareSizeSizeT.Target>64</param.HardwareSizeSizeT.Target>
<param.HardwareSizePtrDiffT.Target>64</param.HardwareSizePtrDiffT.Target>
<param.HardwareEndianness.Target>option.HardwareEndianness.Little</param.HardwareEndianness.Target>
<param.HardwareArithmeticRightShift.Target>true</param.HardwareArithmeticRightShift.Target>
<param.HardwareLongLongMode.Target>true</param.HardwareLongLongMode.Target>
<param.HardwareAtomicIntegerSize.Target>option.HardwareAtomicIntegerSize.Char</param.HardwareAtomicIntegerSize.Target>
<param.HardwareAtomicFloatSize.Target>option.HardwareAtomicFloatSize.None</param.HardwareAtomicFloatSize.Target>
<param.HardwareDivisionRounding.Target>option.HardwareDivisionRounding.Zero</param.HardwareDivisionRounding.Target>
<var.SuppressHardwareChange>false</var.SuppressHardwareChange>
<param.CastingMode />
<param.IndentStyle />
<param.IndentSize />
<param.ColumnLimit />
<param.grt.GenCodeOnly>false</param.grt.GenCodeOnly>
<param.ConstantFoldingTimeout>40000</param.ConstantFoldingTimeout>
<param.CompileTimeRecursionLimit>50</param.CompileTimeRecursionLimit>
<param.EnableRuntimeRecursion>true</param.EnableRuntimeRecursion>
<param.RunInitializeFcn />
<param.IncludeInitializeFcn />
<param.IncludeTerminateFcn />
<param.GenerateExampleMain>option.GenerateExampleMain.GenerateCodeOnly</param.GenerateExampleMain>
<param.PreserveVariableNames>option.PreserveVariableNames.None</param.PreserveVariableNames>
<param.GenerateMakefile />
<param.BuildToolEnable />
<param.BuildToolConfiguration />
<param.InlineThreshold>10</param.InlineThreshold>
<param.InlineThresholdMax>200</param.InlineThresholdMax>
<param.InlineStackLimit>1000000</param.InlineStackLimit>
<param.InlineBetweenUserFunctions>option.InlineBetweenUserFunctions.Speed</param.InlineBetweenUserFunctions>
<param.InlineBetweenUserAndMathWorksFunctions>option.InlineBetweenUserAndMathWorksFunctions.Speed</param.InlineBetweenUserAndMathWorksFunctions>
<param.InlineBetweenMathWorksFunctions>option.InlineBetweenMathWorksFunctions.Speed</param.InlineBetweenMathWorksFunctions>
<param.EnableStrengthReduction />
<param.EnableMemcpy>true</param.EnableMemcpy>
<param.MemcpyThreshold>64</param.MemcpyThreshold>
<param.EnableOpenMP>true</param.EnableOpenMP>
<param.InitFltsAndDblsToZero>true</param.InitFltsAndDblsToZero>
<param.GenerateNonFiniteFilesIfUsed />
<param.PassStructByReference />
<param.CustomLAPACKCallback />
<param.CustomFFTCallback />
<param.CustomBLASCallback />
<param.EnableAutoParallelizationReporting>true</param.EnableAutoParallelizationReporting>
<param.CacheDynamicArrayDataPointer>true</param.CacheDynamicArrayDataPointer>
<param.GenerateDefaultInSwitch />
<param.EnableTraceability />
<param.SILPILVerbosity />
<param.UseECoderFeatures>false</param.UseECoderFeatures>
<param.EnableGitSupport>false</param.EnableGitSupport>
<param.EnableAutoCommit>true</param.EnableAutoCommit>
<param.RepositoryStyle>option.RepositoryStyle.Auto</param.RepositoryStyle>
<param.psCustomPrjState />
<param.psCustomProjectFile />
<param.psCheckConfValue />
<param.psUniqueOutPutState />
<param.psOpenResultsState />
<param.psProductModeValue />
<param.psQuickConfValue />
<param.psOutputFolder />
<unset>
<param.WorkingFolder />
<param.SpecifiedWorkingFolder />
<param.BuildFolder />
<param.SpecifiedBuildFolder />
<param.SearchPaths />
<var.SimdQueryHardwareVendor />
<var.SimdQueryHardwareType />
<param.InstructionSetExtensionsAvailableInUI />
<param.InstructionSetExtensions />
<param.SaturateOnIntegerOverflow />
<param.PurelyIntegerCode />
<param.SupportNonFinite />
<param.LoopUnrollThreshold />
<param.EnableAutoParallelization />
<param.NumberOfCpuThreads />
<param.OptimizeReductions />
<param.EnableVariableSizing />
<param.DynamicMemoryAllocationThreshold />
<param.DynamicMemoryAllocationInterface />
<param.RowMajor />
<param.HighlightPotentialRowMajorIssues />
<param.PreserveArrayDimensions />
<param.EliminateSingleDimensions />
<param.StackUsageMax />
<param.MultiInstanceCode />
<param.PreserveUnusedStructFields />
<param.FilePartitionMethod />
<param.GenerateComments />
<param.CommentStyle />
<param.MATLABSourceComments />
<param.MATLABFcnDesc />
<param.ConvertIfToSwitch />
<param.PreserveExternInFcnDecls />
<param.EnableSignedLeftShifts />
<param.EnableSignedRightShifts />
<param.ParenthesesLevel />
<param.MaxIdLength />
<param.HeaderGuardStyle />
<param.CodeFormattingTool />
<param.ClangFormatFile />
<param.DataTypeReplacement />
<param.EnableCustomReplacementTypes />
<param.ReplacementTypes.double />
<param.ReplacementTypes.single />
<param.ReplacementTypes.uint8 />
<param.ReplacementTypes.uint16 />
<param.ReplacementTypes.uint32 />
<param.ReplacementTypes.uint64 />
<param.ReplacementTypes.int8 />
<param.ReplacementTypes.int16 />
<param.ReplacementTypes.int32 />
<param.ReplacementTypes.int64 />
<param.ReplacementTypes.char />
<param.ReplacementTypes.logical />
<param.ReplacementTypes.ImportCustomTypes />
<param.ReplacementTypes.HeaderFiles />
<param.CppInterfaceStyle />
<param.CppInterfaceClassName />
<param.CustomFileNameStr />
<param.CustomSymbolStrGlobalVar />
<param.CustomSymbolStrType />
<param.CustomSymbolStrField />
<param.CustomSymbolStrFcn />
<param.CustomSymbolStrTmpVar />
<param.CustomSymbolStrMacro />
<param.CustomSymbolStrEMXArray />
<param.CustomSymbolStrEMXArrayFcn />
<param.ReservedNameArray />
<param.CppStyleConst />
<param.RuntimeChecks />
<param.Verbose />
<param.Verbosity />
<param.ReportPotentialDifferences />
<param.GenerateReport />
<param.GenerateCodeMetricsReport />
<param.GenerateCodeReplacementReport />
<param.HighlightPotentialDataTypeIssues />
<param.HighlightImplicitExpansionIssues />
<param.LaunchReport />
<param.ReportInfoVarName />
<param.SILDebugging />
<param.SILPILCheckConstantInputs />
<param.SILPILSyncGlobalData />
<param.CodeExecutionProfiling />
<param.CodeProfilingInstrumentation />
<param.CodeStackProfiling />
<param.DefaultTestFile />
<param.MergeInstrumentationResults />
<param.RanPilSilVerification />
<param.VerificationMode />
<param.VerificationStatus />
<param.CustomSourceCode />
<param.CustomHeaderCode />
<param.CustomInitializer />
<param.CustomTerminator />
<param.CustomInclude />
<param.CustomSource />
<param.CustomLibrary />
<param.PostCodeGenCommand />
<param.TargetLangStandard />
<param.CodeReplacementLibrary />
<param.DeprecatedCRLFlag />
<param.SameHardware />
<param.Toolchain />
<param.BuildConfiguration />
<param.CustomToolchainOptions />
<var.ToolchainSettingsVisible />
<param.target.ActiveType />
<param.target.ActiveTarget />
<param.HardwareVendor.Production />
<param.HardwareType.Production />
<param.HWDeviceType.Production />
<var.instance.enabled.Production />
<param.HardwareSizeChar.Production />
<param.HardwareSizeShort.Production />
<param.HardwareSizeInt.Production />
<param.HardwareSizeLong.Production />
<param.HardwareSizeLongLong.Production />
<param.HardwareSizeFloat.Production />
<param.HardwareSizeDouble.Production />
<param.HardwareEndianness.Production />
<param.HardwareAtomicIntegerSize.Production />
<param.HardwareAtomicFloatSize.Production />
<param.HardwareVendor.Target />
<param.HWDeviceType.Target />
<var.instance.enabled.Target />
<param.HardwareSizeChar.Target />
<param.HardwareSizeShort.Target />
<param.HardwareSizeInt.Target />
<param.HardwareSizeLong.Target />
<param.HardwareSizeLongLong.Target />
<param.HardwareSizeFloat.Target />
<param.HardwareSizeDouble.Target />
<param.HardwareEndianness.Target />
<param.HardwareAtomicIntegerSize.Target />
<param.HardwareAtomicFloatSize.Target />
<var.SuppressHardwareChange />
<param.CastingMode />
<param.IndentStyle />
<param.IndentSize />
<param.ColumnLimit />
<param.grt.GenCodeOnly />
<param.ConstantFoldingTimeout />
<param.CompileTimeRecursionLimit />
<param.EnableRuntimeRecursion />
<param.RunInitializeFcn />
<param.IncludeInitializeFcn />
<param.IncludeTerminateFcn />
<param.GenerateExampleMain />
<param.PreserveVariableNames />
<param.GenerateMakefile />
<param.BuildToolEnable />
<param.BuildToolConfiguration />
<param.InlineThreshold />
<param.InlineThresholdMax />
<param.InlineStackLimit />
<param.InlineBetweenUserFunctions />
<param.InlineBetweenUserAndMathWorksFunctions />
<param.InlineBetweenMathWorksFunctions />
<param.EnableStrengthReduction />
<param.EnableMemcpy />
<param.MemcpyThreshold />
<param.EnableOpenMP />
<param.InitFltsAndDblsToZero />
<param.GenerateNonFiniteFilesIfUsed />
<param.PassStructByReference />
<param.CustomLAPACKCallback />
<param.CustomFFTCallback />
<param.CustomBLASCallback />
<param.EnableAutoParallelizationReporting />
<param.CacheDynamicArrayDataPointer />
<param.GenerateDefaultInSwitch />
<param.EnableTraceability />
<param.SILPILVerbosity />
<param.UseECoderFeatures />
<param.EnableGitSupport />
<param.EnableAutoCommit />
<param.RepositoryStyle />
<param.psCustomPrjState />
<param.psCustomProjectFile />
<param.psCheckConfValue />
<param.psUniqueOutPutState />
<param.psOpenResultsState />
<param.psProductModeValue />
<param.psQuickConfValue />
<param.psOutputFolder />
</unset>
</profile>
<param.objective>option.objective.c</param.objective>
<param.WorkflowStep>workflowSummary</param.WorkflowStep>
<param.TestSnippets>
<item>FMT5_2_mex</item>
</param.TestSnippets>
<param.ExternalFcnMajority>column</param.ExternalFcnMajority>
<param.UseGlobals>option.UseGlobals.No</param.UseGlobals>
<param.outputfile>${PROJECT_ROOT}\findMemberType5_mex.mexw64</param.outputfile>
<param.version>R2012a</param.version>
<param.HasECoderFeatures>false</param.HasECoderFeatures>
<param.HasGpuCoder>true</param.HasGpuCoder>
<var.HasNeuralNetworkToolbox>true</var.HasNeuralNetworkToolbox>
<param.mex.mainhtml />
<param.grt.mainhtml />
<param.CallGeneratedCodeFromTest>true</param.CallGeneratedCodeFromTest>
<param.AutoInferDefaultFile />
<param.AutoInferUseVariableSize>false</param.AutoInferUseVariableSize>
<param.AutoInferUseUnboundedSize>false</param.AutoInferUseUnboundedSize>
<param.AutoInferVariableSizeThreshold>1024</param.AutoInferVariableSizeThreshold>
<param.AutoInferUnboundedSizeThreshold>2048</param.AutoInferUnboundedSizeThreshold>
<param.EnableFixedPointStep>false</param.EnableFixedPointStep>
<param.EnableScreener>true</param.EnableScreener>
<param.AnnotationChecksum>953665739</param.AnnotationChecksum>
<var.LegacyTarget />
<var.MirrorOnOpen>false</var.MirrorOnOpen>
<param.FixedPointEnabled>false</param.FixedPointEnabled>
<var.redirectedInputTypeData />
<var.DismissScreener>false</var.DismissScreener>
<param.unifiedParamStorage />
<param.hdlParamStorage />
<var.gc.lastOutputRoot>codegen\mex\findMemberType5</var.gc.lastOutputRoot>
<var.gc.lastOutputType>MEX_FILE</var.gc.lastOutputType>
<var.gc.preBuildChecksum>1025209358</var.gc.preBuildChecksum>
<var.cfi.lastOutputRoot>codegen/mex/findMemberType5</var.cfi.lastOutputRoot>
<var.cfi.preBuildChecksum>3993316984</var.cfi.preBuildChecksum>
<var.lastCfiTestSnippet>FMT5_2_mex</var.lastCfiTestSnippet>
<var.outdatedOnRestore>false</var.outdatedOnRestore>
<var.lastUserSourceChecksum><?xml version="1.0" encoding="UTF-8" standalone="yes"?><checksum><includedFiles><file>C:\Users\Mack\OneDrive\Documents\MATLAB\trussSolver\findCompressionStrengths.m</file><file>C:\Users\Mack\OneDrive\Documents\MATLAB\trussSolver\findMemberType5.m</file><file>C:\Users\Mack\OneDrive\Documents\MATLAB\trussSolver\generateTrussTables.m</file></includedFiles><value>2728928919</value></checksum></var.lastUserSourceChecksum>
<var.sourceSetState><?xml version="1.0" encoding="UTF-8" standalone="yes"?><sourceModel><primarySourceFiles><file>C:\Users\Mack\OneDrive\Documents\MATLAB\trussSolver\findCompressionStrengths.m</file><file>C:\Users\Mack\OneDrive\Documents\MATLAB\trussSolver\findMemberType5.m</file><file>C:\Users\Mack\OneDrive\Documents\MATLAB\trussSolver\generateTrussTables.m</file></primarySourceFiles><fixedPointSourceFiles/><fixedPointSourceRegistered>false</fixedPointSourceRegistered><fixedPointSourceSelected>false</fixedPointSourceSelected></sourceModel></var.sourceSetState>
<param.forceMexBuild>false</param.forceMexBuild>
<param.NoDefaultJIT>false</param.NoDefaultJIT>
<param.configImportActive>false</param.configImportActive>
<var.isGpuCoder>false</var.isGpuCoder>
<var.notGpuCoder>true</var.notGpuCoder>
<var.boundToGui>true</var.boundToGui>
<var.isConfigDialog>false</var.isConfigDialog>
<var.ecoderEnabled>false</var.ecoderEnabled>
<param.AlwaysGenerateTypedefGuards>false</param.AlwaysGenerateTypedefGuards>
<param.RemoveDuplicateFunctionsAndTypes>true</param.RemoveDuplicateFunctionsAndTypes>
<param.EnableStructExplosion>true</param.EnableStructExplosion>
<param.ForceANSIC>false</param.ForceANSIC>
<param.NumCompileJobs>1</param.NumCompileJobs>
<param.mex.outputfile>findMemberType5_mex</param.mex.outputfile>
<param.grt.outputfile>findMemberType5</param.grt.outputfile>
<param.artifact>option.target.artifact.mex</param.artifact>
<param.outputfile>${PROJECT_ROOT}\findMemberType5_mex.mexw64</param.outputfile>
<param.CppNamespace />
<param.CppPackagesToNamespaces>true</param.CppPackagesToNamespaces>
<param.CppNamespaceForMathworksCode>coder</param.CppNamespaceForMathworksCode>
<param.CppPreserveClasses>true</param.CppPreserveClasses>
<param.CppGenerateEnumClass>true</param.CppGenerateEnumClass>
<param.gpu.Enabled>false</param.gpu.Enabled>
<param.gpu.SelectCudaDevice>-1</param.gpu.SelectCudaDevice>
<param.gpu.ComputeCapability>3.5</param.gpu.ComputeCapability>
<param.gpu.CustomComputeCapability />
<param.gpu.MallocMode>discrete</param.gpu.MallocMode>
<param.gpu.MallocThreshold>200</param.gpu.MallocThreshold>
<param.gpu.StackLimitPerThread>1024</param.gpu.StackLimitPerThread>
<param.gpu.MaximumBlocksPerKernel>0</param.gpu.MaximumBlocksPerKernel>
<param.gpu.Benchmarking>false</param.gpu.Benchmarking>
<param.gpu.SafeBuild>false</param.gpu.SafeBuild>
<param.gpu.KernelNamePrefix />
<param.gpu.CompilerFlags />
<param.gpu.EnableCUBLAS>true</param.gpu.EnableCUBLAS>
<param.gpu.EnableCUSOLVER>true</param.gpu.EnableCUSOLVER>
<param.gpu.EnableCUFFT>true</param.gpu.EnableCUFFT>
<param.gpu.EnableMemoryManager>false</param.gpu.EnableMemoryManager>
<param.gpu.BlockAlignment>256</param.gpu.BlockAlignment>
<param.gpu.FreeMode>Never</param.gpu.FreeMode>
<param.gpu.MinPoolSize>8</param.gpu.MinPoolSize>
<param.gpu.MaxPoolSize>2048</param.gpu.MaxPoolSize>
<var.checkIssuesGpu>false</var.checkIssuesGpu>
<var.hasGpu>true</var.hasGpu>
<var.isDeepLearningForMatlabCoderEnabled>true</var.isDeepLearningForMatlabCoderEnabled>
<param.deeplearning.EnableDeepLearning>false</param.deeplearning.EnableDeepLearning>
<param.deeplearning.DeepLearningCustomCallback />
<param.deeplearning.TargetLib>option.deeplearning.targetlibrary.none</param.deeplearning.TargetLib>
<var.cfiTargetLibSuppression>false</var.cfiTargetLibSuppression>
<var.hasMatlabDeepLearningSupportPackage>true</var.hasMatlabDeepLearningSupportPackage>
<var.hasGpuDeepLearningSupportPackage>true</var.hasGpuDeepLearningSupportPackage>
<param.tensorrt.DataType>option.tensorrt.datatype.fp32</param.tensorrt.DataType>
<param.tensorrt.DataPath />
<param.tensorrt.NumCalibrationBatches>0</param.tensorrt.NumCalibrationBatches>
<param.cudnn.AutoTuning>true</param.cudnn.AutoTuning>
<param.cudnn.DataType>option.cudnn.datatype.fp32</param.cudnn.DataType>
<param.cudnn.CalibrationResultFile />
<param.arm-compute.ArmComputeVersion>option.arm-compute.version.20_02_1</param.arm-compute.ArmComputeVersion>
<param.arm-compute.ArmArchitecture>option.arm-compute.architecture.unspecified</param.arm-compute.ArmArchitecture>
<param.arm-compute.DataType>option.arm-compute.datatype.fp32</param.arm-compute.DataType>
<param.arm-compute.CalibrationResultFile />
<param.cmsis-nn.DataType>option.arm-compute.datatype.int8</param.cmsis-nn.DataType>
<param.cmsis-nn.CalibrationResultFile />
<param.TargetLang>option.TargetLang.CPP</param.TargetLang>
<param.EnableAutoExtrinsicCalls>true</param.EnableAutoExtrinsicCalls>
<param.EnableImplicitExpansion>true</param.EnableImplicitExpansion>
<param.UsePreconditions>false</param.UsePreconditions>
<param.FeatureFlags />
<param.FixedPointMode>option.FixedPointMode.None</param.FixedPointMode>
<param.AutoScaleLoopIndexVariables>false</param.AutoScaleLoopIndexVariables>
<param.ComputedFixedPointData />
<param.UserFixedPointData />
<param.DefaultWordLength>16</param.DefaultWordLength>
<param.DefaultFractionLength>4</param.DefaultFractionLength>
<param.FixedPointSafetyMargin>0</param.FixedPointSafetyMargin>
<param.FixedPointFimath>fimath('RoundingMethod', 'Floor', 'OverflowAction', 'Wrap', 'ProductMode', 'FullPrecision', 'MaxProductWordLength', 128, 'SumMode', 'FullPrecision', 'MaxSumWordLength', 128)</param.FixedPointFimath>
<param.FixedPointTypeSource>option.FixedPointTypeSource.SimAndDerived</param.FixedPointTypeSource>
<param.StaticAnalysisTimeout />
<param.StaticAnalysisGlobalRangesOnly>false</param.StaticAnalysisGlobalRangesOnly>
<param.LogAllIOValues>false</param.LogAllIOValues>
<param.DetectOverflows>false</param.DetectOverflows>
<param.LogHistogram>false</param.LogHistogram>
<param.ShowCoverage>true</param.ShowCoverage>
<param.ExcludedFixedPointVerificationFiles />
<param.ExcludedFixedPointSimulationFiles />
<param.InstrumentedBuildChecksum />
<param.FixedPointStaticAnalysisChecksum />
<param.InstrumentedMexFile />
<param.FixedPointValidationChecksum />
<param.FixedPointSourceCodeChecksum />
<param.FixedPointFunctionReplacements />
<param.OptimizeWholeNumbers>true</param.OptimizeWholeNumbers>
<param.ContainerTypes>false</param.ContainerTypes>
<param.GeneratedFixedPointFileSuffix>_fixpt</param.GeneratedFixedPointFileSuffix>
<param.PlotFunction />
<param.SDIPlot>false</param.SDIPlot>
<param.EnableCodeEfficiencyChecks>false</param.EnableCodeEfficiencyChecks>
<param.DefaultFixedPointSignedness>option.DefaultFixedPointSignedness.Automatic</param.DefaultFixedPointSignedness>
<param.FixedPointTypeProposalMode>option.FixedPointTypeProposalMode.ProposeFractionLengths</param.FixedPointTypeProposalMode>
<param.EnableFixedPointStep>false</param.EnableFixedPointStep>
<var.lastFixedPointAction>option.fixedPointAction.none</var.lastFixedPointAction>
<var.lastSimContext />
<var.lastVerifyContext />
<param.fpDataRoot />
<param.fpUserFileChecksum />
<var.snapshotChecksum />
<param.fpLastConvertChecksum />
<var.functionBlockSid />
<param.fptSignedness>false</param.fptSignedness>
<var.FixedPointAnalysisMode>option.FixedPointAnalysisMode.Sim</var.FixedPointAnalysisMode>
<param.FixedPointUseDesignRanges>false</param.FixedPointUseDesignRanges>
<unset>
<param.objective />
<param.ExternalFcnMajority />
<param.UseGlobals />
<param.outputfile />
<param.version />
<param.HasECoderFeatures />
<param.HasGpuCoder />
<var.HasNeuralNetworkToolbox />
<param.mex.mainhtml />
<param.grt.mainhtml />
<param.CallGeneratedCodeFromTest />
<param.AutoInferDefaultFile />
<param.AutoInferUseVariableSize />
<param.AutoInferUseUnboundedSize />
<param.AutoInferVariableSizeThreshold />
<param.AutoInferUnboundedSizeThreshold />
<param.EnableFixedPointStep />
<param.EnableScreener />
<var.LegacyTarget />
<var.MirrorOnOpen />
<param.FixedPointEnabled />
<var.redirectedInputTypeData />
<var.DismissScreener />
<param.unifiedParamStorage />
<param.hdlParamStorage />
<var.outdatedOnRestore />
<param.forceMexBuild />
<param.NoDefaultJIT />
<param.configImportActive />
<var.isGpuCoder />
<var.notGpuCoder />
<var.isConfigDialog />
<var.ecoderEnabled />
<param.AlwaysGenerateTypedefGuards />
<param.RemoveDuplicateFunctionsAndTypes />
<param.EnableStructExplosion />
<param.ForceANSIC />
<param.NumCompileJobs />
<param.mex.outputfile />
<param.grt.outputfile />
<param.artifact />
<param.CppNamespace />
<param.CppPackagesToNamespaces />
<param.CppNamespaceForMathworksCode />
<param.CppPreserveClasses />
<param.CppGenerateEnumClass />
<param.gpu.Enabled />
<param.gpu.SelectCudaDevice />
<param.gpu.ComputeCapability />
<param.gpu.CustomComputeCapability />
<param.gpu.MallocMode />
<param.gpu.MallocThreshold />
<param.gpu.StackLimitPerThread />
<param.gpu.MaximumBlocksPerKernel />
<param.gpu.Benchmarking />
<param.gpu.SafeBuild />
<param.gpu.KernelNamePrefix />
<param.gpu.CompilerFlags />
<param.gpu.EnableCUBLAS />
<param.gpu.EnableCUSOLVER />
<param.gpu.EnableCUFFT />
<param.gpu.EnableMemoryManager />
<param.gpu.BlockAlignment />
<param.gpu.FreeMode />
<param.gpu.MinPoolSize />
<param.gpu.MaxPoolSize />
<var.checkIssuesGpu />
<var.hasGpu />
<var.isDeepLearningForMatlabCoderEnabled />
<param.deeplearning.EnableDeepLearning />
<param.deeplearning.DeepLearningCustomCallback />
<param.deeplearning.TargetLib />
<var.cfiTargetLibSuppression />
<var.hasMatlabDeepLearningSupportPackage />
<var.hasGpuDeepLearningSupportPackage />
<param.tensorrt.DataType />
<param.tensorrt.DataPath />
<param.tensorrt.NumCalibrationBatches />
<param.cudnn.AutoTuning />
<param.cudnn.DataType />
<param.cudnn.CalibrationResultFile />
<param.arm-compute.ArmComputeVersion />
<param.arm-compute.ArmArchitecture />
<param.arm-compute.DataType />
<param.arm-compute.CalibrationResultFile />
<param.cmsis-nn.DataType />
<param.cmsis-nn.CalibrationResultFile />
<param.EnableAutoExtrinsicCalls />
<param.EnableImplicitExpansion />
<param.UsePreconditions />
<param.FeatureFlags />
<param.FixedPointMode />
<param.AutoScaleLoopIndexVariables />
<param.ComputedFixedPointData />
<param.UserFixedPointData />
<param.DefaultWordLength />
<param.DefaultFractionLength />
<param.FixedPointSafetyMargin />
<param.FixedPointFimath />
<param.FixedPointTypeSource />
<param.StaticAnalysisTimeout />
<param.StaticAnalysisGlobalRangesOnly />
<param.LogAllIOValues />
<param.DetectOverflows />
<param.LogHistogram />
<param.ShowCoverage />
<param.ExcludedFixedPointVerificationFiles />
<param.ExcludedFixedPointSimulationFiles />
<param.InstrumentedBuildChecksum />
<param.FixedPointStaticAnalysisChecksum />
<param.InstrumentedMexFile />
<param.FixedPointValidationChecksum />
<param.FixedPointSourceCodeChecksum />
<param.FixedPointFunctionReplacements />
<param.OptimizeWholeNumbers />
<param.ContainerTypes />
<param.GeneratedFixedPointFileSuffix />
<param.PlotFunction />
<param.SDIPlot />
<param.EnableCodeEfficiencyChecks />
<param.DefaultFixedPointSignedness />
<param.FixedPointTypeProposalMode />
<var.lastFixedPointAction />
<var.lastSimContext />
<var.lastVerifyContext />
<param.fpDataRoot />
<param.fpUserFileChecksum />
<var.snapshotChecksum />
<param.fpLastConvertChecksum />
<var.functionBlockSid />
<param.fptSignedness />
<var.FixedPointAnalysisMode />
<param.FixedPointUseDesignRanges />
</unset>
<fileset.entrypoints>
<file custom-data-expanded="false" value="${PROJECT_ROOT}\findMemberType5.m">
<Marker>1641707865659</Marker>
</file>
</fileset.entrypoints>
<fileset.testbench>
<file>${PROJECT_ROOT}\FMT5_2_mex.m</file>
</fileset.testbench>
<fileset.inputtypes>
<file custom-data-expanded="false" value="${PROJECT_ROOT}\findMemberType5.m">
<Inputs fileName="findMemberType5.m" functionName="findMemberType5">
<Input Name="memberForces" typeId="0" />
<Input Name="beamType" typeId="1">
<Field Name="{:}" typeId="2" />
</Input>
<Input Name="memLenghths" typeId="0" />
<Input Name="safteyFactor" typeId="3" />
<idpTable>
<type typeId="0">
<Class>double</Class>
<Size>:195 x 1</Size>
<Value />
<InitialValue />
<UserDefined>false</UserDefined>
<Complex>false</Complex>
<Sparse>false</Sparse>
</type>
<type typeId="1">
<Class>cell</Class>
<Size>:195 x 1</Size>
<Value />
<InitialValue />
<UserDefined>false</UserDefined>
<Homogeneous>true</Homogeneous>
</type>
<type typeId="2">
<Class>char</Class>
<Size>1 x :25</Size>
<Value />
<InitialValue />
<UserDefined>true</UserDefined>
</type>
<type typeId="3">
<Class>double</Class>
<Size>1 x 1</Size>
<Value />
<InitialValue />
<UserDefined>false</UserDefined>
<Complex>false</Complex>
<Sparse>false</Sparse>
</type>
</idpTable>
</Inputs>
</file>
</fileset.inputtypes>
<build-deliverables>
<file location="${PROJECT_ROOT}" name="findMemberType5_mex.mexw64" optional="false">C:\Users\Mack\OneDrive\Documents\MATLAB\trussSolver\findMemberType5_mex.mexw64</file>
</build-deliverables>
<workflow />
<matlab>
<root>C:\Program Files\MATLAB\R2022a</root>
<toolboxes>
<toolbox name="matlabcoder" />
<toolbox name="gpucoder" />
<toolbox name="neuralnetwork" />
</toolboxes>
<toolbox>
<matlabcoder>
<enabled>true</enabled>
</matlabcoder>
</toolbox>
<toolbox>
<gpucoder>
<enabled>true</enabled>
</gpucoder>
</toolbox>
<toolbox>
<neuralnetwork>
<enabled>true</enabled>
</neuralnetwork>
</toolbox>
</matlab>
<platform>
<unix>false</unix>
<mac>false</mac>
<windows>true</windows>
<win2k>false</win2k>
<winxp>false</winxp>
<vista>false</vista>
<linux>false</linux>
<solaris>false</solaris>
<osver>10.0</osver>
<os32>false</os32>
<os64>true</os64>
<arch>win64</arch>
<matlab>true</matlab>
</platform>
</configuration>
</deployment-project>