統計
MATLAB Answers
3 質問
0 回答
ランク
of 170,941
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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