The provided solution is coming up as incorrect.
古いコメントを表示
I am currently doing the MATLAB onramp course and I am on task 6 of the final project Stellar moon 2 and I cant figure out the answer. When I select the solution I copied it and put it as my answer however it comes up as incorrect. This is beyond frusterating as I am unable to progress and I have tried deleting everything and trying again several times and I just want to finish this course. Can someone please help.
5 件のコメント
Devyansh
2025 年 8 月 2 日
I am getting the same issue on decision branching task 1 despite writing the correct code and right indentation. someone who knows the solution pls help. There's no legend in my code
ARJUN RAM
2025 年 8 月 7 日
same issue its a bug
Torsten
2025 年 8 月 7 日
Shraddha
2025 年 8 月 7 日
have you found the solution. I am stuck in that task
ARJUN RAM
2025 年 8 月 8 日
thanks its work those who get same bug please clear the cache in browser ,even though the error exists change the browser,then same copy paste you will get correct code then now on
回答 (1 件)
Swaroopa
2022 年 8 月 28 日
Hi Owen,
You have to create the same variable name "movaway" and please check whether you have given correct variable name.
In the task,starnames is a 7*1 string and speed is the corresponding speed for the stars which is an integer array.
From the question ,we should give output elements in starnames whose speed is greater than zero and should store the output in movaway variable.
So we can write code in the following way
movaway=starnames(speed>0)
Hope it helps.
2 件のコメント
Owen
2022 年 8 月 28 日
Richard Austin-Berry
2022 年 12 月 14 日
編集済み: Richard Austin-Berry
2022 年 12 月 14 日
I think it's maybe because 'legend' existed in the code both as a matrix and a function. I had to close the tutorial and reopen it, then interrogate what's in the code and legend only existed as a function. Then it worked fine.
カテゴリ
ヘルプ センター および File Exchange で Mathematics についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!