Feeds
질문
What is the equivalent code for this snippet in R2018b?
channel_vis(rayChanObj, 'Visualization', 'phasor'); channel_vis(rayChanObj, 'Animation', 'slow'); channel_vis(rayChanObj, 'Sam...
대략 7년 전 | 답변 수: 0 | 0
0
답변질문
I have a variable simThroughput in the callback function of "dropdown" and want to use that variable in the callback function of "button".How can I do that?
I am trying to use app.simThroughput in the "button" callback but get an error saying : No appropriate method, property, or f...
7년 초과 전 | 답변 수: 0 | 0
0
답변질문
How to create an rgb image from 3 60x60 matrices?
i1(:,:,1)=plane1; i1(:,:,2)=plane2; i1(:,:,3)=plane3; imshow(i1); * The values in plane1 are around 116-112 * The...
거의 8년 전 | 답변 수: 1 | 0
1
답변질문
I want to plot a straight line using App designer.I am using it for the first time and here is a code snippet.But no graph appears.Can someone please help?
selectedButton = app.DistributionButtonGroup.SelectedObject; x=1:1:2000; y=x; if strcmp(s...
대략 8년 전 | 답변 수: 1 | 0