統計
MATLAB Answers
16 質問
0 回答
ランク
of 160,775
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
how to pick out postion in a vector
Hey guys, I have a vector a= [ 1,0,8,0,5,0,3,0,6,9] I want to run a for loop like this for p=1:length(a) if a ==0 spit ou...
12年弱 前 | 1 件の回答 | 0
1
回答質問
using the pde toolbox
Hey yall, I am trying to implement electromechanical wave propagation using a pde. A coefficient in this pde is an admittance...
12年弱 前 | 1 件の回答 | 0
1
回答質問
if and and statemtn help
Hello everyone, I have a vector consisting of distance values between test vectors and reconstruction points. k is a vector th...
12年弱 前 | 0 件の回答 | 0
0
回答質問
Martix help within a for loop
Hello, I have a 2 by 1000 matrix. I want to wrtie and if statement saying if A(2,:)=1 then to spit out the corresponding A(1...
12年弱 前 | 1 件の回答 | 0
1
回答質問
Sort computations into groups in for loop
Hey guys, I was wondering if there is a way to group computations in a for loop. For example i have N set of training vectors,...
12年弱 前 | 1 件の回答 | 0
1
回答質問
Picking out a value from a Vector in a Loop iteration
What i would like to do is from a vector = [a b c d], obtained from calculating the distance between 2 vectors, i want in my ite...
約12年 前 | 1 件の回答 | 0
1
回答質問
For loop iterations random noise
Hi everyone, My problem has to do with for loops and random noise. What i am ultimately trying to do is add noise to a sign...
約12年 前 | 1 件の回答 | 0
1
回答質問
for loops iterations into array
For every K value i want to put it in a vector with 12 columns (due to the 12 iterations of i) then end that and go to the next ...
約12年 前 | 2 件の回答 | 0
2
回答質問
how to put iterations from a foor loop in a vector
What i want to achieve is my own DFT alogrithm. I want to start off by sampling the signal, x(t)=x(n(delta)T). I want to be ab...
約12年 前 | 1 件の回答 | 0
1
回答質問
changing the format of a figure
Hey guys. So i recently finished plotting 364 figures and storing them using , hgsave('plot%d.fig',k). What i want to be ab...
約12年 前 | 1 件の回答 | 0
1
回答質問
saving plots and reopening them
Hi everyone, when i save a plot using the function h=sprintf('plot%d.jpg,k) it stores the figure but when i try to re open the f...
約12年 前 | 2 件の回答 | 0
2
回答質問
plotting within a for loop
I have a for loop that takes |2 matrix 365x24| and plots each corresponding matrix line ,i.e. |X(3,1:24) and Y(3,1:24)|, and plo...
約12年 前 | 2 件の回答 | 0
2
回答質問
plotting using for loops
I have a matrix ,A, 364 x 24. I have a vector |x=[0 1 2 3....23]| (represting the hours of a day with 0 being 12am). What i wa...
約12年 前 | 0 件の回答 | 0
0
回答質問
STRINGS FROM EXCEL TO MATLAB
IS IT POSSIBLE TO TAKE A STRING LIKE A DATE, JANUARY 2, 2011, AND ADD IT TO MATLAB? WHAT I AM TRYING TO DO IN A FOR LOOP, MY DA...
約12年 前 | 0 件の回答 | 0
0
回答質問
vector into matrix form
I want to reshape a vector that has 8761-25 elements in it so when reshaped it is a vector of 364 rows with 24 columns. Im usin...
約12年 前 | 1 件の回答 | 0
1
回答質問
How to pick specific excel columns in matlab
I want to be able to pick for example T9:T20 from excel and represent that in matlab then use those values to plot graphs in mat...
約12年 前 | 1 件の回答 | 0