photo

Suchetana Gupta


IIT Madras

2015년부터 활동

Followers: 0   Following: 0

메시지

PhD Scholar

통계

MATLAB Answers

7 질문
0 답변

순위
149,066
of 300,756

평판
0

참여
7 질문
0 답변

답변 채택
28.57%

획득한 표
0

순위
 of 21,077

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,890

참여
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

답변