필터 지우기
필터 지우기

if-block_in_switch_case

조회 수: 1 (최근 30일)
Muazma Ali
Muazma Ali 2020년 4월 26일
답변: AKARSH KUMAR 2020년 6월 24일
Hi ! I want to know how I can use if blocks within a switch case block I know it is possible but dont know whether I can write an if block right after 'case' line or do I have to write something right after saying 'case':
function aktivitet_samlet= fra_molfraksjon_salt(best_salt_nr_1, best_salt_nr_2, ny_vekt_prosent)
switch best_salt_1
case 'NH4CL'
I mean here can I right an If block directly..?
  댓글 수: 1
Stephen23
Stephen23 2020년 4월 26일
"I mean here can I right an If block directly..?"
Yes.

댓글을 달려면 로그인하십시오.

답변 (1개)

AKARSH KUMAR
AKARSH KUMAR 2020년 6월 24일
Yes you can, inside any case you can write if else statements.

카테고리

Help CenterFile Exchange에서 Modeling에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by