09-18-2015 07:12 PM
Hello.I have an error with attaching my cross product to the indicator. These are the errors and my system:
09-18-2015 07:28 PM
09-18-2015 07:31 PM
Hi, Yes I am confused about how to correct it. I am very new to the programme:)
09-18-2015 08:13 PM
@Oscar97 wrote:
Hi, Yes I am confused about how to correct it. I am very new to the programme:)
This has very little to do with LabVIEW and more with your understanding of scalars and matrices.
09-18-2015 08:27 PM
Well , I am sure I have a pretty good underestang of these since I am in third year physics/math BSc. But i have no idea how this thing works
09-18-2015 08:37 PM
A matrix is a special type of 2D array. A scalar is not. It is a single number. Maybe you missed that day of class.
You can't wire a matrix into a scalar indicator.
Delete the indicator and right click on the output of the subVI and pick Create Constant. Now you'll have an indicator of the right type.
09-18-2015 09:02 PM
It would be great if somebody help me from the scratch
09-19-2015 12:01 AM
09-19-2015 12:12 PM
@Oscar97 wrote:
It would be great if somebody help me from the scratch
I did.
Did you read the last line of my message and try it?
09-19-2015 03:15 PM - edited 09-19-2015 03:58 PM
If you want the real and imaginary parts of a complex number given r and theta, you could just use this function.
Doing the desired math on these two vectors can be done with simple primitives from the numeric palette, no need to dive into the linear algebra palette. Just look up the math on wikipedia, for example. 😄
(And again, as in e.g. your other thread here, make sure to use a descriptive subject for your posts. The term "Link error" has very little to do with your problem, because most people think of a web link or e.g. compiler problems with the linker and such. The word "link" is not mentioned at all in the error message you are showing, so why would you bring it up?)