photo

Ramavatar Singh


Last seen: 約4年 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

3 質問
0 回答

Cody

0 問題
7 解答

ランク
189,665
of 300,851

評判
0

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

回答採用率
33.33%

獲得投票数
0

ランク
 of 21,094

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
44,023
of 171,294

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

スコア
94

バッジ数
2

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

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

平均評価

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

平均いいねの数

  • Promoter
  • Solver
  • Thankful Level 1

バッジを表示

Feeds

表示方法

解決済み


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

4年以上 前

解決済み


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

4年以上 前

解決済み


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

4年以上 前

質問


I want make a smooth plot from given data poitns.
#this is the code I want make smooth plot from these given poitns x = [0.5,0.6,0.75,1,1.5,2,2.5,3,3.5,4]; y = [1.218,1.997,...

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

1

回答

解決済み


Return area of square
Side of square=input=a Area=output=b

5年弱 前

解決済み


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

5年弱 前

解決済み


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

5年弱 前

解決済み


Add two numbers
Given a and b, return the sum a+b in c.

5年弱 前

質問


Unrecognized function or variable 'ramp'
% example $Signal Generation = y(t)=3r(t+3)-6r(t+1)+3r(t)-3u(t-3) % clear all; clf; Ts=0.01; t=-5:Ts:5 ; %Support of signal %...

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

1

回答

質問


While setting the 'Parent' property of 'Image': Value must be a handle.
%THis is my code% clc;clear;close all; vidObj=VideoWriter('peaks.mp4'); open(vidObj); h=axis; for i=1:141; filename=...

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

1

回答