Statistik
16 Fragen
0 Antworten
RANG
17.625
of 300.853
REPUTATION
2
BEITRÄGE
16 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
68.75%
ERHALTENE STIMMEN
2
RANG
of 21.094
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 171.319
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Nested Struct Preallocated Memory
Good Day, What is the best way to preallocate for a nested struct? I'm currently looping as follows but looking around it doe...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Mex large output array
Hi, I want to have the output from my mex function stored in one large array, something like: [output(:,:)] = mexfunctio...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Mex mxGetField do loop
Hello, I'm trying to use a do loop in my mex function that will take the values passed via a struct form from matlab. The ma...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
MEX fortran help with dummy arguments
I receive the following errors when try to compile my mex file: pitchmex.f90(54): error #6451: A dummy argument name is req...
fast 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Calculating dt inside a function
I want to calculate dt inside a function whose variable is t. I try doing as follows: if t> 0 dt = t - told en...
fast 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Mex - output error, Make file
Hello, I receive an error when trying to run my make file and wanted to see if anyone could spot what was wrong. The error I re...
mehr als 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Error with mex function
Hello, I keep receiving the following error and I want to see if anyone can tell me whats wrong. I'm sure its an easy fix I ...
mehr als 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Mex function, one or more output arguments not assigned
Hello, I get the following error when trying to test my mex function "One or more output arguments not assigned during call...
mehr als 13 Jahre vor | 1 Antwort | 1
1
AntwortFrage
MEX - Multidimensional Array passing to Fortran
Hello, I want to pass back and forth a MxN matrix with K number of pages from matlab to fortran. What mex function/commands w...
mehr als 13 Jahre vor | 1 Antwort | 1
1
AntwortFrage
Help with Mex function
Hello, I'm having trouble getting a mex function to work. I think I've narrowed down the problem but anytime I try to fix anyth...
mehr als 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Mex/Fortran passing data
Hello, Is it possible to pass from matlab data labeled as follows and if so what would be the efficient way to do it? Aero...
mehr als 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Mex Problem
Good Day, I'm trying to test a mex function I wrote but keep getting the following: Error: File: test.m Line: 3 Column:...
mehr als 13 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Fortran interface advice
Hi, I want to know what would be the best way to interface the following situation: The matlab code has the following data t...
mehr als 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Error with simple mex file
Hello, I'm learning about mex files and trying to create a mex file that would double an input array from Fortran. I want th...
mehr als 13 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Creating mex file for complicated fortran code
Good Day, I'm starting a project that requires an interface between a complex fortran code (aerodyn) and a matlab code. I wi...
mehr als 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Problem Starting MEX file
Hello, I'm trying to learn about MEX files for a project where I will have to interface between a fortran code and matlab cod...
fast 14 Jahre vor | 6 Antworten | 0
