photo

Sristi


Last seen: 14 days ago Active since 2024

Followers: 0   Following: 0

Statistics

All
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Question


What is the difference between these two commands?
A = zeros(9,1) s = size(A) [m n] = size(A) %This runs without any error [m n] = s %But this raises an error

25 days ago | 2 answers | 0

2

answers

Solved


Add two numbers
Given a and b, return the sum a+b in c.

1 month ago