답변 있음 How Do I Turn a Spirograph Into a Track?
Hello @Chase Reiter!
I really liked the problem, where you want to modify the spirograph to roll inside a stadium shaped track....
답변 있음 Markov chain simulation code
Hello @saja mk,
A Markov chain is a type of mathematical model that represents a system moving between different states, where ...
답변 있음 Help with implementing viscircles
Hello @Crazy duck,
According to my understanding of your question, you want to visualize the trajectory (the circular paths) o...
6개월 전 | 0
답변 있음 Unit test retrieve failed indexes
Hello Luis, I hope you are having a wonderful day!
Yes, I understand that you are using MATLAB’s Unit Test Framework and want ...
답변 있음 plot many sphere with variant radii
Hello Amir
MATLAB’s built-in “surf” function can be used to plot surfaces in three dimensions. I have included an example code...
7개월 전 | 0
답변 있음 Ideas on creating graph
Hello Sam,
Yes, you can create a dynamic, continuous plot that simulates real-time data recording, in which you can control the...
7개월 전 | 0
답변 있음 Simulink convert datatype to array of bytes
Hello @Joe Holdsworth
As far as I know, there is no dedicated Simulink block for directly converting a uint16 to an array of by...
8개월 전 | 0
답변 있음 Making a function to plot SVD
Hello @Larry Ellison!
Using MATLAB for plotting singular vectors is a really good choice as MATLAB provides you with pre-implem...
8개월 전 | 0
답변 있음 how to change the Identifier of a MException
Hello Behzad!
As far as I could get, you are asking three questions, let me address each of them one by one:
We cannot modif...
8개월 전 | 0
답변 있음 vectorization of for loop
Hello Chabani,
I am glad you came up with this question, as this unfolds a lot about optimizations which can be done in MATLAB....
8개월 전 | 0
답변 있음 how do i solve invalid data type error?
Hello Erkut,
The issue you're encountering is because “conv()” function in MATLAB is intended for numerical arrays, not symboli...
8개월 전 | 1
답변 있음 too many input arguments error message
Hello Manojkumar,
I see you are running into the "too many input arguments" error with the “adjacency()” function. I've encount...
9개월 전 | 0
답변 있음 How to get exact function's argument names?
Hello Grega!
According to MathWorks documentation, “inputname()” in MATLAB cannot retrieve argument names when they are passed ...
답변 있음 Determining index based on a condition
Hello Jessica,
You need to create two answer vectors, one for storing the index of “Toe-off” moments, and other for “Heel-down”...
9개월 전 | 0
답변 있음 t-test in Matlab - no data!
Hi Seldeeno,
Yes, you need to perform a "t-test" in MATLAB using summary statistics, using means, standard deviations, and sam...