Sudhir Rai
Followers: 0 Following: 0
Scientist (male). Involve in fusion research related experiments and simulations.
Feeds
提问
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 前 | 1 个回答 | 0
1
个回答提问
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 ...
1 year 前 | 1 个回答 | 0
1
个回答提问
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 ...
1 year 前 | 1 个回答 | 0
1
个回答提问
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...
3 years 前 | 1 个回答 | 0
1
个回答已解决
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 前
已回答
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')
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 前 | 4
提问
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 前 | 1 个回答 | 0