Tankeswar Kumar
Followers: 0 Following: 0
Statistiques
7 Questions
0 Réponses
RANG
165 080
of 300 364
RÉPUTATION
0
CONTRIBUTIONS
7 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
57.14%
VOTES REÇUS
0
RANG
of 20 934
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 168 407
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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 ...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
solving an equation using linsolve...............
In the following: s = 2 3 3 4 t = 1 2 [p q]=linsolve(s,t) p = 2.0000 ...
plus de 12 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 12 ans il y a | 1 réponse | 0
0
réponseQuestion
Matrix in a matrix..............
In matlab: x = 1 3 6 8 3 6 1 9 0 y = 5 4 6 7 9 ...
plus de 12 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 12 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 12 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 12 ans il y a | 3 réponses | 0
