photo

제 허


Last seen: 3年弱 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

6 質問
1 回答

Cody

0 問題
4 解答

ランク
249,222
of 300,847

評判
0

コントリビューション
6 質問
1 回答

回答採用率
33.33%

獲得投票数
0

ランク
 of 21,094

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
62,653
of 171,279

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

スコア
51

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2
  • Solver
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


How to generate correct sine wave
hello, I want to make the sine wave when I execute below code at frequency 2, It is success. but when I change the frequency ...

4年弱 前 | 2 件の回答 | 0

2

回答

解決済み


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 ...

約4年 前

解決済み


Counting Money
Add the numbers given in the cell array of strings. The strings represent amounts of money using this notation: $99,999.99. E...

約4年 前

解決済み


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<https://i.imgur.com/jlZDHhq.png>> Image courtesy of <http://up...

約4年 前

解決済み


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年 前

回答済み
file read & write to text file for long data
when I open the file double click, I cant understand .txt file as above figure. but when I open the file in matlab, I can un...

4年以上 前 | 0

質問


file read & write to text file for long data
I want to write binary data to .txt format clear all; close all rng(1); x = randi([0,1], 1,10000); fileID = fopen('test_vec...

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

1

回答

質問


ofdm time delay modeling
hello. I want to know ofdm time delay modeling for ofdm radar. % simulation setting target_pos = 500; target_speed = 20...

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

1

回答

質問


How to limit the colorbar range in using image function ??
hello I want to limit the colorbar range in using image function. caxis([0 10]) comment can limit the range other function (i....

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

1

回答

質問


how to extract the wavelet transform cwt coefficient applying to signal ??
Hello I want to extract cwt function coefficient. Fs = 1000; t = 0:1/Fs:1-1/Fs; z = exp(1i*2*pi*32*t).*(t>=0.1 & t<0.3)+exp(...

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

0

回答

質問


Radar tool box example can not run
The example titled Pedestrian and Bicyclist Classification Using Deep Learning errors out with this message: Unable to resolve ...

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

1

回答