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

mer än ett år 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...

mer än ett år 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...

mer än ett år 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...

mer än ett år ago | 2 answers | 0

2

answers

Solved


Find Logic 12

mer än ett år ago

Solved


Find Logic 11

mer än ett år ago

Solved


Find Logic 14

mer än ett år ago

Solved


Find Logic 18

mer än ett år ago

Solved


Find Logic 19

mer än ett år ago

Solved


Find Logic 16

mer än ett år ago

Solved


Find Logic 15

mer än ett år ago

Solved


Find Logic 13

mer än ett år ago

Solved


Find Logic 10

mer än ett år ago

Solved


Find Logic 7

mer än ett år ago

Solved


Find Logic 8

mer än ett år ago

Solved


Find Logic 3

mer än ett år ago

Solved


Find Logic 4

mer än ett år ago

Solved


Find Logic 1

mer än ett år ago

Solved


Laws of motion 6

mer än ett år ago

Solved


Laws of motion 1

mer än ett år 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...

mer än ett år 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...

mer än ett år 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...

mer än ett år 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...

mer än ett år 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 ...

mer än ett år 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...

mer än ett år 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...

mer än ett år 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.

mer än ett år 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...

mer än ett år 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...

mer än ett år ago | 0

| accepted

Load more