![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/5321519_1588074389937.jpg)
Saurav Roy
National Brain Research Center
Followers: 0 Following: 0
Designation : Research and Development Engineer
Feeds
질문
Take user inputs via a for loop and then apply 'CrossTab'
Hello everyone, I want a chi-square statistics value hence I want to user the function crosstab using n number of variables. Al...
4년 초과 전 | 답변 수: 0 | 0
0
답변답변 있음
Put excel collumns in an array
Hey ! I hope this is what you are looking for.... % Read Excel Sheet [~,~,data] = xlsread('Add path to the excel file (.xlsx...
Put excel collumns in an array
Hey ! I hope this is what you are looking for.... % Read Excel Sheet [~,~,data] = xlsread('Add path to the excel file (.xlsx...
거의 5년 전 | 0
| 수락됨
답변 있음
How to modify array in modifying subarray reference ?
Hi.... I am not sure I understood your question properly but I wrote something as per my initial understanding to get your resu...
How to modify array in modifying subarray reference ?
Hi.... I am not sure I understood your question properly but I wrote something as per my initial understanding to get your resu...
거의 5년 전 | 1
답변 있음
Create for loop to simplify code and output arrays
Hey ! I think this is somwhat close to what you are looking for, num = length(a); len = a(4);st = 5; y = a(st: st+num-1); ...
Create for loop to simplify code and output arrays
Hey ! I think this is somwhat close to what you are looking for, num = length(a); len = a(4);st = 5; y = a(st: st+num-1); ...
거의 5년 전 | 0
답변 있음
How to calculate the average between each two adjacent members(rows or columns)?
Hey, Try this for the Row and adjust accordingly for the columns. arr = [1 2 3 4 5]; len = length(arr); arr_secondary = []...
How to calculate the average between each two adjacent members(rows or columns)?
Hey, Try this for the Row and adjust accordingly for the columns. arr = [1 2 3 4 5]; len = length(arr); arr_secondary = []...
거의 5년 전 | 1
질문
Add a variable in eventdata
I need to add a variable that is user defined into 'eventdata' that is being generated using a GUI that I have made. Example: ...
거의 5년 전 | 답변 수: 1 | 0
1
답변질문
I have a 3D MRI image with me and I want to plot a histogram of it's value. Can someone please suggest a way to plot the same ?
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
How can I calculate Conditional Logistics of a given Data ?
Hey Everyone !!! I have two datasets as follows: X = [ 57.5 54.7 52 50 48.6 48 49.4 50.4]; % Continuous Data Y = [ 1 0 ...
대략 6년 전 | 답변 수: 0 | 0