photo

Deepesh Kumar Gupta


Last seen: nästan 3 år ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

14 Questions
0 Answers

RANK
151 939
of 297 569

REPUTATION
0

CONTRIBUTIONS
14 Questions
0 Answers

ANSWER ACCEPTANCE
57.14%

VOTES RECEIVED
0

RANK
 of 20 459

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159 178

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 3
  • Thankful Level 2

View badges

Feeds

View by

Question


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

nästan 3 år ago | 1 answer | 0

1

answer

Question


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

nästan 3 år ago | 1 answer | 0

1

answer

Question


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

nästan 3 år ago | 1 answer | 0

1

answer

Question


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

nästan 3 år ago | 1 answer | 0

1

answer

Question


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

nästan 3 år ago | 1 answer | 0

1

answer

Question


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

nästan 3 år ago | 2 answers | 0

2

answers

Question


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

nästan 3 år ago | 1 answer | 0

1

answer

Question


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.

ungefär 3 år ago | 1 answer | 0

1

answer

Question


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

mer än 3 år ago | 1 answer | 0

1

answer

Question


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

mer än 3 år ago | 0 answers | 0

0

answers

Question


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

mer än 3 år ago | 0 answers | 0

0

answers

Question


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

mer än 3 år ago | 1 answer | 0

1

answer

Question


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

mer än 3 år ago | 1 answer | 0

1

answer

Question


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.

mer än 3 år ago | 1 answer | 0

1

answer