Alicia Cuber Caballero
Followers: 0 Following: 0
統計
All
Feeds
質問
Asking for user input only once with input, or take values like pi/3 with inputdlg
I have a function that calculates when you input values for n, for x, for y. Now I need to ask the user for input. I prefer how...
5年弱 前 | 1 件の回答 | 0
1
回答質問
How to "link" an .m file to an .mlx file
Hi, I have got this assignment in which I am required to create a function to complete a task, so I used a separate .m file, whi...
5年弱 前 | 1 件の回答 | 0
1
回答回答済み
I get index error, but the correct result. How can I avoid this?
Thank you! That's a simpler solution :)
I get index error, but the correct result. How can I avoid this?
Thank you! That's a simpler solution :)
5年以上 前 | 0
質問
I get index error, but the correct result. How can I avoid this?
I am trying to solve this Cody problem where I need to remove all rows that contain NaN-s. My code looks like this: [m,n]=si...
5年以上 前 | 2 件の回答 | 0
2
回答質問
How can I break this while loop and store the data?
Hi! I'm trying to generate a collatz sequence for any n and to stop when n == 1. I used the following: n=7 while n>1 if m...
5年以上 前 | 1 件の回答 | 0