whats wrong with this function?

Hi!
I just get blank anwers when I run this function, cant understand whts wrong with this function, it gives me just [ ] as my answers..
Does anybody know what the error could be?:)

답변 (1개)

Jan
Jan 2022년 3월 4일

0 개 추천

Which inputs are you using? If e.g. best_salt_1 is not one of the options of the first switch block, the output of [] is expected.
The best way to examine such problems by your own is the debugger. Set a breakpoint in the first line of this function by clicking on the box left beside the text in the editor. Then step through the code line by line.
By the way, the names of your function and variables are extremely exhaustive. Programming allows to apply a more abstract view on the problem, so you can use the same function for a set of problems. Then "beregn_ionic_strength_best_salts_CaCl2_MgCl2_NH4l" is a cruel name of a function.

댓글 수: 4

Muazma Ali
Muazma Ali 2022년 3월 4일
I was wondering whether I have forgotten '. ' somewhere ..?
Jan
Jan 2022년 3월 4일
As long, as we do not know, what you use as input, we cannot find out, if there is a problem with an elementwise multiplication.
Muazma Ali
Muazma Ali 2022년 3월 4일
best_salt_1 can be one of the three salts (CaCl2, MgCl2 og NH4Cl ) and maks_vektprosent are weightpercentages for instance 35.0 or 25.
Muazma Ali
Muazma Ali 2022년 3월 4일
I found the error, it was in another function, :)

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

카테고리

도움말 센터File Exchange에서 Programming에 대해 자세히 알아보기

태그

질문:

2022년 3월 4일

댓글:

2022년 3월 4일

Community Treasure Hunt

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

Start Hunting!

Translated by