photo

Philip


Last seen: 3 Monate vor Aktiv seit 2011

Followers: 0   Following: 0

Nachricht

Statistik

All
MATLAB Answers

14 Fragen
3 Antworten

File Exchange

4 Dateien

Cody

0 Probleme
5 Lösungen

RANG
3.302
of 300.759

REPUTATION
18

BEITRÄGE
14 Fragen
3 Antworten

ANTWORTZUSTIMMUNG
64.29%

ERHALTENE STIMMEN
17

RANG
5.205 of 21.081

REPUTATION
253

DURCHSCHNITTLICHE BEWERTUNG
4.30

BEITRÄGE
4 Dateien

DOWNLOADS
6

ALL TIME DOWNLOADS
2333

RANG
57.661
of 170.900

BEITRÄGE
0 Probleme
5 Lösungen

PUNKTESTAND
60

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Personal Best Downloads Level 1
  • First Review
  • 5-Star Galaxy Level 2
  • First Submission
  • Thankful Level 3
  • First Answer
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Save Excel worksheet as csv Using com Object
Apparently 'xlCSV' just stands for '6', which Excel interprets as saving as CSV format. So if I do: SaveAs(eSheet1,'C:\myfi...

etwa 7 Jahre vor | 1

| akzeptiert

Frage


Save Excel worksheet as csv Using com Object
I'm trying to save an Excel worksheet as a CSV. Here's my code: % Connect Matlab to Excel e = actxGetRunningServer('...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Gesendet


Vasicek
Illustrates various methods to calculate bond prices under Vasicek model.

mehr als 9 Jahre vor | 1 Download |

3.0 / 5

Frage


How to edit compiler options with codegen?
I am compiling at matlab function into a mex using codegen. I'd like to edit the compiler flags (specifically the optimization o...

fast 10 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


How do I change font size for Live Scripts?
The option to change the font size for the new "Live Scripts" is not in preferences where you can change all the other font size...

fast 10 Jahre vor | 3 Antworten | 8

3

Antworten

Frage


Factor symbolic expression involving exp()
I have a symbolic function exp(a+b), and would like to factor out A=exp(a) to produce exp(a+b) = A*exp(b), but I cannot figure o...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Gelöst


Add two numbers
Add two numbers (For beginners)

mehr als 10 Jahre vor

Frage


How to pass a matrix back using arrayfun?
I have a function that performs a lot of element wise operations and returns numerous output. An example is A = myfun(B) w...

mehr als 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


MATLAB's R2015b new JIT experiences a severe degradation in speed in the following example, but the documentation says it was significantly improved. Why would the following simple code run so much slower?
When I run the following code: I = 1000; J = 1000; K = 1000; A = rand(I,K); B = rand(K,J); C = zero...

mehr als 10 Jahre vor | 1 Antwort | 2

1

Antwort

Frage


How to use nvblas on Windows?
I would like to use Nvidia's nvblas library to automatically offload level 3 BLAS routines to GPUs. However, I cannot figure out...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Gesendet


Update MATLAB's MKL
This basic text file will update MATLAB 2014b's MKL from version 11.1.1 to 11.3.1

mehr als 10 Jahre vor | 3 Downloads |

5.0 / 5

Beantwortet
Fast interp1 with 'spline'
griddedInterpolant is a lot faster than interp1, interp2, etc. routines.

mehr als 10 Jahre vor | 0

Frage


How to interpolate partially gridded intput?
If you had a griddedInterpolant defined by two vectors of coordinates: x = [1:10]'; % x coordinates y = [10:...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Gelöst


Add two numbers
Given a and b, return the sum a+b in c.

fast 11 Jahre vor

Gelöst


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

fast 11 Jahre vor

Gelöst


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

fast 11 Jahre vor

Gelöst


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

fast 11 Jahre vor

Frage


How to use multiple GPUs asynchronously
I have two GPUs connected to my computer. I've explored on Mathworks, but can't find an easy way to use both GPUs in my code (th...

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Minimize MDCS Data Transfer
I am using MDCS on a Linux cluster. I repeatedly for a parfor loop in the following spirit: while parfor i=1:n ...

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


MATLAB crashes when I try to plot.
I upgraded to 2014b, and now MATLAB crashes whenever I try to plot. Any advice? I can't even use the opengl command, as that cau...

etwa 11 Jahre vor | 3 Antworten | 3

3

Antworten

Beantwortet
Run mex on AWS cluster?
Great, thanks!

etwa 11 Jahre vor | 0

Frage


Run mex on AWS cluster?
Is it possible to run a mex function on an AWS cluster via MDCS? I use Windows 7 on my PC. Is it correct that I would need to co...

etwa 11 Jahre vor | 2 Antworten | 1

2

Antworten

Frage


Intel® Parallel Studio XE 2015 for Fortran
I would like to use Intel Visual Fortran Composer XE 2015 for Fortran along with Microsoft Visual Studio 2013 Professional to co...

etwa 11 Jahre vor | 2 Antworten | 0

2

Antworten

Gesendet


3D Linear Interpolation for GPU
3D Linear Interpolation for GPU

mehr als 11 Jahre vor | 1 Download |

0.0 / 5

Frage


How to make my GPU interpolation code faster?
I am doing a lot of linear interpolation for a project. MATLAB's griddedInterpolant function for the CPU is fast, and their over...

mehr als 11 Jahre vor | 2 Antworten | 1

2

Antworten

Gesendet


parsave
This function allows you to save variables inside a parfor loop.

fast 15 Jahre vor | 1 Download |

5.0 / 5