photo

Azura Hashim


Last seen: 4년 초과 전 2016년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

23 질문
1 답변

순위
172,361
of 300,759

평판
0

참여
23 질문
1 답변

답변 채택
34.78%

획득한 표
0

순위
 of 21,081

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,900

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


Cointegration function for many variables
Is there a function or script similar to corrcoef that can return cointegration results in a matrix form, without the need for a...

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

0

답변

질문


How to replace ismissing values in tables
I'm reading a text file into a table and Matlab is returning some values in the table as [1×1 missing]. I would like to replace...

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

0

답변

질문


Exponential moving average doesn't seem to work properly
Hi, I have a question about the moving average function: ma = movavg(Data,type,windowSize) In the following example: movavg(...

5년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Interactive broker timeseries vs history?
What is the difference between Interactive Broker timeseries and history functions? They seem to be returning the same data. Di...

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

1

답변

질문


Data access performance tips
Hi, Need some tips please. I need fast performance when: 1) Reading datafiles saved to disk 2) Accessing and modifying data w...

대략 6년 전 | 답변 수: 0 | 0

0

답변

질문


Java heap space error
Hi, Got the error below: Exception in thread "Thread-35": java.lang.OutOfMemoryError: Java heap space at java.util.Arrays.co...

대략 6년 전 | 답변 수: 1 | 0

1

답변

질문


IQFeed market depth and time series not working
Hi, The following didn't work for me. Help please. Retrieving market depth data - Got the error "The variable IQFeedLevelTwoDa...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


timeout on input prompt
Hi, I need to implement a timeout on an input prompt. I have found similar questions but all the answers implement a dialog b...

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Feature selection with NaN
Hi, I have a high dimensional data where I've managed to build a classification model using fitctree that is returning satisf...

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

1

답변

질문


How to optimise classification learner for a specific class
Hi, Is it possible in the classification learner app to prioritise the accuracy for a specific class? For example, if I have ...

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

1

답변

질문


Vectorizing a loop calculation
Hi, Is it possible to convert the loop below into a vector calculation? Thank you. dataset=table(); dataset.value=rand(...

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

0

답변

질문


Visualising matlab results in PowerBI
Is there a way of using PowerBI to visualise variables in the Matlab workspace, without having to write the data to a file or da...

대략 8년 전 | 답변 수: 3 | 0

3

답변

질문


Fast and simple trend
Hi, I need a fast and simple way to calculate the trend of a variable at each point in time for data over the preceding 1 hou...

대략 8년 전 | 답변 수: 2 | 0

2

답변

질문


database returns null as -2147483648
When I executed a query using MySQL console null values returned correctly. But when I queried the same data using database func...

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

0

답변

질문


Converting loop to vector operation
Hi, I have a large dataset where I calculate the value of some result in each row based on data in preceding rows. Currently ...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Asynchronous parallel processing when a worker is available
Hello, I need to write a script that: # Builds an input array for a function. # When there is an available worker, assig...

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

1

답변

질문


Array function for ranges
Hi, I have a binary image in a matrix, call it binarymage. I then want to determine whether various areas in the image are wh...

거의 9년 전 | 답변 수: 2 | 0

2

답변

질문


High speed OCR and parallel processing
Hello, I've written a number of programs to read tabular data in images using Matlab's ocr function. I have cleaned up the im...

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

1

답변

질문


Reading table from screen
Hi, I need to continuously read tabular data from a browser into Matlab arrays. Scraping is not an option. I came across an O...

대략 9년 전 | 답변 수: 0 | 0

0

답변

질문


Recommendation for Matlab consultant
Hi I'm looking for a Matlab consultant to write some programs. I know of Yair Altman but also looking for other consultants out ...

대략 9년 전 | 답변 수: 0 | 0

0

답변

질문


Fast data access (database or store in array)?
Hi, I have data stored in a local mysql database but it takes a few seconds for Matlab to do the query and read it into a mat...

대략 9년 전 | 답변 수: 0 | 0

0

답변

질문


table variable name based on array
Hi, is it possible to assign table variable name based on strings in an array. For example: colnames={'a' 'b'}; a=[1;2];...

9년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
Database toolbox downloading individual data as cell arrays
Excellent, this works. Thanks for your help.

9년 초과 전 | 0

질문


Database toolbox downloading individual data as cell arrays
Hi, I am using database toolbox to fetch data using MySql. However the fetched data matrix consists of individual values as cell...

9년 초과 전 | 답변 수: 2 | 0

2

답변