Community Profile

photo

Adib Yusof


Universiti Kebangsaan Malaysia

Last seen: 대략 2개월 전 2017년부터 활동

Followers: 0   Following: 0

연락

통계

All
  • Knowledgeable Level 1
  • Thankful Level 3
  • First Answer
  • First Submission
  • GitHub Submissions Level 1
  • Solver

배지 보기

Feeds

보기 기준

제출됨


General functions
General-purpose MATLAB functions for public use

대략 2년 전 | 다운로드 수: 1 |

Thumbnail

답변 있음
Multiple Image like subplot
Hello, You still can use subplot alongside with imagesc. Just call subplot first, and then call imagesc. Or even better, use t...

대략 3년 전 | 0

답변 있음
How to label x tick at every 2 and y tick at 0.2?
Hey, try this: Ax = gca; set(Ax.XAxis, 'TickValues', 0:10:100, 'MinorTick', 'on', 'MinorTickValues', 0:2:100); set(Ax.YAxis, ...

대략 3년 전 | 0

| 수락됨

질문


Remote workers still access data files from the client despite the files have been copied to the remote host beforehand
Hi, I have two PCs, and I use Parallel Server and Parallel Computing to utilize the cores in both PCs simultaneously. Since the...

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

1

답변

질문


Trim only edge NaN values
Say I have a variable: X = [NaN, NaN, 2, 5, 1, 6, NaN, 1, NaN NaN]; I need to remove/trim NaNs only when they occur at the edg...

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

1

답변

질문


ConstantLine always on the top
I have been noticing that ConstantLine, which is plotted by xline() or yline() functions, always located on the top of other obj...

3년 초과 전 | 답변 수: 2 | 4

2

답변

답변 있음
How to change the source camera?
Try: webcamlist to see the list of installed cameras. By default, the built-in camera is camera no 1, and other external came...

3년 초과 전 | 0

문제를 풀었습니다


Side of a rhombus
If a rhombus has diagonals of length x and x+1, then what is the length of its side, y? <<https://imgur.com/x6hT6mm.png>> ...

3년 초과 전

문제를 풀었습니다


Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...

3년 초과 전

질문


Can't perform git push/fetch/pull from Command Window
I'm not familiar with Git or GitHub before; my first introduction to these tools are by the integration with MATLAB. I set it up...

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

1

답변

질문


Property inspector's font is too big in MATLAB 2019b
Greetings, I just updated my MATLAB to the R2019b version. Everything is working well so far, except the font in Property Inspe...

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

0

답변

문제를 풀었습니다


Create a cell array out of a struct
Create a cell array out of a (single) struct with the fieldname in the first column and the value in the second column: in: ...

대략 4년 전

문제를 풀었습니다


Cell joiner
You are given a cell array of strings and a string delimiter. You need to produce one string which is composed of each string fr...

대략 4년 전

문제를 풀었습니다


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

대략 4년 전

문제를 풀었습니다


Find out missing number from a vector of 9 elements
You are given a vector of size 9, x = [x1 x2 x3 x4 x5 x6 x7 x8 x9] Elements of x may be randomly selected without repeati...

대략 4년 전

문제를 풀었습니다


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

대략 4년 전

문제를 풀었습니다


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

대략 4년 전

문제를 풀었습니다


Read a column of numbers and interpolate missing data
Given an input cell array of strings s, pick out the second column and turn it into a row vector of data. Missing data will be i...

대략 4년 전

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

대략 4년 전

질문


Determine the subsets of data that are the most correlated with y-data
I have a pair of X-Y data containing 20 datapoints. Each datapoints correspond to a group, there are 8 groups, so, let say, X1 -...

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

0

답변

질문


histcounts() function but for polarhistogram()
Hi. I'm using polarhistogram() to plot points distribution on polar coordinate. How do I calculate the distribution without plo...

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

2

답변

질문


Finding theta in [-pi/2,pi/2] instead of [-pi/4,pi/4] using arctan
Hi. I need help on trigonometry. I have a signal and a formula, which I found in a paper. I wanna find theta (as in the for...

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

1

답변

질문


Using spectrogram function to find direction of incoming ULF emission via SSTF
Hi, So this is a very specific question, since I'm so lost for so long. I'm working with geomganetic data with X, Y and Z compo...

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

0

답변

질문


Horizontal 'scratch' on spectrogram
Hi, I'm working with one-year geomagnetic data. I also plot spectrogram. I have data from almost 40 geomagnetic stations, but...

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

0

답변

질문


How does MATLAB know which .mat file to LOAD when there are two files with the same name in two different folders?
I have added several paths in MATLAB so that I don't have to do it manually every time I start MATLAB. In those paths (or direct...

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

1

답변

질문


How to split data into several segments so that in each segment, the number of NaN is not more than a certain value.
I have a large data which contains around 6,500,000+ data points. I need to split/divide my data into several segments so that i...

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

1

답변

질문


Extracting certain frequency band
I have a signal that runs for 1 year. I'm only interested on the signal with frequency within 0.01 to 0.1 Hz. How do I extract t...

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

1

답변

질문


Fast Fourier Transformation (FFT) on low sampling rate data
I am studying 1 year geomagnetic data that has sampling rate of 1 minute. I need to perform Fast Fourier Transformation to disti...

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

1

답변