Answered
Two functions with the same name?
Q1. How can someone make sure that they are using a function from a very specific package/library which function_name ...

3 years ago | 0

Answered
Counting the spesific word in text file
data = fileread("content.txt") pattern="hi there!" substr_freq =count(data,pattern) ...

3 years ago | 0

Answered
Merging Cell Array Elements in One Element
Hi , CellArr ={'1A','2B','3C','4D'} MergedCellArr = [CellArr{:}] DecValue = hex2dec(MergedCellArr)

3 years ago | 0

| accepted

Answered
How to repeat the graph many times using FOR loop
Hi , As per my understanding , "You wish to plot a periodic signal of time period (T=3500ms) with known amplitude va...

3 years ago | 0

| accepted

Answered
compare every element in the first array with the second array
Hi, Your question can also be framed as - "For every element x in X , find the least element in y in Y , such tha...

3 years ago | 0