photo

VAGEESH ANAND DAMBAL


Active since 2017

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


What is the equivalent code for this snippet in R2018b?
channel_vis(rayChanObj, 'Visualization', 'phasor'); channel_vis(rayChanObj, 'Animation', 'slow'); channel_vis(rayChanObj, 'Sam...

6 years ago | 0 answers | 0

0

answers

Question


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...

6 years ago | 0 answers | 0

0

answers

Question


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...

7 years ago | 1 answer | 0

1

answer

Question


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...

7 years ago | 1 answer | 0

1

answer