hi i have used the following code
norm_ms_all = ms' / trapz(trapz(ms').
Matlab has issued a warning "Instead of using transpose ('), consider using a different DIMENSION input argument to TRAPZ".
How to correct this?
Thanks in advance

Antworten (1)

Star Strider
Star Strider am 5 Sep. 2020

0 Stimmen

The dim (dimension) argument is the last argumen to trapz. See Integrate Matrix with Nonuniform Spacing for an illustration. .

2 Kommentare

keerthi appala
keerthi appala am 5 Sep. 2020
Thank you.I'll check the link
Star Strider
Star Strider am 5 Sep. 2020
My pleasure!

Melden Sie sich an, um zu kommentieren.

Gefragt:

am 5 Sep. 2020

Kommentiert:

am 5 Sep. 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by