Yashlin Naidoo
2015 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
23 質問
0 回答
ランク
of 153,912
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How do i convert randint function to randi function using Matlab
My code below is FSK Modulation: When i use randint,Matlab says Warning: This is an obsolete function and may be removed in the ...
約6年 前 | 1 件の回答 | 0
1
回答質問
How to convert dbm to watts
Good day I want to convert PT=47dbm to watts,how can i do that conversion on matlab.
6年以上 前 | 1 件の回答 | 0
1
回答質問
Good day im trying to plot a graph of the effect of distance of separation between the TX/RX and the receive signal strength, using Friis's free space equation. I am having an issue with the graph when my pr is in db unit.
My code: clc; close all; clear all; d=1:0.1:20 ; f=2100000000; Wavelength=(3*10^8/f).^2;...
6年以上 前 | 2 件の回答 | 0
2
回答質問
How do I create an array for user inputs of all the widths in each shape
This is my code:
9年以上 前 | 1 件の回答 | 0
1
回答質問
How do I generate one binary image with all my shapes in it?
This is my code below. I require a binary image to fit all my shapes in. The binary image background should be displayed in whit...
9年以上 前 | 1 件の回答 | 0
1
回答質問
How do i display a binary matrix in the command window for a 2D axis plot?
My code is below;
9年以上 前 | 1 件の回答 | 0
1
回答質問
How do i insert the area of each shape in the centre of it?
This is my code below :
9年以上 前 | 1 件の回答 | 0
1
回答質問
How do I Generate a binary image from first principles?
I need to generate a binary image from first principles with my shapes included in the image. I must be able to use the function...
9年以上 前 | 3 件の回答 | 0
3
回答質問
How to draw every type of triangle?
I was only able to generate a equilateral triangle with my code below; %Triangle=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=...
9年以上 前 | 1 件の回答 | 0
1
回答質問
How do i display the binary matrix of an image in the command window?
I need to display the binary matrix of a binary image in the command window. My code is below; input_file='untitled.bmp'...
9年以上 前 | 1 件の回答 | 0
1
回答質問
How do i generate a triangle with just inputting base length and two base angles?
This is my code below,i was able to just generate a equilateral triangle. %Triangle=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-...
9年以上 前 | 0 件の回答 | 0
0
回答質問
Generate a triangle from a set of specified set variables.
I need to generate a triangle that will be able to be user controlled with input length of base in pixels and both base angles i...
9年以上 前 | 2 件の回答 | 0
2
回答質問
Generate binary image of geometric shapes?
I need a code where I can generate different geometric shapes in a form of a binary image. Please assist me as I am not very go...
9年以上 前 | 2 件の回答 | 0
2
回答質問
Generate eight distinct shapes from a set of specified variables using MATLAB image processing.
I need to generate the following shapes: Circle Square Triangle Rectangle Pentagon Hexagon Ellipse Octag...
9年以上 前 | 0 件の回答 | 0
0
回答質問
How to generate a binary circle with specified variables in a user controlled code?
I need to generate a binary circle with specified variables in a user controlled code
9年以上 前 | 0 件の回答 | 0
0
回答質問
How do I generate eight distinct shapes from a set of specified variables using MATLAB image processing?
Aim: To be able to generate eight distinct shapes from a set of specified variables using MATLAB image processing. Your shape...
9年以上 前 | 0 件の回答 | 0
0
回答質問
How do I make shape display in black colour and background in white colour?
This is my code below subplot(1,3,1); % subplot(m,n,p) m and n define the array of all the images together, and p defines th...
9年以上 前 | 1 件の回答 | 0
1
回答質問
How do I show the area of a shape in the centre of the shape in the image?
In addition, a number, written in white, indicating the area (in m2 and up to 1 decimal place), must be inserted in the centre o...
9年以上 前 | 0 件の回答 | 0
0
回答質問
How do I show the area of a shape in the centre of the shape in the image?
In addition, a number, written in white, indicating the area (in m2 and up to 1 decimal place), must be inserted in the centre o...
9年以上 前 | 0 件の回答 | 0
0
回答質問
How do I generate eight distinct shapes from a set of specified variables using MATLAB image processing
Design Question:How do I generate eight distinct shapes from a set of specified variables using MATLAB image processing A bin...
9年以上 前 | 0 件の回答 | 0
0
回答質問
How do I generate eight distinct shapes from a set of specified variables using MATLAB image processing.
How do I generate eight distinct shapes from a set of specified variables using MATLAB image processing. Myshape generator al...
9年以上 前 | 1 件の回答 | 0
1
回答質問
Generate eight distinct shapes from a set of specified variables
To be able to generate eight distinct shapes from a set of specified variables using MATLAB image processing. Your shape genera...
9年以上 前 | 1 件の回答 | 0