photo

Prasenjit Dewanjee


Last seen: 7 mois il y a Actif depuis 2016

Followers: 0   Following: 0

Statistiques

MATLAB Answers

6 Questions
0 Réponses

RANG
80 822
of 300 369

RÉPUTATION
0

CONTRIBUTIONS
6 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
16.67%

VOTES REÇUS
0

RANG
 of 20 936

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 436

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

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


Numerical solution to a larger equation.
Hi! I have a very large and complicated equation: sinh(5.9605e-08*(((1.1259e+15*lamda2^2 + 7.5126e+15)^2)^(1/2) + 7.5126e+15...

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

1

réponse

Question


Can I use a symbol as a variable?
HI! In my code, I have declared: syms m I have thes huge expressions that contain m in them as a symbol. Later in the code,...

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

1

réponse

Question


Using a column of cells as variable names in a table
Hi! I have a table that contains 2 columns each having 28 rows. The first column contains cells of strings, and the second one ...

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

2

réponses

Question


How do I import multiple CSV files from a directory as tables in the workspace?
Hi! I have 17 csv files in a directory names as 0000,0001,0002, and so on. I want to import all these csv files as table in the...

environ 3 ans il y a | 2 réponses | 0

2

réponses

Question


How do I assign different variable names for different files?
Hi! I have 10 csv files (100*10 size) in one directory. I want read all the files and convert them to tables. I want to assign d...

environ 3 ans il y a | 1 réponse | 0

1

réponse

Question


Having problem with empty matrix...Can anyone help?
here is the code.. disp('dy/dx=1+xy'); h=0.2; xfinal=0.6; y(1)=2; x(1)=0; f=@(x,y) 1+x*y; for i=1:ceil(xfinal/h) ...

presque 9 ans il y a | 2 réponses | 0

2

réponses