Community Profile

photo

Robert


Dunarea de Jos, Galati

Active since 2011

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 3
  • First Answer

View badges

Feeds

View by

Question


How to merge similar matrixes and list them on columns.
Hi Matlab users, OK, so I have a 238x132 matrix representing current movements in one day(let's call it U), and two 238x132 ...

10 years ago | 1 answer | 0

1

answer

Question


How to create a bidimensional matrix containing the maximum values from a tridimensional one?
Hi Matlab users, I have a 3D matrix that goes like this: G(57,121,6672) where 57 is the longitude, 121 the latitude and 6672...

11 years ago | 1 answer | 0

1

answer

Answered
Pointing to functions and files outside of the current matlab folder
It depends of the function that you are trying to import (you might need a different command like 'run' instead of 'importdat...

12 years ago | 0

Answered
How do I downgrade the version of HDF5 library that MATLAB uses?
Thank you, Ashish. I solved it by updating the HDF5 libraries in Mohid.

12 years ago | 0

Question


How the replace values in one matrix by comparision with another?
Hi Matlab users, My problem is this: I have 2 matrix of the same size let's say A=(238;132;70) and B=(238;132;70). They have...

12 years ago | 1 answer | 0

1

answer

Question


How to reverse a matrix dimension without affecting the other 2 (for 3 or more dimension matrixes)?
Hi, I have a 3D matrix, let's say: A=rand(238,132,35). The problem is that the third dimension (the one with 35) is reversed...

12 years ago | 1 answer | 0

1

answer

Question


sincronyzing 2 matrixes
Hello Matlab users, So, I have a matrix called Temperature(238,132,35)and another Bathymetry(238,132). The Bathhymetry x and ...

12 years ago | 1 answer | 0

1

answer

Question


How do I downgrade the version of HDF5 library that MATLAB uses?
Hi Matlab users, I am writing a code in Matlab which makes a hdf5 file in order to be used by Mohid water modelling program. Al...

12 years ago | 2 answers | 0

2

answers

Answered
Interpolating one dimension in 4-th dimensional matrix?
Thank you both guys, both variants are working just fine. Thanks again.

13 years ago | 0

Question


Interpolating one dimension in 4-th dimensional matrix?
Hi Matlab users. I have a matrix which is like that (132,238,35,6) this is for longitude, latitude, depth and time. And I w...

13 years ago | 3 answers | 1

3

answers