統計
MATLAB Answers
9 質問
0 回答
ランク
of 173,897
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
What's the error in my code?
I can't seem to plot this function I wrote. What is wrong with it? Thanks in advance!! function [] = Apple(D,T) ...
約11年 前 | 2 件の回答 | 0
2
回答質問
Using the bisection method, why is f(a) not a real integer or logical?
I am trying to use the bisection method to optimize the cost of the pipeline, but I can't get a value for f(a)? What am I doing ...
12年弱 前 | 2 件の回答 | 0
2
回答質問
How do I iterate my Newton method so that I get an array of values instead of just the last number?
I have my code, and I get the right value at the end, but I would like all the values that were outputed using this code: Tes...
12年弱 前 | 1 件の回答 | 0
1
回答質問
When I am doing Newton's Method with a tolerance, how do I only get the values up until it reaches the tolerance?
Using Newton's method, I was wondering if I was using the while loop correctly because it keeps running and doesn't stop even t...
12年弱 前 | 2 件の回答 | 0
2
回答質問
Why is my dilation not working when N is greater than 1?
I have been working on the dilation problem, but I cannot see why the dilation only works for when N= 1. function [img_out]...
約12年 前 | 1 件の回答 | 0
1
回答質問
Why do I get an error for my erosion code of an image?
My code is having an error, but I do not know where it is coming from. Thanks in advance! function [img_out] = myErosion(img_...
約12年 前 | 1 件の回答 | 0
1
回答質問
How do I get rid of the blue screen while dilating an image?
Not being allowed to use imdilate for my code, I got no error when I ran my code to dilate the image, however it came up as a bl...
約12年 前 | 1 件の回答 | 0
1
回答質問
I'm trying to transform a colored imaged to gray scale without using the function rgb2gray?
I am having difficulties with N and M because when it runs through the loop, it cannot read since the index is out of bounds. Wh...
約12年 前 | 1 件の回答 | 0
1
回答質問
How can I plot loglog(x,y) with an xlim and ylim?
I am trying to graph using loglog(x,y), however I am running into problems with a Negative data ignored message. Here is some of...
約12年 前 | 1 件の回答 | 0
