GEEVARGHESE TITUS
Followers: 0 Following: 0
Statistica
RANK
1.978
of 295.569
REPUTAZIONE
32
CONTRIBUTI
6 Domande
13 Risposte
ACCETTAZIONE DELLE RISPOSTE
33.33%
VOTI RICEVUTI
4
RANK
of 154.105
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
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...
circa 7 anni fa | 1
| accettato
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...
oltre 7 anni fa | 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. ...
oltre 7 anni fa | 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...
oltre 7 anni fa | 0
| accettato
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...
oltre 7 anni fa | 1
| accettato
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
oltre 7 anni fa | 0
Domanda
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...
oltre 7 anni fa | 0 risposte | 0
0
risposteDomanda
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...
oltre 7 anni fa | 0 risposte | 0
0
rispostecannot 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; ...
oltre 7 anni fa | 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 ...
oltre 7 anni fa | 2
| accettato
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 ...
oltre 7 anni fa | 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...
oltre 7 anni fa | 0
| accettato
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 ...
oltre 7 anni fa | 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...
oltre 7 anni fa | 0
| accettato
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'),...
quasi 8 anni fa | 0
Domanda
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...
quasi 8 anni fa | 0 risposte | 0
0
risposteDomanda
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 ...
quasi 8 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 8 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ....
quasi 8 anni fa | 1 risposta | 0