Leela Sai Krishna
Followers: 0 Following: 0
Statistics
RANK
130.779
of 295.569
REPUTATION
0
CONTRIBUTIONS
10 Questions
1 Answer
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20.247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.105
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
Feeds
Question
cell2mat conversion
please help me to convert 1*28 cell in which each cell contains 10*25 size matrices. i tried this cell2mat(matrix) it gives...
meer dan 5 jaar ago | 10 answers | 0
10
answerspolyfit equation in scatter in matlab
I got Answer text.Position=[x_axis value,y_axis value]; it works. I posted this for other users reference. If any suggestion...
meer dan 5 jaar ago | 0
Question
polyfit equation in scatter in matlab
i am trying to insert the polyfit equation my code as follows txt1 = ['y = ' num2str(p(1)) '*x + ' num2str( p(2)) '']; text(p...
meer dan 5 jaar ago | 2 answers | 0
2
answersQuestion
multiplying cell array with a matrix
i have 2*1 cell array with size 242*234 and matrix of size 242*234 how to apply above code for it. i am trying with this R...
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
Error using < Matrix dimensions must agree.
a=randi(100,1,10); b=randi(100,1,10); c=randi(100,1,10); A=[a;b;c] A_max=max(A); A(A<0.15*A_max)=nan it gives following ...
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
replace with nans after condition
How to do this process A=[10,0.5 1,8 8,0]; A_max =max(A); out=[10,8]; i want to replace values <15%A_max with...
meer dan 5 jaar ago | 2 answers | 0
2
answersQuestion
replace minimum value of each column with nan
i have a 10*10 matrix. How to replace the minimum value from each column with nans. ex; [10,5 2,8 8,1]; th...
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
replace values with nans
I have a matrix data. i applied a condition and i get the idx. i want to replace that idx values with Nans. plz suggest the pro...
meer dan 5 jaar ago | 2 answers | 0
2
answersQuestion
element mean of matrices
I have 5 matrices of 20*20 size, i want to calculate mean of each element. But i am trying to ommit the least values like <15% f...
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
cell array with mixed data types into single type
i have cell array with mixed data types(single and double precision) randomly. how to convert it into one type in matlab
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
MODIS HDF sinusoidal projection to WGS_GCS1984
i have modis hdf file with sinusoidal projection. plz help me to convert it to WGS_GCS1984. i am tried a lot but failed to conve...
bijna 6 jaar ago | 0 answers | 0