photo

Shanmugavelan S


Last seen: 9ヶ月 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

6 質問
2 回答

ランク
162,944
of 301,681

評判
0

コントリビューション
6 質問
2 回答

回答採用率
100.0%

獲得投票数
0

ランク
 of 21,380

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 176,086

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


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

4年以上 前 | 1 件の回答 | 0

1

回答

回答済み
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...

4年以上 前 | 0

質問


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

4年以上 前 | 2 件の回答 | 0

2

回答

質問


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

4年以上 前 | 1 件の回答 | 0

1

回答

質問


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

4年以上 前 | 1 件の回答 | 0

1

回答

質問


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

4年以上 前 | 1 件の回答 | 0

1

回答

回答済み
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...

4年以上 前 | 0

質問


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.

4年以上 前 | 2 件の回答 | 0

2

回答