統計
MATLAB Answers
12 質問
0 回答
ランク
of 157,725
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Error bars are all the same size?
Here is my code: x = [8,9,10,12,14,16,18,20,25,30,40,50]; y = [10.7,8.9,7.3,5.5,4.3,3.4,2.7,2.3,1.6,1.1,0.7,0.5]; x =...
11年弱 前 | 1 件の回答 | 1
1
回答質問
image() function is overwriting old image?
I have a code that goes as follows: image(uint8(original)) <commands to manipulate image> image(new) The problem h...
約11年 前 | 2 件の回答 | 0
2
回答質問
Draw a binary image
I want to draw an image of vertical stripes using the pattern 11001100111000. If 1 represents a black bar and 0 represents a wh...
11年以上 前 | 3 件の回答 | 0
3
回答質問
Accessing data in cell array
I have a cell array that looks something like 0 a 01 1 b 11 2 c 101 3 d 1100 The data insid...
11年以上 前 | 0 件の回答 | 0
0
回答質問
Greyscale an image via replacing pixels
I have an image that I want to greyscale. It contains only blue and white pixels and I want to use a method whereby I identify t...
11年以上 前 | 1 件の回答 | 0
1
回答質問
Store results of for loop in 1D array?
I have a variable called 'age' which comes as a result of a while loop. The number for 'age' changes every time so I want to use...
11年以上 前 | 1 件の回答 | 0
1
回答質問
Plotting graph in matlab
Say I want to plot y = e^(0.5*x)*(sin(x)). How do I enter this using the plot function? I am trying to plot 3 graphs on the s...
11年以上 前 | 2 件の回答 | 0
2
回答質問
How to store results of for loop in 1D array.
So i want to to store 10,000 values resulting from a for loop in a 1D array. How do I do that? My file reads: goal = 100...
11年以上 前 | 2 件の回答 | 0
2
回答質問
Matlab won't run script file.
Matlab was working fine until today. I tried to run a script file and matlab won't even attempt to run it. I know its not tha...
11年以上 前 | 1 件の回答 | 0
1
回答質問
Scientific notation to decimal?
I currently have a number that I want in decimal form not scientific form. I have Savings made in dollars: 1.041...
11年以上 前 | 3 件の回答 | 2
3
回答質問
Functions: ans at end...where it is coming from?
In entering the following function: function [ft,in] = MetricToImperial(m) % Input: m = measurement in metres % O...
11年以上 前 | 2 件の回答 | 0
2
回答質問
Not enough input arguments
Hi all, I am very new to matlab and programming in general. I am having difficulty with functions. Trying to grip the bas...
11年以上 前 | 2 件の回答 | 0