photo

Nathan


Last seen: quasi 6 anni fa Attivo dal 2012

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

16 Domande
8 Risposte

RANK
5.692
of 300.364

REPUTAZIONE
8

CONTRIBUTI
16 Domande
8 Risposte

ACCETTAZIONE DELLE RISPOSTE
68.75%

VOTI RICEVUTI
3

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.407

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 3
  • Knowledgeable Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


Error in Logical Array multiplication
I found this error in my code and I don't think it should be an error. Anyone know if this is a bug or has MatLab programmed thi...

oltre 8 anni fa | 2 risposte | 0

2

risposte

Domanda


Can .mat files be moved between platforms? (IE say from a mac running OS X 10.6.5 with MatLab 2014a to RedHat Unix running 2016a or to Windows 10 running 2016b?)
How portable are .mat files when using MatLab? I found a couple of good information sources in support, but none answered my que...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Risposto
Help on User Defined Function
Why don't you just simply replace your call to codigos with: txSig(i*15+1:15*(i+1),1) This will still return a column ve...

circa 11 anni fa | 0

Risposto
Changing variable names based on a string
Kelsey, I would check out strcat: <http://www.mathworks.com/help/matlab/ref/strcat.html> You could have a conditional bloc...

circa 11 anni fa | 1

| accettato

Domanda


Can gamultiobj recover from an objective function returning a Nan value?
After reading the documentation in the optimization toolbox: <http://www.mathworks.com/help/optim/release-notes.html?searchHighl...

circa 11 anni fa | 0 risposte | 0

0

risposte

Domanda


mex -setup -v FORTRAN, Failure using R2014a with Win7, MSVS2013 sp1 and Intel Fotran Composer 2013 SP1
mex -setup -v worked just fine to set up C++, but failed to setup Fortran. From the output, it looks like matlab is not properl...

circa 11 anni fa | 1 risposta | 0

1

risposta

Domanda


Troubleshooting Memory Leaks in Matlab?
I was wondering if anyone knows where to find a good guide on troubleshooting memory leaks specifically ones that happen in matl...

oltre 11 anni fa | 0 risposte | 0

0

risposte

Domanda


How to setup gfortran on Mac OSX 10.9 and MatLab R2014a?
MatLab 2014a Mac OSX 10.9.2 Maverick Mex gfortran configuration I'm trying to configure using mex -setup FORTRAN and I'm g...

oltre 11 anni fa | 1 risposta | 1

1

risposta

Domanda


Precision Error in logical evaluation?
In debugging some code I found the following results confusing. Anyone know how to further investigate this? Or do I simply need...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Risposto
Precision Error in logical evaluation?
Adjusting the code to avoid the division repaired the problem. Goes to show that programing in MatLab while quite user friendly,...

oltre 11 anni fa | 0

| accettato

Domanda


Why does the parfor Classification Error happen using a partial row from a table, but not the full row?
Here is a simplified script of an activity that is much more complicated. I'm trying to slice a row of C but only set some of it...

oltre 11 anni fa | 1 risposta | 1

1

risposta

Domanda


Why does the sum not defined error happen when using mean(table col) inside a parlor loop?
New to the Parallel Tool Box and confused by the results below. Can anyone explain to me why this error happens? It appears to m...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


Can / how to use the function readtable to load mixed data from a .csv file, but only pull certain rows?
Here is the code that I have that works, but its a bit clunky in that there are 68 columns of data and 8760 rows. It would be ni...

oltre 11 anni fa | 0 risposte | 0

0

risposte

Risposto
Maverick - R2014a - LoadLibrary Error - loaddefinedlibrary
It is likely that a function in the libgfortran runtime library is not found in the MATLAB application directory, where it is ex...

oltre 11 anni fa | 0

| accettato

Risposto
Linux RedHat 5 Enterprise - R2013a - LoadLibrary Error
The correction was to remove the __cdecl stack command all together. It turns out that linux gcc normally adds this in automatic...

oltre 11 anni fa | 0

| accettato

Risposto
When using clabel with contour, how can one control label locations along a contour line?
To my knowledge there isn't away to control this.

oltre 11 anni fa | 0

| accettato

Risposto
When using clabel to label contour lines, is there a way to manually adjust the gap in the contour line for the label?
To my knowledge there isn't a straight forward way built into matlab to do this.

oltre 11 anni fa | 0

| accettato

Domanda


Linux RedHat 5 Enterprise - R2013a - LoadLibrary Error
Anyone have any insight on how to troubleshoot this error? This is the only command in thunk.m: loadlibrary('librefprop','heade...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


Maverick - R2014a - LoadLibrary Error - loaddefinedlibrary
Does anyone have any insight on how to resolve this problem? I'm trying to build a thunk.dylib for use in calling a .dylib in...

oltre 11 anni fa | 2 risposte | 0

2

risposte

Domanda


When using clabel to label contour lines, is there a way to manually adjust the gap in the contour line for the label?
The gaps in the contour lines over lap labeling after adjusting the format of the label to xe^x, font size to 16 and line width ...

quasi 13 anni fa | 2 risposte | 0

2

risposte

Domanda


Contour plot linestyle specification does not clearly adjust the lines. Is there a work around / bug report submitted?
When using contour to plot data, after adjusting the line width to a large value the linestyle specifiers '-','-.','--' are not...

quasi 13 anni fa | 1 risposta | 0

1

risposta

Domanda


When using clabel with contour, how can one control label locations along a contour line?
As far as I know, the only "knobs" that can be turned are specifying a vector of contour levels that are to be labeled, label sp...

quasi 13 anni fa | 1 risposta | 0

1

risposta

Domanda


How can one adjust the format of the numbers displayed on a contour plot using clabel and a vector specifying the levels of the contours?
I have Reduced my code to this simple form. My code actually calculates the vector V that sets the contours in an evenly spaced ...

circa 13 anni fa | 1 risposta | 0

1

risposta

Risposto
Is Mac OS Lion compatible with R2010a 64-bit?
Yup, I have a similar problem. I am running R2010a Student Version maci 32 with OS X 10.7.3 on an intel dual core It is miss ...

oltre 13 anni fa | 0