photo

Shanmugavelan S


Last seen: 7 meses hace Con actividad desde 2021

Followers: 0   Following: 0

Estadística

MATLAB Answers

6 Preguntas
2 Respuestas

CLASIFICACIÓN
261.017
of 301.237

REPUTACIÓN
0

CONTRIBUCIONES
6 Preguntas
2 Respuestas

ACEPTACIÓN DE RESPUESTAS
100.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.206

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 173.611

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


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'),...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

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

alrededor de 4 años hace | 0

Pregunta


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

alrededor de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

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

alrededor de 4 años hace | 0

Pregunta


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.

alrededor de 4 años hace | 2 respuestas | 0

2

respuestas