photo

GEEVARGHESE TITUS


Last seen: 3 meses hace Con actividad desde 2017

Followers: 0   Following: 0

Estadística

  • Thankful Level 1
  • Knowledgeable Level 2
  • First Answer

Ver insignias

Feeds

Ver por

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

casi 7 años hace | 1

| aceptada

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

más de 7 años hace | 0

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

más de 7 años hace | 0

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

más de 7 años hace | 0

| aceptada

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

más de 7 años hace | 1

| aceptada

Respondida
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

más de 7 años hace | 0

Pregunta


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

más de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 7 años hace | 0 respuestas | 0

0

respuestas

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

más de 7 años hace | 0

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

más de 7 años hace | 2

| aceptada

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

más de 7 años hace | 0

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

más de 7 años hace | 0

| aceptada

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

más de 7 años hace | 0

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

más de 7 años hace | 0

| aceptada

Respondida
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'),...

más de 7 años hace | 0

Pregunta


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

más de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 7 años hace | 1 respuesta | 0

1

respuesta