photo

제 허


Last seen: oltre 2 anni fa Attivo dal 2021

Followers: 0   Following: 0

Statistica

All
MATLAB Answers

6 Domande
1 Risposta

Cody

0 Problemi
4 Soluzioni

RANK
196.824
of 298.572

REPUTAZIONE
0

CONTRIBUTI
6 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
33.33%

VOTI RICEVUTI
0

RANK
 of 20.619

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
59.031
of 161.704

CONTRIBUTI
0 Problemi
4 Soluzioni

PUNTEGGIO
51

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 2
  • Solver
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

circa 3 anni fa | 2 risposte | 0

2

risposte

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

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

oltre 3 anni fa | 0

Domanda


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

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 4 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 4 anni fa | 1 risposta | 0

1

risposta