Respondida
Plot a color bar for parallelplot?
This is the list of parallelplot properties Control parallel coordinates plot appearance and behavior - MATLAB (mathworks.com) a...

casi 2 años hace | 0

Respondida
Detecting peaks with a specified range of amplitudes?
use the findpeaks() function: Find local maxima - MATLAB findpeaks (mathworks.com) if you need the range [0 1] just filter it o...

casi 2 años hace | 0

Pregunta


Fuzzy logic rule for out of range
I implemented a fuzzy logic penalty system for a particle swarm algorithm i'm working on. Sometimes it may happen that the val...

casi 2 años hace | 2 respuestas | 1

2

respuestas

Pregunta


mesh or surf from x y z coordinates
I'm not experienced at all with meshes or 3d plotting, please be patient. I have a firefly algorithm that optimizes pid paramte...

casi 2 años hace | 2 respuestas | 0

2

respuestas

Resuelto


Find Logic 12

casi 2 años hace

Resuelto


Find Logic 11

casi 2 años hace

Resuelto


Find Logic 14

casi 2 años hace

Resuelto


Find Logic 18

casi 2 años hace

Resuelto


Find Logic 19

casi 2 años hace

Resuelto


Find Logic 16

casi 2 años hace

Resuelto


Find Logic 15

casi 2 años hace

Resuelto


Find Logic 13

casi 2 años hace

Resuelto


Find Logic 10

casi 2 años hace

Resuelto


Find Logic 7

casi 2 años hace

Resuelto


Find Logic 8

casi 2 años hace

Resuelto


Find Logic 3

casi 2 años hace

Resuelto


Find Logic 4

casi 2 años hace

Resuelto


Find Logic 1

casi 2 años hace

Resuelto


Laws of motion 6

casi 2 años hace

Resuelto


Laws of motion 1

casi 2 años hace

Respondida
Accessing and synchronizing timetables in cell array?
[cMax,~]=size(mr2); C=mr2{1} %needs the first 5 elements of the table as preallocation for ii=1:cMax C=[C ; mr2{ii}]; %ve...

casi 2 años hace | 0

Respondida
Commiting and pushing files from MATLAB to Github using MATLAB script
assuming you already cloned your repository in a local directory and already made the checkout of the branches, just move to th...

casi 2 años hace | 0

| aceptada

Resuelto


Change the sign of even index entries of the reversed vector
change the signs of the even index entries of the reversed vector example 1 vec = [4 -1 -2 9] ans = [9 2 -1 -4] example2...

casi 2 años hace

Resuelto


Median filter over three values
Implement 1-D median filter over input vector x as described: Moving window size is 3 Output is middle/central value in moving...

casi 2 años hace

Respondida
Store structure output into an array that you can index
i would either store it in a 1xn struct (n is the number of outputs you want to store): for (your current loop condition, i'll ...

casi 2 años hace | 0

| aceptada

Pregunta


Data type conversion changes the value of the signal
Any clue why this happens? For reference this is how the signal is defined: I guess the offset has something to deal with i...

casi 2 años hace | 2 respuestas | 0

2

respuestas

Resuelto


Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...

casi 2 años hace

Resuelto


subtract central cross
Given an n-by-n square matrix, where n is an odd number, return the matrix without the central row and the central column.

casi 2 años hace

Resuelto


Given a matrix, swap the 2nd & 3rd columns
If a = [1 2 3 4; 1 2 3 4; 1 2 3 4; 1 2 3 4]; then the result is ans = 1 3 2 4 1 3 2...

casi 2 años hace

Respondida
hello i want to loop this function, anyone can help me? thank you
Xtr=[Xtr1 Xtr2 Xtr3 Xtr4 Xtr5 Xtr6]; Ytr=[Ytr1 Ytr2 Ytr3 Ytr4 Ytr5 Ytr6]; mdl=[]; for jj=1:lenght(Xtr) mdl(jj)=fitlm(X...

casi 2 años hace | 0

| aceptada

Cargar más