Answered
how to plot Double y axis?
x = linspace(0,10); y = sin(x); yyaxis left plot(x,y) z = (8*x); yyaxis right plot(x,z) ylim([-150 150]) I put an ...

mer än 2 år ago | 0

Answered
How can I get multiple values from arrayfun?
clear clc a = 1:1000; b = linspace(100,200,1000); x1 = arrayfun( @(v,w) fminsearch(@(x) (x(1)-v).^2 + (x(2)-w).^2, [1;1...

mer än 2 år ago | 0

Question


datestr function Unrecognized month format error
Hello :) could you help me with that error below? "Error using matlab.internal.datetime.cnv2icudf (line 99) Unrecognized month...

nästan 3 år ago | 2 answers | 0

2

answers

Question


xlim function error. i have seen on video, the codes were working but with me it is not working
**My codes are below. I get that error: "Error using xlim (line 31) Limits must be a 2-element vector of increasing numeric valu...

nästan 3 år ago | 2 answers | 0

2

answers

Answered
Problems with VideoFileReader: Error using coder.internal.errorIf
Hi There! I have faced with the same trouble. As I understood that it is about VLC Media Player because 32 and 64 bit versions o...

nästan 3 år ago | 0

Question


How can i understand the meaning of "colors(rgb_label ~= k) = 0;" code meaning?
In this code, nColor =3; "I" is a 768x1024x3 matrix. rgb_label is a 768x1024x3 matri...

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

2

answers