photo

Craig Cowled


Queensland University of Technology

Last seen: 10 mesi fa Attivo dal 2011

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

9 Domande
19 Risposte

RANK
2.334
of 300.381

REPUTAZIONE
28

CONTRIBUTI
9 Domande
19 Risposte

ACCETTAZIONE DELLE RISPOSTE
88.89%

VOTI RICEVUTI
7

RANK
 of 20.941

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.477

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

  • First Review
  • 3 Month Streak
  • Thankful Level 3
  • Knowledgeable Level 2
  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


importfile regexp thousands separator returns NaN when negative
I used "Import Data" to generate a function importfile for importing a csv file. Unfortunately, the function returns NaN for ev...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Risposto
Is it possible to make a manual Nyquist plot using polar(theta,rho)
Jeffrey, I usually keep my data in one complex vector rather than having two vectors (i.e., mag & phase). Then it's a simple th...

oltre 12 anni fa | 0

Domanda


how to pass multiple values of x to objective function in GA / Patternsearch
I'm looking for ways to speed up the computation of my optimisation process. I've already used the PROFILE command to pinpoint ...

oltre 12 anni fa | 1 risposta | 0

1

risposta

Risposto
Genetic Algorithm options 'PopInitRange' not working
Alan, thank you for such a good explanation. Cleared it up for me nicely.

oltre 12 anni fa | 0

Domanda


Genetic Algorithm options 'PopInitRange' not working
I am using GAOPTIMSET to establish an upper and lower bound for my initial population in a GA optimisation. I have abbreviate...

oltre 12 anni fa | 2 risposte | 0

2

risposte

Risposto
How do you share a variable from another function to be used in a different function?
Cordelle, I'm not going to re-write your code for you, but I will suggest that you read up on nested functions, here ... ht...

oltre 12 anni fa | 0

| accettato

Risposto
power spectrum VS amplitude of FFT function
Power = 20 * log10(abs(FFT))

oltre 12 anni fa | 0

Risposto
Restarting Genetic Algorithm after Crash
Many thanks yet again, Alan. Will write a little function to handle the crash and restart the GA. As for patternsearch, I mi...

oltre 12 anni fa | 0

Risposto
Matlab crashes when calling dll
Try using 'loadlibrary'.

oltre 12 anni fa | 0

Domanda


Restarting Genetic Algorithm after Crash
I'm using the GA to update my Finite Element Model. The fitness function I am using is computationally expensive and takes 4sec...

oltre 12 anni fa | 2 risposte | 0

2

risposte

Risposto
Use of PSD functions to obtain FRFs
I thought I should tie up a loose end with this question. I discovered that the data acquisition from my impact hammer was faul...

oltre 12 anni fa | 1

Risposto
Curve fitting a complex function using cftool
MattJ, not sceptical ... always worthwhile to know the intrinsic quirks of an algorithm. I used your code and compared the di...

oltre 12 anni fa | 0

Risposto
Curve fitting problem and strange message
Fei, if the "change in residuals is less than tolerance" then this is an indication that you have a reasonably good fit. I ha...

oltre 12 anni fa | 0

Risposto
genetic algorithm error not enough input arguments
Hey, what do you know, it worked!! Btw, your recommendation of using LSQNONLIN was the right call too. Although the GA wor...

oltre 12 anni fa | 0

Risposto
genetic algorithm error not enough input arguments
Alan, Thank you for taking the time to answer this in so much detail! Point taken regarding the choice of optimization too...

oltre 12 anni fa | 0

Domanda


genetic algorithm error not enough input arguments
function deltaH = curvefit_H_2modes(w1,w2,m1,m2,c1,c2) load('file.mat'); z = -(x.^2) .* ((1 ./ ((w1.^2 * m1) -...

oltre 12 anni fa | 4 risposte | 0

4

risposte

Risposto
How to Fix this Error!
Send this to Matlab Support. Obviously their help file has the wrong code.

oltre 12 anni fa | 0

Risposto
RMS question plss help me
Mohd, if you have the Signal Processing Toolbox, you can use the _rms_ function like this: X = [0.234 0.2338 0.255 3.456 5....

oltre 12 anni fa | 0

Risposto
Curve fitting a complex function using cftool
I just noticed another question on the forum in which someone suggested to use _mldivide_. I'll have a look at this when I get ...

oltre 12 anni fa | 0

Risposto
how to acces and change value inside transfer function inside a loop
Kobi, I tried running your code and got an error message. It looks like you missed a space between G.den{1,1} and (k) in the li...

oltre 12 anni fa | 0

| accettato

Risposto
pseudorandomise vectors in an array
Doug, I use a function that was developed by Jos, called _allcomb_. You can find it at the following link <http://www.mathworks...

oltre 12 anni fa | 0

| accettato

Risposto
How can I generate random numbers with constraints?
I think you have actually answered your own question. If x = randi([3 18], 7); gives you a 7 x 7 matrix of random numbers betwe...

oltre 12 anni fa | 0

Domanda


bar3 width depend on zdata?
Ok, so I know how to make the colours on my bar graph depend on zdata .. h = bar3(data); for ii = 1:length(h) zdata =...

oltre 12 anni fa | 0 risposte | 0

0

risposte

Risposto
Boxplot with time on x axis
Found the answer ... Need to use 'positions' like this boxplot(Y,'positions',X)

oltre 12 anni fa | 4

| accettato

Risposto
Excel Date Format to Matlab Number Array
Have you tried using datevec? Take one of the cells as an example ... '02/03/2013'. >> datevec('02/03/2013','mm/dd/yyyy')...

oltre 12 anni fa | 0

| accettato

Domanda


Boxplot with time on x axis
Does anybody know how to obtain a boxplot with time on the x axis? I have collected experimental observations at irregular in...

oltre 12 anni fa | 1 risposta | 1

1

risposta

Domanda


Curve fitting a complex function using cftool
I'm using the cftool toolbox to find fits for a complex valued transfer function. The toolbox clearly can't handle a complex nu...

quasi 13 anni fa | 3 risposte | 0

3

risposte

Domanda


Use of PSD functions to obtain FRFs
Hi, I am doing some modal analysis on a steel structure and have encountered some troubling issues while using Matlab's Power...

quasi 14 anni fa | 2 risposte | 1

2

risposte