photo

Suchetana Gupta


IIT Madras

自 2015 起处于活动状态

Followers: 0   Following: 0

消息

PhD Scholar

统计学

MATLAB Answers

7 个提问
0 个回答

排名
149,065
of 300,753

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
28.57%

收到投票数
0

排名
 of 21,075

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,858

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答