photo

jiahao zhang


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
74,399
of 300,765

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,084

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,941

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 0 answers | 0

0

answers

Question


\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 ago | 1 answer | 0

1

answer