what is the wrong here

回答(2 个)

Image Analyst
Image Analyst 2020-12-24

0 个投票

You never assigned any values to t before you tried to use t. What values do you think/expect/want t to have? You have to assign them to t first.
Cris LaPierre
Cris LaPierre 2020-12-24

0 个投票

Do you realize your screenshot has nothing to do with the code you've shared?
  • You are not using a valid variable name
  • Your screenshot shows you are trying to use a variable you have not defined (clearly stated in the red error message)

类别

帮助中心File Exchange 中查找有关 Logical 的更多信息

产品

提问:

2020-12-24

Community Treasure Hunt

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

Start Hunting!

Translated by