photo

VAGEESH ANAND DAMBAL


Attivo dal 2017

Followers: 0   Following: 0

Statistica

Feeds

Visto da

Domanda


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

oltre 6 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 7 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 7 anni fa | 1 risposta | 0

1

risposta