Error in Output when transforming matrix into vector
Informazioni
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
Mostra commenti meno recenti
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 Commenti
Image Analyst
il 14 Ago 2017
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.
John BG
il 17 Ago 2017
Arif
please attach the code to your question, or copy paste it in the question.
Risposte (1)
Walter Roberson
il 14 Ago 2017
0 voti
You are outputing a struct with a field named 'Sequence' instead of assigning the content of the field.
2 Commenti
ARIF HUSSAIN
il 14 Ago 2017
Modificato: ARIF HUSSAIN
il 14 Ago 2017
Walter Roberson
il 14 Ago 2017
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
Questa domanda è chiusa.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
