How to define a new variable in a table, Part 3

I have a table test
date breakfast lunch
1/2/2020 10 20
1/3/2020 5 25
1/4/2020 8 20
Just for the sake of an exmple, I want to calculate a new variable with the formula
test.newvariable(k) = test.lunch(k)/sqrt(test.breakfast(k))
Can one define this new variable without using a loop?

 Accepted Answer

madhan ravi
madhan ravi on 19 Jun 2020
Edited: madhan ravi on 19 Jun 2020
Remove (k) and replace / with ./

2 Comments

let me work on it
But we already made it in your previous questions , didn’t we ;)

Sign in to comment.

More Answers (0)

Products

Release

R2020a

Tags

Community Treasure Hunt

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

Start Hunting!