Feeds
提问
why does the paralelle calculation don't work and tell me "The variable B in a parfor cannot be classified."
if true c=VideoReader('movie.mp4'); t=read(c,1); B=zeros(1,length(t(:,:,2))); avera=zeros(1,length(680:9000)); parf...
9 years 前 | 1 个回答 | 0
1
个回答提问
I use matlab to compile C++, and the result just give me a model not a function. What happens? give me this--- PDESystemSize: 40 Geometry: [] BoundaryConditions: [] Mesh: []
#ifndef SLINE_H #define SLINE_H #include<cmath> #include<mex.h> #include<matrix.h> class Sline{ private: ...
9 years 前 | 0 个回答 | 0
0
个回答提问
\matlab\extern\include\matrix.h(604) : error C2143: syntax error : missing ')' before 'constant',what happen to this ?
#include <iostream> #include <fstream> #include <cstring> #define pi 3.1415926 #define g 9.8065 #define sigma 7...
9 years 前 | 1 个回答 | 0