Respondida
Can't get simple for loop to run
Hi Alex , I think you are defining "results " variable wrong. From my understanding you want to results variable to be similar ...

más de 3 años hace | 0

Respondida
How to Plot variation of an output?
Hi Nataly, Follow the steps below : x = [ 1 : 1:100];%creating a array from 1 to 100 with step of 1 Cps = 1.2;%defining const...

más de 3 años hace | 0

Respondida
How to remove the margins of a plot
Hi Hao Shi, Add these line of code to your answer : set(gca, 'Position', [0.02,0.1,1,0.82]) set(gcf,'OuterPosition',[50 50 68...

más de 3 años hace | 3

Respondida
How to make graph using simulink display block
Hi Sourish, There are several ways to obtain graph. 1) First as Vasishtha mentioned you can "to workspace" block so it will e...

más de 3 años hace | 0

Respondida
How to calculate area in a binary image?
Hi Asmalina, 1) To find the area in pixel size we just need to find the number of white pixel which would be area = bwarea(bw)...

más de 3 años hace | 0

| aceptada

Respondida
example of linecirc function
Hi Manoj, linecirc gives the intersection points of a line and a circle. Syntax: [xout,yout] = linecirc(slope,intercpt,cent...

más de 3 años hace | 0

| aceptada

Respondida
Use Matlab code in Python after creating standalone package
Hi Maryam , The MATLAB Engine API for Python provides a package for Python to call MATLAB as a computational engine. The engin...

más de 3 años hace | 0

Respondida
Saving a file in Matlab R2020a
Hey , On the Home tab, in the Environment section, click Preferences. From the left panel go to MATLAB->Editor/Debugger->Backup...

más de 3 años hace | 0

Respondida
How can I call a python-Function in Matlab with an Array as input and return Value?
Hey Wilhelm, My understanding is that you want to import the functionality of a python function. It's very common practise and...

más de 3 años hace | 0

Respondida
Using filenames to name timetables
Hey Karin, As per my understanding, you want to convert .txt file into a timetable. First you might need to make sure that .t...

más de 3 años hace | 0

Respondida
Unable to perform assignment because the left and right sides have a different number of elements.
Hello Victor, My understanding is that your problem is with the syntax and your understanding of least mean square algorithm is...

más de 3 años hace | 0

Respondida
Calculating mean integrated squared error (MISE)
Hello Neuropragmatist, From what I understood so far , you are misinterpreting the " Expected Value" . Expected value is simila...

más de 3 años hace | 0