GEEVARGHESE TITUS
Followers: 0 Following: 0
Statistics
RANK
1,976
of 295,467
REPUTATION
32
CONTRIBUTIONS
6 Questions
13 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
4
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Hello, I receive this error
When the problem is because ofexecuting the line [Bus_final,lines_final,line_type,Adjacency_matrix]=Graph_Preprocessing_and_Vi...
7 years ago | 1
| accepted
The for loop does not give the result I want.
The index of A was wrong clc clear all close all DNdog =[7;7;7;11;11;11]; blnmynokta =[11;11;11] ksnkoor...
7 years ago | 0
I am getting the wrong plots for g1 and g2..help
What are you expecting as output? The code as such is working fine. You can view the plots using subplots to get a better view. ...
7 years ago | 0
can anyone tell me what is wrong with this program?
1. Sound function generally takes in two arguments, but you have given three that includes nbits. 2. A for loop is missing, a...
7 years ago | 0
| accepted
My matlab .m file not saving not as matlab file.
You have set chrome as a default type to read the mat file. Please do the following, If matlab is listed 1. Choose the fi...
7 years ago | 1
| accepted
Can anybody help me?
use cellfun [n v]=cellfun(@(x) eig(x),c,'UniformOutput',false) where c is your input cell and n and v are also cell
7 years ago | 0
Question
Convert nested cell with unconsistent structure to mat and also reverse operation
I am not able to convert the data in cell format to mat. If it was only of one level we can use cell2mat and its reverse mat2ce...
7 years ago | 0 answers | 0
0
answersQuestion
How to create a tensor model for a 1 D time series raw data
I have an EMG data having two channels and almost 20000 samples. I want to perform denoising on the data. I have done it using w...
7 years ago | 0 answers | 0
0
answerscannot call or index into a temporary array
Though your question is not clear, on what your requirement is, I have a made a change that computes the value nr L=10; ...
7 years ago | 0
Error using * Inner matrix dimensions must agree
In the last part of the relation you are trying to do x*x, which is not possible. You should either use a dot operator or you ...
7 years ago | 2
| accepted
Need help with user made Functions and Sub functions.
The assignment operations were not right, and have rectified the code. The invoking format was also not correct, as you require ...
7 years ago | 0
Can anybody help me with the following code?
I not sure of obtaining multiple plots in the same window using fvtool. Instead you can get what you required, using functions f...
7 years ago | 0
| accepted
Convert a 3d matrix mat file to multiples 2d CSV files.
If you want to just access the p, mxn structures you can apply the script like b1=a(:,:,1); ... bp=a(:,:,p); There is ...
7 years ago | 0
My if statement nestled in for loop isn't working
I have just modified the code to get the output, and the final values for different values of M are stored in a cell. clear...
7 years ago | 0
| accepted
Convert image to a binary stream
The following code will give the original values back b=imread('coins.png'); m = reshape(dec2bin(typecast(b(:),'uint8'),...
7 years ago | 0
Question
How to editor windows to start from 1 again
Each time we create a new m file the default name will be say Untitled 2, which keeps on increasing(3, 4 ..) as we open new m f...
7 years ago | 0 answers | 0
0
answersQuestion
PCA operation and its inverse operation on a dataset
Was trying the PCA function based on the example in matlab help load hald % The ingredients data has 13 observations for 4 ...
7 years ago | 1 answer | 0
1
answerQuestion
How to perform Arthemtic Codding on Nested Cell Aray
I am having the following cell C, with the associated data 2x1 cell [29;32] [0;72] 2x1 cell [] [29;31;33...
8 years ago | 1 answer | 0
1
answerQuestion
How to assign a NAN to an empty cell in a cell array of cell array of matrix
I want to set NAN to these cells. Basically i wanted to do a basic threshold operation on a cell array of cell array of matrix ....
8 years ago | 1 answer | 0