Community Profile

photo

summer


Last seen: fast 4 Jahre vor Aktiv seit 2014

Statistiken

  • First Review
  • Thankful Level 3

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


how to embed the imcontrast to GUI
I am the beginner of Matlab GUI. The dicom image is shown in my GUI now, so i need show the imcontrast tool at the same time. Bu...

etwa 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


what is the initial phase of the signal y=sin(2*pi*x)? zero or -π?
According to the explanation on the internet, the phase of the y=A*sin(2*pi*x+Phi) is 2*pi*x+Phi, and the initial phase is the r...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to calculate the phase spectrum of the square wave with fft?
there is an article said that the phase spectrum is π or 0. I don't know it's right or not. so i used fft function to check it. ...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


the error information when i use fdesign.lowpass to design a filter.
the code: h = fdesign.lowpass('N,F3db,Ap,Ast' ,14, 0.93,0.1,60); the error message is : There is no enumerated value ...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to turn the cursor to a specific value in a big matrix?How to turn the cursor to specific coordinate in a big matrix,e.g. row 50,col 100.
RT, In the workspace, double click a matrix,it can be opened.if the matrix size is very big,e.g. 10000*20000,it is very trouble...

etwa 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


why the imread output result is not same as the input of the imwrite?
if true % code data_test= [1 2 3 4; 2 5 0 6; 4 10 0 3; 5 8 6 14]; imwrite((data_test),'clown.png'); s=imr...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to show the title in the imtool figure?
I want to add some describtion in the imtool figure.But the describtion can not show up when i use title function. figure, imto...

mehr als 9 Jahre vor | 2 Antworten | 1

2

Antworten

Frage


How to add files to other parallel pool?
when I load a mat file before the parfor circle , I get an error described below. An UndefinedFunction error was thrown on the...

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how to share multiple variables in different m files?
Now i have two solutions to address the problem. # The one is set all the variables need to share to ouptput variable,and inp...

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


what's the difference in single and float when reading data with fread function.
In the help documation of fread function,there are senven kinds of datatypes which are listed below. single 32 (4) double 64...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort