photo

Pritom Kumar Saha


Aktiv seit 2021

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
English
Professional Interests:
Signal Processing, Neuroscience, Neural Simulation, Psychtoolbox-3: Vision and neuroscience research

Statistik

All
MATLAB Answers

2 Fragen
2 Antworten

Cody

0 Probleme
27 Lösungen

RANG
2.901
of 300.365

REPUTATION
20

BEITRÄGE
2 Fragen
2 Antworten

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
10

RANG
 of 20.933

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
14.645
of 168.262

BEITRÄGE
0 Probleme
27 Lösungen

PUNKTESTAND
373

ANZAHL DER ABZEICHEN
4

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Commenter
  • Promoter
  • First Answer
  • Community Group Solver
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


error in Isomap function
I was trying to run the Isomap function on my dataset (32 rows and 1632 columns). function [Y, R, E] = Isomap(D, n_fcn, n_size...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Color map error when I write "colorMap = Map.black"?
when I write colorMap = Map.black; it shows error Unable to resolve the name Map.black. Error in untitled4 (line 14) ...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Reading values from xml file
Try S = readstruct("abcd.xml") it works on my matlab version. It should work on matlab 2020b or higher version.

etwa 4 Jahre vor | 6

Beantwortet
Convert XML file to a MATLAB structure
Try S = readstruct("abcd.xml") it works on my matlab version. It should work on matlab 2020b or higher version.

etwa 4 Jahre vor | 4