Villanova - MATLAB Central
photo

Villanova


Villanova University

2011 年からアクティブ

Followers: 0   Following: 0

Hi. I am a new Matlab user. New to programming as well.

統計

MATLAB AnswersFrom 08/11 to 03/25Use left and right arrows to move selectionFrom 08/11Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

15 質問
3 回答

ランク
8,116
of 297,738

評判
6

コントリビューション
15 質問
3 回答

回答採用率
86.67%

獲得投票数
6

ランク
 of 20,469

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,472

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


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...

11年弱 前 | 0 件の回答 | 0

0

回答

質問


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; ...

約11年 前 | 1 件の回答 | 0

1

回答

回答済み
Masking 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...

約11年 前 | 0

質問


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...

約11年 前 | 3 件の回答 | 0

3

回答

質問


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 ...

12年以上 前 | 1 件の回答 | 0

1

回答

質問


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/...

13年弱 前 | 1 件の回答 | 0

1

回答

回答済み
error 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...

13年弱 前 | 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...

13年弱 前 | 0

質問


error with optimisation
Hi, I was looking to do optimization for this <http://4.bp.blogspot.com/-WSb8BrAmc9w/T5Hy2QaXJqI/AAAAAAAAAac/ZwDB5y19jAs/s1600/t...

13年弱 前 | 3 件の回答 | 0

3

回答

質問


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...

13年以上 前 | 2 件の回答 | 1

2

回答

質問


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...

13年以上 前 | 1 件の回答 | 0

1

回答

質問


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 ...

13年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

13年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

13年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

13年以上 前 | 1 件の回答 | 4

1

回答

質問


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...

13年以上 前 | 2 件の回答 | 0

2

回答

質問


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...

13年以上 前 | 1 件の回答 | 1

1

回答

質問


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...

13年以上 前 | 1 件の回答 | 0

1

回答