photo

Tankeswar Kumar


Last seen: oltre un anno fa Attivo dal 2013

Followers: 0   Following: 0

Messaggio

Statistica

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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 ...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


solving an equation using linsolve...............
In the following: s = 2 3 3 4 t = 1 2 [p q]=linsolve(s,t) p = 2.0000 ...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 11 anni fa | 0 risposte | 0

0

risposte

Domanda


Matrix in a matrix..............
In matlab: x = 1 3 6 8 3 6 1 9 0 y = 5 4 6 7 9 ...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 11 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

oltre 11 anni fa | 3 risposte | 0

3

risposte