Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Error in Output when transforming matrix into vector
조회 수: 2 (최근 30일)
이전 댓글 표시
When I'am converting matrix into vector and I'am assigning that vector output to some variable ,it does't give me any vector output but only shown is OutPutPort1 = Sequence: [1x60 double]. Can someone please help me to resolve this issue that i may get correct output in form of vector ?
댓글 수: 2
Image Analyst
2017년 8월 14일
You'll have to wait for Walter. He's the only one with a fully working version of the Crystal Ball Toolbox. The rest of us need to see your actual code.
답변 (1개)
Walter Roberson
2017년 8월 14일
You are outputing a struct with a field named 'Sequence' instead of assigning the content of the field.
댓글 수: 2
Walter Roberson
2017년 8월 14일
Sorry, you have contradictory requirements. You require your output to be a structure for use with OptiSystem, but you require your output to be a vector for some other purpose. You cannot have it both ways.
You can see the content of the vector by asking to display
OutPutPort1.Sequence
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
