Community Profile

photo

Tino


Last seen: 거의 2년 전 2019년부터 활동

통계

  • Thankful Level 4

배지 보기

Content Feed

보기 기준

질문


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년 전 | 답변 수: 2 | 0

2

답변

질문


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

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

3년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 2 | 0

2

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 5년 전 | 답변 수: 0 | 0

0

답변

질문


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

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 0 | 0

0

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 2 | 0

2

답변

더 보기