photo

Suchetana Gupta


IIT Madras

2015 年からアクティブ

Followers: 0   Following: 0

PhD Scholar

統計

MATLAB Answers

7 質問
0 回答

ランク
207,382
of 300,853

評判
0

コントリビューション
7 質問
0 回答

回答採用率
28.57%

獲得投票数
0

ランク
 of 21,094

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,319

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • First Review
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


How to increase java heap memory in Matlab when running it on a Linux cluster machine?
Whenever I try to run a piece of code on a cluster using xlwrite function (with all paths mentioned properly and all files in th...

10年以上 前 | 0 件の回答 | 0

0

回答

質問


Error while using xlswrite
I am running Matlab 2014b in my Ubuntu 14.04 desktop. I have an xlswrite command in my piece of code. On running it, I get the m...

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

1

回答

質問


Plotting data with different colour based on sign only
I am trying to plot a set of data using the code: data=xlsread('test_stress.xls'); imagesc(data'); %colormap([0 0 1; 1 0 ...

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

2

回答

質問


Plotting a data from a matrix
Hi I have a matrix where there are 11 rows and 198 columns. The values range between -1 to +1. I would like to plot the values ...

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

1

回答

質問


How to find the nodes involved in a shortest path between every pair of nodes in a weighted network?
The code that I was trying is: data=xlsread('file.xls'); s = unique([data(:,1) data(:,2)]); DG = sparse(data(:,1),data(:,2),d...

10年以上 前 | 0 件の回答 | 0

0

回答

質問


tril showing dimension error
I have an excel file where column 1 has values between 1-198 (not all of 1-198 are there and some values are repeating) and colu...

10年以上 前 | 0 件の回答 | 0

0

回答

質問


How can I plot multiple columns from multiple files using plot?
I have four .dat files each containing three columns. The first column is supposed to be my data for X-axis whereas the second a...

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

1

回答