Hi Zheng,
It sounds like the error message 'Channel: altvoltage4 not found' suggests a problem with the channel configuration. This issue might be due to a mismatch between the channel names expected by Matlab and the actual channels available on the hardware.
To resolve this, ensure that the channel names in your Matlab code match the channels available on the AD9363+ Zynq hardware. Double-check the channel mappings and configurations in your code. Additionally, verify that the hardware is correctly initialized and that the connection settings are accurate.
If switching from 'AD936x' to 'pluto' results in the error 'The radio with ID usb:0 is already owned by a block,' it indicates that the radio device is already in use by another process or block. Make sure to release the device properly before attempting to reconfigure or reconnect it in Matlab.
By addressing these channel mapping and device ownership issues, you should be able to establish a successful connection between Matlab and the AD9363+ Zynq hardware.
