Frage


Varargin - mistake in my example
Hi everyone, I wrote the following function: function [x] = ingressi_arbitrari(varargin) x=0; for k=1:nargin ...

fast 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Output of sprintf - string?
Hi everyone, on Matlab's documentation I read that sprintf is a function which takes as input data and returns a string. If I...

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Count number 1 in the row
z=[0 0 0 1 0 1 0 0]; a=length(z); b=0; for i=1:a if(z(i)==1) b=b+1; end end

fast 7 Jahre vor | 0

Frage


How create string like this: word+number+word with number=num2str(x)
Hi everyone, how could I write a string like the following word+number+word with number=num2str(x). For example: x=2; x_s...

fast 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Adding third dimenstion to 2D plot
Hi everyone, I'd like to plot three functions: x=[-20:0.001:20]; y1=sin(x); y2=x*x+x; y3=x*x*x; where y1(x) sta...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


solution of differential equation
Hi everyone, how could I solve dx/dt + x = sqrts(sin^2(t)) on Matlab? I tried with statements: close all clear all t=[0:0.0...

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Handle of a figure
Hi, I read that the command gcf is the handle of the current figure. What is an handle? If is a pointer, why it does not contain...

etwa 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how can I insert a colorbar on the horizontal axis so that, choosing abscissa, the color matching abscissa corresponds to the value of the function?
how can I insert a colorbar on the horizontal axis so that, choosing abscissa, the color matching abscissa corresponds to the va...

etwa 8 Jahre vor | 0 Antworten | 0

0

Antworten