
Shanmugavelan S
Statistics
RANK
191.988
of 257.957
REPUTATION
0
CONTRIBUTIONS
6 Questions
2 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 17.780
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 110.186
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
Content Feed
Question
How to display several outputs of a m file in a single line
n=input('Enter the no. of terms : '); for i=1:n f=i*((2^i)+(3^i)); disp('The'),disp(i),disp('term of sequence is'),...
5 mesi ago | 1 answer | 0
1
answerHow to rename a vertices of agraphs
Thank you sir. Suppose if we have n nodes, how to rename . This code works fine if vertex set is small. How to rename for a grap...
5 mesi ago | 0
Question
How to rename a vertices of agraphs
Here is the code that I'm trying to rename graph nodes as a,b,c in output. But it shows error a=[1 2 3]; b=[3 2 1]; g=graph(a...
5 mesi ago | 2 answers | 0
2
answersQuestion
How to rename a graph node labels ?
Using graph plot, the nodes are assigned numbers from 1: n. How to rename all the 'n; nodes
5 mesi ago | 1 answer | 0
1
answerQuestion
How to fix function calls showing wrong output on subsequent runs?
I am having function m.file and another seperatr m file to use those function calls to perform some operations. When using funct...
5 mesi ago | 1 answer | 0
1
answerQuestion
How to make a recursive call to a function using output values stored in a array?
I have a matlab code for mobius function which gives output for the entered single n value. Now, I want make these functions t...
5 mesi ago | 1 answer | 0
1
answerHow to list all isolated vertices and remove it from the graph?
Thank you sir for your suggestion. Is there any alternative command to rename nodes with unequal length for labeling (For eg. V...
5 mesi ago | 0
Question
How to list all isolated vertices and remove it from the graph?
I have a Graph with several isolated vertices. I want to deleted these from the generated output.
5 mesi ago | 2 answers | 0