Community Profile

photo

Harry Smith


Last seen: 1 year ago Active since 2021

Statistics

Content Feed

View by

Question


How to write a matlab function in Python?
I'm trying to transform a for loop from Matlab into python. I would like to create arrays of zeros and fill them via a for loop....

1 year ago | 1 answer | 0

1

answer

Question


Convert for loop Matlab in python
Hello everyone, i'd like to convert my Matlab for loop in a Python for loop, but i'am a beginner in Python. The for loop is: s...

1 year ago | 1 answer | 0

1

answer

Question


How to create a GUI in matlab?
Hello everybody, i am not very experienced in matlab. I have to create a GUI that a gui that should make me enter: input: ...

1 year ago | 1 answer | 0

1

answer

Question


How can i fill a pre-allocated matrix 2D?
Hello everyone! i hope you can help me. My code is: [A, B]=size(storage); nan_matrix=NaN(500,1000); for ii=1:A for k=1...

2 years ago | 1 answer | 0

1

answer

Question


loop for every field of a structure array
Hello everyone! I hope someone can help me. I have a structure array with 5 fields. In every field, there is a matrix (240x4)....

2 years ago | 1 answer | 0

1

answer

Question


bandpass filter in multiple frequencies with a for- if- ifelse loop
Hi everyone! I have to filter a signal in 5 frequency bands, each with its own range and calculate, for each band, an RMS value...

3 years ago | 0 answers | 0

0

answers

Question


Run the same script for multiple folders
Hello, I have created a script that reads files inside a folder and performs various analyzes. Each time, I have to go change ...

3 years ago | 1 answer | 0

1

answer