Tankeswar Kumar
Followers: 0 Following: 0
Estadística
7 Preguntas
0 Respuestas
CLASIFICACIÓN
117.541
of 296.405
REPUTACIÓN
0
CONTRIBUCIONES
7 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
57.14%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.376
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 156.371
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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 ...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
solving an equation using linsolve...............
In the following: s = 2 3 3 4 t = 1 2 [p q]=linsolve(s,t) p = 2.0000 ...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 12 años hace | 0 respuestas | 0
0
respuestasPregunta
Matrix in a matrix..............
In matlab: x = 1 3 6 8 3 6 1 9 0 y = 5 4 6 7 9 ...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 12 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 12 años hace | 3 respuestas | 0