Community Profile

photo

GEEVARGHESE TITUS


Last seen: 4 months ago Active since 2017

Followers: 0   Following: 0

Statistics

  • Thankful Level 1
  • Knowledgeable Level 2
  • First Answer

View badges

Feeds

View by

Answered
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...

6 years ago | 1

| accepted

Answered
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

Answered
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

Answered
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

Answered
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

Answered
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

answers

Question


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

answers

Answered
cannot 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

Answered
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

Answered
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

Answered
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

Answered
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

Answered
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

Answered
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

answers

Question


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 | 0 answers | 0

0

answers

Question


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...

7 years ago | 1 answer | 0

1

answer

Question


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 ....

7 years ago | 1 answer | 0

1

answer