Community Profile

photo

Deepesh Kumar Gupta


Last seen: casi 2 años hace Con actividad desde 2021

Estadísticas

  • Thankful Level 3
  • Thankful Level 2

Ver insignias

Content Feed

Ver por

Pregunta


how can I create meshgrid of given data?
I have successfully created 7*7 meshgrid of given three types of data, which is given below ecc=(.018:.001:.024) ; phi=(34:1:...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I give different colors to each x, y and z coordinate points?
i want to give diffrent colors to x ,y and z data , lets x data to be blue color, y to be green and z to be red . I am attachi...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Can anyone help me to plot these data by scatter3 ploting?
I have 41 values of temperature starting from 350,351,352,353...........,390 and 30 values of radius starting from 0.001, 0.002,...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to plot surface graph in matlab?
I have 41 values of temperature starting from 350,351,352,353...........,390 and 30 values of radius starting from 0.001, 0.002,...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I resolve this problem?
why am i getting this error? Index exceeds the number of array elements. Index must not exceed 30. Error in Inver_theta_ec...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I reshape the given file into excel file ?
i want this file data into [68*1080] excel sheet , so that i can proceed for further calculation, please help me with matlab cod...

alrededor de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How can i find specific data from a large no. of csv file?
i have 1080 csv file named 1_1,1_2,...1_36, 2_1, 2_2,...2_36........30_1, 30_2,30_36, each file have different no. of rows wit...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


csv file to matlab
i have 1000 csv file and want to export these files into matlab . How can i do ? please help me in this.

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how can i get the nonzero value of Tdim{i}(1),while i have to start value of k=2:12?
here is the result: Tdim{1} ans = 0 0.6810 0.7002 0.7326 0.7769 0.8241 0.8472 ...

más de 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


how can i get Tdim{i}(1) non zero while starting the value of k=2:12 ?
the result is follows Tdim{1} ans = 0 0.6749 0.6941 0.7265 0.7709 0.8180 0.841...

más de 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Index in position 1 is invalid. Array indices must be positive integers or logical values?
why am getting this error? the error massage is: Index in position 1 is invalid. Array indices must be positive integers or l...

más de 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


i have to find 1000 E matrix of order (12,1)? why am i getting all 999 matrixes of E empty?
% Calculation of Y N=1000; E=cell(1,N); Y=zeros(12,1); for i=1:N for k=1:12 Y(k,1)=(C{i}(k))\(B{i}(k)); e...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Creat 1000 different matrix
I have 1000 different values of Bi, I want to creat 1000 different C matrix of order (12, 1) , where Each element of (12, 1) , i...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Printing of 1000 matrix .
How can i print 1000 matrix of (12, 1) from (1000, 12) matrix and gives to name of each 1000 matrix.

más de 2 años hace | 1 respuesta | 0

1

respuesta