Villanova
Villanova University
Followers: 0 Following: 0
Hi. I am a new Matlab user. New to programming as well.
Statistik
RANG
8.004
of 295.527
REPUTATION
6
BEITRÄGE
15 Fragen
3 Antworten
ANTWORTZUSTIMMUNG
86.67%
ERHALTENE STIMMEN
6
RANG
of 20.242
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.057
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
Error about A(I) = B?
Hi. I was wondering why I get this error ??? In an assignment A(I) = B, the number of elements in B and I must be the s...
mehr als 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Variable not showing up in workspace.
How come [x(i) y(i) theta(i)] does not show up in the workspace when I run this code. clear all; clc; close all; ...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortMasking 3 dead pixels on a camera
Thank you for your help Image Analyst. You were right; those values were row-column values. What I ened up doing was to creat ro...
fast 11 Jahre vor | 0
Frage
Masking 3 dead pixels on a camera
Hello. I am working on a robotic project with a camera to capture images of blue,red,green LEDs. Apparently, the camera has 3 de...
fast 11 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
problem with For loop
Hi, i have written this code, but not sure why I don't get anything in my plot. I was wondering if someone could point out what ...
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
problem with rotation matrix
Hi, I have this U shape which is in this code. I was wondering how I could rotate it using 2-D rotation matrix. theta = pi/...
mehr als 12 Jahre vor | 1 Antwort | 0
1
Antworterror with optimisation
hi the if was ok i believe. the only thing wrong seemed to be &&. So I didn't change much: this is the new one: function...
mehr als 12 Jahre vor | 0
error with optimisation
I also have this error :( Undefined function or variable "Err_1". Error in ==> toric_opt_obj at 36 Err = Err_1^2 + E...
mehr als 12 Jahre vor | 0
Frage
error with optimisation
Hi, I was looking to do optimization for this <http://4.bp.blogspot.com/-WSb8BrAmc9w/T5Hy2QaXJqI/AAAAAAAAAac/ZwDB5y19jAs/s1600/t...
mehr als 12 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
Using Figure
I remember there was a command to plot multiple graphs on seperate plots. Does anyone know how you do that: figure(1) plot...
fast 13 Jahre vor | 2 Antworten | 1
2
AntwortenFrage
ode45
I am trying to use ODE45. I am just wondering why my plots are just constant lines. Is it possible if anyone could kindly help m...
fast 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Just a simple math problem
Hi. I want to solve a equation in matlab, and wrote the attached file. but it has an error! Thank you. % marcov chain ...
fast 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
problem with error bar
Hi. I want to use errorbar(x,y,std) to get the error bar. I was wondering if x and y are vectors with 10 data point each. how do...
etwa 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
plotting the data
Hi. If you plot this x = [6 8 9]; y = [2 5 9]; plot(x,y) you get more like a curve. I was wondering how you can only plot...
etwa 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Taking the last value of a matrix or vector
Hi. How can I take a last term of a vector - since my vector dimensions change -, and plug it in somewhere else in my code witho...
etwa 13 Jahre vor | 1 Antwort | 4
1
AntwortFrage
Question about if - else and ploting
Hi. I am trying to use this to plot. if w_speed_p >= 1.6 && w_speed_p <= 3.4 beaufort = 2 end if w_speed_p...
mehr als 13 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
integer increment on a plot axis
Hi, I am trying to plot wind speed vs Beaufort number (which is integers from 0 to 10). How can I make my y-axis in a way to onl...
mehr als 13 Jahre vor | 1 Antwort | 1
1
AntwortFrage
How to Plot multiple things?
Hi, For some reason when I run this code I can't get the plot(re_m, c_d, 's', re_m, f, '-',[0:.01:3], 0.5, 'r-') right. Does an...
mehr als 13 Jahre vor | 1 Antwort | 0