photo

Kavita Guddad


Last seen: 18 giorni fa Attivo dal 2023

Followers: 0   Following: 0

Statistica

  • Knowledgeable Level 1
  • Thankful Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


Passing a data file to a function in parfor or parfeval
I want to pass a data file to process in parallel. Same data file to be used by each worker for complete process and each worker...

circa un mese fa | 1 risposta | 0

1

risposta

Risposto
I want to extract rows from my matrix that have a specific value in the second column.
Hope this code does your job. x=[1 2 3 5;2 3 4 5;2 1 3 4;2 1 3 2 ]; y=[]; for i=1:size(x,1) if (x(i,2)==1) y=[y...

oltre un anno fa | 0

| accettato

Domanda


why do we get different values by angle command
When i run this code i am getting the result as shown below clc;clear all; close all; N=input('Enter the fundamental period...

oltre un anno fa | 1 risposta | 2

1

risposta

Risposto
DTFT possible on Matlab?
clc;clear all;close all; x=[2 3 6 -3]; n=0:length(x)-1; w=-pi:0.01:pi; [X] = dtft(x,w); subplot(311);stem(x);title('Signal'...

oltre un anno fa | 0