photo

GEEVARGHESE TITUS


Last seen: 2 months 前 自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 1
  • Knowledgeable Level 2
  • First Answer

查看徽章

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 前 | 1

| 已接受

已回答
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 前 | 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 前 | 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 前 | 0

| 已接受

已回答
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 前 | 1

| 已接受

已回答
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 前 | 0

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 0 个回答 | 0

0

个回答

已回答
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 前 | 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 前 | 2

| 已接受

已回答
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 前 | 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 前 | 0

| 已接受

已回答
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 前 | 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 前 | 0

| 已接受

已回答
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 前 | 0

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答