photo

Matt


Attivo dal 2012

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

5 Domande
11 Risposte

RANK
1.967
of 300.331

REPUTAZIONE
34

CONTRIBUTI
5 Domande
11 Risposte

ACCETTAZIONE DELLE RISPOSTE
80.0%

VOTI RICEVUTI
14

RANK
 of 20.920

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.124

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
Delete rows that have the first same value and keep one row in matrix with 2 colums?
Khanh, Try something like this. . . ind250 = x(:,1) == 250; if numel(ind250)>1 x(ind250(2:end),:) = []; end

quasi 11 anni fa | 1

| accettato

Risposto
Printing to -dmeta in 2014b
It turned out that the 'painters' renderer is used by default for the 'meta' print driver. To fix this, I'm using the 'zbuffer' ...

quasi 11 anni fa | 0

| accettato

Risposto
Why does MATLAB think I have 5 output args when I have 6?
Alex, Two things. A) Make sure that when you call the function, you are asking for all 6 outputs. nargout tells you the nu...

quasi 11 anni fa | 0

Domanda


2014b and warnings while updating axis
Hi all, I'm experiencing some strange warnings in 2014b while using any function which adds text to certain axes. The followi...

quasi 11 anni fa | 0 risposte | 0

0

risposte

Risposto
sqrt and norm doesn't return exact value
Sam, I think this does what you're asking double(normg2) double(normg3) Also the eval method that Geoff suggested ...

quasi 11 anni fa | 0

Risposto
amplitude of (signal) after FFT operation?
Mary, In general, to return a FFT amplitude equal to the amplitude signal which you input to the FFT, you need to normalize F...

quasi 11 anni fa | 6

| accettato

Risposto
How do I add minor ticks to a graph?
Note that as of 2014B it looks like you should be able to edit the location of the minor tick marks directly. This only seems to...

quasi 11 anni fa | 3

Domanda


Printing to -dmeta in 2014b
Hi All, I'm experiencing frustration while printing to the clipboard in 2014b. In prior versions, I created a plot, ma...

quasi 11 anni fa | 1 risposta | 0

1

risposta

Risposto
Drawing a sphere inside a sphere?
Another possible solution is to simply add hidden off to the very end of your code.

circa 13 anni fa | 1

Domanda


Listening for a property to be linked to.
Hi all, Simple question - what's the best way to listen for a property of one object being linked with the property of anothe...

circa 13 anni fa | 1 risposta | 2

1

risposta

Risposto
Print command erroring with 'Undefined function or method 'findprop' for input arguments of type 'struct'.'
Apparently my 2010b version and my 2011a version were getting their wires crossed - so what Walter was saying was on the right t...

oltre 13 anni fa | 1

| accettato

Risposto
Print command erroring with 'Undefined function or method 'findprop' for input arguments of type 'struct'.'
findprop is a built-in method % meta.PackageList method findprop is a built-in method ...

oltre 13 anni fa | 0

Domanda


Print command erroring with 'Undefined function or method 'findprop' for input arguments of type 'struct'.'
Recently the print function in matlab has stopped working on one computer of mine, specifically for print('-dmeta'). I use this ...

oltre 13 anni fa | 3 risposte | 0

3

risposte

Risposto
Print command erroring with 'Undefined function or method 'findprop' for input arguments of type 'struct'.'
My matlab installation corrupted again. . . Here's the return on which -all findprop findprop is a built-in meth...

oltre 13 anni fa | 0

Risposto
Print command erroring with 'Undefined function or method 'findprop' for input arguments of type 'struct'.'
Sean - ended up reinstalling again before I saw your suggestion - this time in a totally new folder. It seems to have fixed the ...

oltre 13 anni fa | 0

Domanda


Print command erroring with 'Undefined function or method 'findprop' for input arguments of type 'struct'.'
Recently the print function in matlab has stopped working on one computer of mine, specifically for print('-dmeta'). I use this ...

oltre 13 anni fa | 3 risposte | 0

3

risposte