photo

Pratik Anand


Con actividad desde 2017

Followers: 0   Following: 0

I am a graduate student from Virginia Tech in Computer Science dept , currently interning in EDG in Mathworks.

Estadística

MATLAB Answers

0 Preguntas
6 Respuestas

CLASIFICACIÓN
4.999
of 300.352

REPUTACIÓN
10

CONTRIBUCIONES
0 Preguntas
6 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
 of 20.928

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.212

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Knowledgeable Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
Installing Matlab on USB
As per this anwer <https://www.mathworks.com/matlabcentral/answers/106145-can-i-run-matlab-from-a-usb-flash-drive?s_tid=answers_...

más de 8 años hace | 0

Respondida
How to get the XY of an imagesc rather than the rows and columns
You can check out <https://www.mathworks.com/help/matlab/ref/ginput.html?s_tid=doc_ta ginput> and <https://www.mathworks.com/hel...

más de 8 años hace | 0

Respondida
Expressing every point of my image in polar coordinates, where the origin is a point that was chosen from the image
You can use cart2pol command to achieve that. You can refer to its documentation <%20https://www.mathworks.com/help/matlab/ref/c...

más de 8 años hace | 0

| aceptada

Respondida
For Loop with strings
Adding <https://www.mathworks.com/matlabcentral/profile/authors/3102170-stephen-cobeldick Stephen Cobeldick> 's suggestion here ...

más de 8 años hace | 0

Respondida
How to create a loop function to import .dat files
>> files(k) = importfile('files.dat', 4, 128); has the issue. In your code after executing the following line : >>...

más de 8 años hace | 0

Respondida
Critical error in jsonencode....?
It is a documented behavior with MATLAB JSONLab toolbox till version 2017a. With version 2017b, Inf and NaN values will be conve...

más de 8 años hace | 1

| aceptada