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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0