VAGEESH ANAND DAMBAL
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
101,847
of 295,467
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
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
answersQuestion
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
answersQuestion
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
answerQuestion
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