Richard Livingston - MATLAB Cody - MATLAB Central

Richard Livingston

130044
Rank
1
Badge
10
Score
1 – 2 of 2

Richard Livingston submitted a Comment to Problem 3064. Cycling — Normalized Power

I don't understand what I'm looking at, Ive attempted to add the code from a solution, but it seems like I'm missing something crutial... function [P_avg,NP] = cycling_norm_power(power) P_avg = 0; NP = 0; %% steady power = 200*ones(1,3600); P_avg_corr = 200; NP_corr = 200; [P_avg,NP] = cycling_norm_power(power); assert(isequal(P_avg_corr,P_avg)) assert(isequal(NP_corr,NP))

on 27 Apr 2018

1 – 2 of 2
Go to top of page