![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/4077839_1522100021805_DEF.jpg)
Tankeswar Kumar
Followers: 0 Following: 0
Statistik
7 Fragen
0 Antworten
RANG
271.537
of 297.010
REPUTATION
0
BEITRÄGE
7 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
57.14%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.687
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
Frage
Unable to read data from text file in matlab
clc; clear all; close all; fid = fopen('eeg.txt'); A = fscanf(fid,'%f'); fclose(fid); when I am trying for run the code I ...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
solving an equation using linsolve...............
In the following: s = 2 3 3 4 t = 1 2 [p q]=linsolve(s,t) p = 2.0000 ...
fast 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Meaning of matlab coding(l1 minimization)...................
in the folloeing matlab coding: %Solve % min_x ||x||_1 s.t. Ax = b % Recast as linear program % min_{x,u} su...
fast 12 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Matrix in a matrix..............
In matlab: x = 1 3 6 8 3 6 1 9 0 y = 5 4 6 7 9 ...
fast 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Simple matlab doubt in a coding
In a code there is a line: MMt=@(z) M(Mt(z))-------------------->(1) where M - Either a handle to a function that takes...
fast 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Removing error from a code...............
The main programme in matlab code: xp = l1eq_pd(x0, A, [], y, 1e-3); The calling function is written in another file sa...
fast 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
matlab code for taking very less sample
I have to take a few samples from a sinusodial signal.I have generated sinusodial signal using sin. But i am unable to write the...
fast 12 Jahre vor | 3 Antworten | 0