Feeds
질문
How can I change the color of each axes label in a radar graph by using some condition
I want to plot a radar graph with different color of the axes label. I attach the excel sheet in which I want to plot the data (...
2년 초과 전 | 답변 수: 2 | 0
2
답변질문
how to pick 25th % and 75th% number of data from 200x200 matrix
I want tick only the data which occur on 25% and 75% of the data and subtract the value of the data wihich occur on 25% from the...
2년 초과 전 | 답변 수: 1 | 0
1
답변질문
Find position of the maximum value and then convert the row zeros and the position of the maximum value should become 1. just like in the image attach
거의 4년 전 | 답변 수: 1 | 0
1
답변질문
How to split data into cell
In the given excel I have 4 columns I want to split the data with respect to column 1 name as minutes and save the data of the o...
거의 4년 전 | 답변 수: 1 | 0
1
답변질문
Condition for Specific Data collection
Hi everyone I am facing a problem i have different Excel files in which there is a lot of data. i want to find some common cond...
거의 5년 전 | 답변 수: 2 | 0
2
답변질문
how to remove the zero from the first column and last row (4,1) to make it empty. it change my all values by subtracting.
s=[1;2;3]; s(1:4,2)=[1;2;3;4] s = 1 1 2 2 3 3 0 4
거의 6년 전 | 답변 수: 1 | 0