photo

riki singh


Last seen: fast 3 Jahre vor Aktiv seit 2022

Followers: 0   Following: 0

Statistik

MATLAB Answers

9 Fragen
0 Antworten

RANG
105.356
of 300.379

REPUTATION
0

BEITRÄGE
9 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
0

RANG
 of 20.931

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.299

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

Feeds

Anzeigen nach

Frage


What is wrong in my code?
q=readtable('a.txt'); A=q.a; B=q.b; C=q.c; L=length(A); P=length(B); S=1; q.complex=complex(q.d,q.e); v=reshap...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to get this right?
x = rand(30) * 25; y = rand(30) * -28; z = complex(x, y); Z=ifft2(z); Z = ifft2(y,8,8); Z=size(Z); is it poss...

fast 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


i have to get similar output as i have uploaded.why my data is getting repeated again and again?
T=readtable('input.csv'); th=[0:1:3]'; for i= 1:size(th) reph=T{i,end-1}; imth=T{i,end}; result(i)=reph+1i*im...

etwa 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to solve this errror about reading in complex numbers?
filename='plot.csv'; fid=fopen(filename,'r'); data=textscan(fid,'%f %f %f %f %f','Delimiter','Whitespace','HeaderLines',5); f...

etwa 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how to change directory?
%this direc is default set to:- direc ='C:\Program Files\Avast Software\Avast\1033' macroDir = fullfile(direc,'CST_App Ma...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to export image to MATLAB?
i am using CST microwave studio full wave simulation software Can anybody please help me to run a global macro (e.g. Run Macro>...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to create rotate function ?
I am interfacing CST through MATLAB how to create rotate function

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


hw to include my image in this file?
i have got a code from file exchange ..it is helpful ..with slight modification according to my code.. I have to plot latitudes...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to acess data if its in cell form?
name Age Salary Gender Vote patient1 25 20000 M 1 patient2 45 15000 M 0 patient3...

mehr als 3 Jahre vor | 2 Antworten | 0

2

Antworten