![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/3470923_1522096082610_DEF.jpg)
Stephen
Followers: 0 Following: 0
new to matlab
Statistik
RANG
10.533
of 297.016
REPUTATION
4
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
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 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
How to use fminsearch for a function converted from symbolic expression
Hello, I am trying to fit a plane to a set of data. I'd like to write my own function with fminsearch function. I created t...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Calculate area of piecewise closed curve
Hello, I am trying to find the area enclosed by 4 piecewise smooth curves. As can be seen from the figure, BLACK curve is a...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Solve nonlinear equations within range
Hello, I have two nonlinear equations to solve simultaneously: syms x, y f1 = x^2 + y^2 + x == 4 f2 = x^3 + y*2 == 2 ...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Need help with array of functions
Hello all, I have a script that uses symbolic variables heavily. Here is the code, syms x y z as = 3*x; bs = 4*y + z...
fast 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Need help with vector and eval
Hi all, I am encountering a problem with vectorization and eval. So here is the code syms a b c i A = [a*i; b-i; c+...
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Another error occurs in "aviread" .
Warning: AVIREAD will be removed in a future release. Use MMREADER instead. > In aviread at 29 In testvideo at 1 ?...
fast 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Error occurs in "aviread" . URGENT
I was running a tracking moving object program written by others and sent me from email. I am wondering why the first line of th...
fast 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
vehicle counting using virtual line detection; how to get the pixel changing status of the virtual line
I don't want to use optical flow. I want to use a virtual rectangle to simplify the problem. Once the vehicle get through the re...
fast 13 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
The errors happened in different version of matlab on the same code
As I posed before, <http://www.mathworks.com/matlabcentral/answers/37417-how-to-get-the-value-of-a-certain-pixel-region-in-video...
fast 13 Jahre vor | 0 Antworten | 0
0
Antwortenhow to make a live video from webcam to appear on the fig file which i have created
You may try these. clear all; imaqmem(80000000) ; aviobj = avifile('myavifile6'); aviobj.quality = 100; ...
fast 13 Jahre vor | 0
| akzeptiert
Frage
how to get the value of a certain pixel-region in video and analyze them?
I have a video of pills moving from left to right slowly. I want to draw a visual line in the original video and when the pills ...
fast 13 Jahre vor | 1 Antwort | 0