photo

Suchetana Gupta


IIT Madras

Actif depuis 2015

Followers: 0   Following: 0

Message

PhD Scholar

Statistiques

MATLAB Answers

7 Questions
0 Réponses

RANG
207 386
of 300 857

RÉPUTATION
0

CONTRIBUTIONS
7 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
28.57%

VOTES REÇUS
0

RANG
 of 21 097

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 171 361

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Review
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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

plus de 10 ans il y a | 1 réponse | 0

0

réponse

Question


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

plus de 10 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 10 ans il y a | 2 réponses | 0

2

réponses

Question


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

plus de 10 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 10 ans il y a | 1 réponse | 0

0

réponse

Question


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

plus de 10 ans il y a | 1 réponse | 0

0

réponse

Question


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

plus de 10 ans il y a | 1 réponse | 0

1

réponse