photo

Carl Loeffel


Last seen: fast 2 Jahre vor Aktiv seit 2015

Followers: 0   Following: 0

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


I need to setup my mex command to find the correct fortran compiler
I'm trying to duplicate the matlab example of compiling fortran code using mex command: >> mex -R2018a timestwoCL.F. I get the ...

mehr als 2 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
writing vector element to file in .m files (via fprintf) produces no value while same command in terminal window does.
I figured it out. Really stupid of me to use "diff" as a variable name. "diff" is already taken as a matlab functions. Upon re...

mehr als 2 Jahre vor | 0

| akzeptiert

Beantwortet
writing vector element to file in .m files (via fprintf) produces no value while same command in terminal window does.
That's the thing. It is not empty when I stop at that line using a breatk point. And executing that line manually, fprintf(fidR...

mehr als 2 Jahre vor | 0

Frage


writing vector element to file in .m files (via fprintf) produces no value while same command in terminal window does.
I have a .m file that uses fprintf to write text and a value to a file. Here are the statements (numOutputs = 1): fprintf...

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How do I pass by reference, a structure to a function (an .m file) in an argument list?
I am calling an .m file function which as format: "function[] = myFunctionName(structA,structB)" in top line, followed by line...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


trying to execute "javaaddpath" from c++ compiled .m file.
I am calling a compiled .m file from my c++ program that executes "javaaddpath". Upon execution of this line of code, the error ...

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten