Tino
Followers: 0 Following: 0
Statistics
80 Questions
0 Answers
RANK
20,287
of 295,448
REPUTATION
2
CONTRIBUTIONS
80 Questions
0 Answers
ANSWER ACCEPTANCE
53.75%
VOTES RECEIVED
2
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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 | 1
2
answersQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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
answerQuestion
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
answerQuestion
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...
4 years ago | 0 answers | 0
0
answersQuestion
Solving hotelling function code
Hello I am trying to use the following code to implement the function T2Hot2ihe [filename, pathname] = uigetfile('*.csv'); ...
4 years ago | 0 answers | 0
0
answersQuestion
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...
4 years ago | 0 answers | 0
0
answersQuestion
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...
4 years ago | 1 answer | 0
1
answerQuestion
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...
4 years ago | 1 answer | 0
1
answerQuestion
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
answerQuestion
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
answersQuestion
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 ...
5 years ago | 1 answer | 0
1
answerQuestion
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...
5 years ago | 0 answers | 0
0
answersQuestion
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 =...
5 years ago | 1 answer | 0
1
answerQuestion
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...
5 years ago | 1 answer | 0
1
answerQuestion
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. ...
5 years ago | 0 answers | 0
0
answersQuestion
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 ...
5 years ago | 1 answer | 0
1
answerQuestion
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...
5 years ago | 1 answer | 0
1
answerQuestion
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...
5 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 0 answers | 0
0
answersQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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
answerQuestion
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
answerQuestion
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
answersQuestion
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
answerQuestion
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