Community Profile

photo

Tino


Last seen: 1 year ago Active since 2019

Statistics

  • Thankful Level 4

View badges

Content Feed

View by

Question


How to retrieve Matlab EPS Figure to Matlab.m
Hello, I have a Matlab figure saved in eps. Is it possible to reconvert the eps figure back to matlab.m so that I can edit them...

2 years ago | 2 answers | 0

2

answers

Question


Identifying time for prolong changes in a sequence
Hello Please I have a sequence for instance 010001100000111110000100011001 And I want to identify the ones that are more tha...

2 years ago | 1 answer | 0

1

answer

Question


How do I obtain the aligned sequence using distance warping
I have a sequence A and B And I want to warp them using distance warping x = dtw(A, B) Please how do I get the vector of wa...

2 years ago | 1 answer | 0

1

answer

Question


conditional representation of logical numbers
Hello Please I have the following time series { 111110011111000000011000011111} in time interval of seconds. I want to use the...

3 years ago | 1 answer | 0

1

answer

Question


How to get output using a function with two parameters of different range
For instance, I have a function x = cb( a, b) the paramter a ranges from 0 to 1 and b ranges from (2 to 20). How do I perform...

3 years ago | 1 answer | 0

1

answer

Question


using a window size and one number shift
Hello everyone I have variables. And I want to analyse the variables using a function to get the Hotelling ttest for each poi...

3 years ago | 0 answers | 0

0

answers

Question


Solving hotelling function code
Hello I am trying to use the following code to implement the function T2Hot2ihe [filename, pathname] = uigetfile('*.csv'); ...

3 years ago | 0 answers | 0

0

answers

Question


how to perform multiple conditions manipulation
Hi I have a list of numbers called true_changes = 26 to 711 I am trying to count the numbers that satisfy the following condit...

3 years ago | 0 answers | 0

0

answers

Question


Correlation computation using a window of 3
Hello Please I have 3 column x, and y x = 5, 8, 9, 4, 9, 6, 0 ,7 ,8 , 5, 4 y = 6, 4, 8, 7, 3, 7, 8 ,7 ,6 , 4, 7 I want to f...

3 years ago | 1 answer | 0

1

answer

Question


Plot xx mark after a threshold
Hello I have univariate variables (ojoru) and I want the matlab plot to shows xxxxx above the set threshold on the y axis P...

3 years ago | 1 answer | 0

1

answer

Question


Find the average in a window of random variables
Hi pls I have 10 random variables ( 2,4,5,6,3,4,5,7,8,6) I want to write a matlab code that will do this computation using 5 w...

4 years ago | 1 answer | 0

1

answer

Question


Problem relating to mathematical expression
Hello I have a set of 10 random variables using a window length of k =5 0.1, 0.2, 0.4, 0.5, 0.4, 0.6, 0.6, 0.6, 0.2, 0.3 ...

4 years ago | 2 answers | 0

2

answers

Question


Obtaining result from a previous point
Hello please can anyone help me to calculate the following I have a result which give M which give a row of numbers I want to ...

4 years ago | 1 answer | 0

1

answer

Question


Error in Y label
can anyone help out with 'error in y label', please? This normally happens when I copy the same codes from my desktop to my lapt...

4 years ago | 0 answers | 0

0

answers

Question


Conditional if statement solution
I will greatly appreciate it if any one assist me in solving this problem in Matlab code For instance I have a list of values =...

4 years ago | 1 answer | 0

1

answer

Question


code for computing the formular
I have the set of numbers (Si) = (0.25541156, 4.446482251, 0.389762062, 4.211214131) (sj) = ( 0.25541156, 4.446482251, 0.38...

4 years ago | 1 answer | 0

1

answer

Question


interpret this matlab code in Java
Hello Please I will like to interpret the following matlab code in java code. I will appreciate it if anyone can help me. ...

4 years ago | 0 answers | 0

0

answers

Question


Error running Matlab code in java intellij
Hi Please cann someone help me with this problem I am trying to run my matlab code in java intellij after packaging it. I am ...

4 years ago | 1 answer | 0

1

answer

Question


showing matlab plot on intellij (java)
Hi Please I recently converted my matlab code to java using library compiler. After compiling I was able to run the code perfec...

4 years ago | 1 answer | 0

1

answer

Question


Control value range in matlab UI spinner
Hello I have a function that enables you to add numbers through spinner on the app designer how do I control the value range f...

4 years ago | 1 answer | 0

1

answer

Question


Permission to write into text file
Hello I got the following error below: Permission denied : I am unable to open file mojo.txt find the code below function s...

4 years ago | 1 answer | 0

1

answer

Question


Error using parfor on for loop
Hi Please I am getting the followign error running parfor. kindly assist fnP = @ (a,i) ( sum ( a(i) > a(1:i) + 0.5)); a = mov...

4 years ago | 1 answer | 0

1

answer

Question


Display on app designer
Hello please I want to display the following information on edit text field numerical on app designer for the computation nu...

4 years ago | 0 answers | 0

0

answers

Question


Combining batches graphs consecutively
Hi I am trying to analyse data of 2000 in batches of 500 and at the end I want to plot the graph of all 500 combined together...

4 years ago | 1 answer | 0

1

answer

Question


Is there anyway I can convert matlab code to java
Hello I am trying to find out how to convert matlab code to java. I will be very grateful if anyone help me with that Re...

4 years ago | 1 answer | 0

1

answer

Question


identify numbers greater than a specific number
Hello I have the following data T = { 3 5 6 7 8 9 2 6 9 10 2 12 13} I want to know the numbers that are greater than for insta...

5 years ago | 1 answer | 0

1

answer

Question


function structure and explanation
Hello I am using the function Smoothdata ( x , 'gaussian'); I want to know the how this function is implemented. The formula/m...

5 years ago | 1 answer | 0

1

answer

Question


How to run a program on an csv file data in batches
Hello I am trying to import data from csv file with size (1046520 1). Using the importdata function. K = load('caamel.csv'); ...

5 years ago | 0 answers | 0

0

answers

Question


takes time importing large data files
Hi I am trying to import data from csv file with size (1046520 1). Using the importdata function. K = importdata('caamel.cs...

5 years ago | 1 answer | 0

1

answer

Question


large numbers in K means
I am trying to find the kmeans of 1 column with 1048575 numbers rows and I am getting the error below Error using kmeans (l...

5 years ago | 2 answers | 0

2

answers

Load more