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

1 year ago | 0

Answered
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...

1 year ago | 0

Question


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...

1 year ago | 2 answers | 1

2

answers

Question


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...

1 year ago | 2 answers | 0

2

answers

Solved


Find Logic 12

1 year ago

Solved


Find Logic 11

1 year ago

Solved


Find Logic 14

1 year ago

Solved


Find Logic 18

1 year ago

Solved


Find Logic 19

1 year ago

Solved


Find Logic 16

1 year ago

Solved


Find Logic 15

1 year ago

Solved


Find Logic 13

1 year ago

Solved


Find Logic 10

1 year ago

Solved


Find Logic 7

1 year ago

Solved


Find Logic 8

1 year ago

Solved


Find Logic 3

1 year ago

Solved


Find Logic 4

1 year ago

Solved


Find Logic 1

1 year ago

Solved


Laws of motion 6

1 year ago

Solved


Laws of motion 1

1 year ago

Answered
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...

1 year ago | 0

Answered
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...

1 year ago | 0

| accepted

Solved


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...

1 year ago

Solved


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...

1 year ago

Answered
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 ...

1 year ago | 0

| accepted

Question


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...

1 year ago | 2 answers | 0

2

answers

Solved


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

1 year ago

Solved


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.

1 year ago

Solved


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...

1 year ago

Answered
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...

1 year ago | 0

| accepted

Load more