photo

Sudhir Rai


Last seen: 1 year ago Active since 2020

Followers: 0   Following: 0

Scientist (male). Involve in fusion research related experiments and simulations.

Statistics

All
MATLAB Answers

5 Questions
1 Answer

Cody

0 Problems
1 Solution

RANK
4,811
of 297,457

REPUTATION
10

CONTRIBUTIONS
5 Questions
1 Answer

ANSWER ACCEPTANCE
60.0%

VOTES RECEIVED
4

RANK
 of 20,438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
94,785
of 158,938

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • MATLAB Central Treasure Hunt Finisher
  • Solver
  • First Answer

View badges

Feeds

View by

Question


Multi column legend in matlab plot
How can i set multicolumn and row legen in matlab R2016a,. I could not find simple way to do it.

1 year ago | 1 answer | 0

1

answer

Question


Saving data calculated for each temperature with varying time interval
I want to save my data for each temperature where equation is summation of n term and need to solve it by varying time. I have ...

2 years ago | 1 answer | 0

1

answer

Question


Averaging data between two integer and corresponding column of a matrix
I have this type of matrix A = [1 2 3 4 5 6; 1.234 1.11 1.3 2.31 2.3 2.4]' I want to average all data between two integer of ...

2 years ago | 1 answer | 0

1

answer

Question


conditional data selection and saving back to file
@Star Strider @Image Analyst I have data matrix x= row [1 :2:100] and y =row[1:2:100] same number of elements in x and y. i w...

4 years ago | 1 answer | 0

1

answer

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

4 years ago

Answered
How can I save matrix to .txt file?
Use this to get perfect matrix in .txt X = rand(64,60) save ('filename.txt', 'X', '-ascii')

4 years ago | 4

Question


data fitting to equation
@Matt J,@Walter Roberson I have data for time(t) and pressure (p). I want to fit these data to equation I have done simple...

4 years ago | 1 answer | 0

1

answer