Posts by Hugo Ribeiro • 1 point
2 posts
-
0
votes1
answer3663
viewsQ: How to record the intermediate result of a loop for in matrix, with each iteration?
below follows the attempt of a code to calculate the following situation: I have two vectors: "q_qp" and "pe", I need each element of the vector "pe" to multiply all elements of "q_qp", for example:…
matlabasked Hugo Ribeiro 1 -
0
votes1
answer237
viewsQ: Create a scan window in MATLAB
I’m trying to create in Matlab a script that makes a sub-matrix (search window 3 x 3) go through a larger matrix looking for minimum values for each 3 x 3 cell chunk analyzed. When the script finds…