photo

VAGEESH ANAND DAMBAL


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
204,323
of 300,365

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20,933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,262

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

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

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

8 years ago | 1 answer | 0

1

answer