Respondida
Early detection system of diabetic retinopathy using eye images by using matlab
If you have some labeled data you can try make a classifier see these examples Create Simple Image Classification Network - MAT...

más de 3 años hace | 0

Respondida
Solving an implicit equation (iteration)
The formula has the form of an atracting fixed point if it looks like A=f(A) (and other conditions see the links below), then yo...

más de 3 años hace | 0

| aceptada

Respondida
Resampling a signal without using built-in command
Regarding t: Your time intervals don't need to change length just the step size. Regarding x_a: you need to keep only the sampl...

más de 3 años hace | 0

Respondida
Solution of implicit function - how to plot implicit functions?
Based on the equation you posted, the variable A=2*pi needs to be squared when it's inside the square root. But your code doesn'...

más de 3 años hace | 1

| aceptada

Respondida
Finding the frequency spectrum of a list of column data
Here are three options 1) My favorite is to use pspectrum(data,fs). Where fs is sample frequency. For more information 'doc ps...

más de 3 años hace | 0

Respondida
Plotting the range of a variable with defined intervals.
The plot documentation shows you can specify the type of line and markers like this x=0:0.1:1; % use colon notation to create a...

más de 3 años hace | 0

Respondida
With two different initial values I am getting two different answers in fsolve. How to decide which one is more reliable?
The results are almost the same, but you can take a look at the display for each iteration see fsolve documentation, here is an ...

más de 3 años hace | 0

Pregunta


Incorrect font size for tiledlayout in livescript output [Bug?]
Using tiledlayout in a livescript does not output with the correct font size for the axis. Is this a bug? See example below, ...

casi 4 años hace | 1 respuesta | 1

1

respuesta

Resuelto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

alrededor de 5 años hace