photo

akshay raj


Aktiv seit 2015

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

13 Fragen
1 Antwort

RANG
35.535
of 300.771

REPUTATION
1

BEITRÄGE
13 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
53.85%

ERHALTENE STIMMEN
1

RANG
 of 21.084

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 170.969

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 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • First Review
  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How to convert a 3D matrix into 2D matrix?
Hi, I am trying to convert 3000x64x278 into 3000*64 rows and 278 columns. I do know that it can be done something like thi...

mehr als 9 Jahre vor | 2 Antworten | 1

2

Antworten

Frage


How to copy every 500 rows to a new variable?
Hi, I have a [30000 x 57] matrix, I want to copy every new 500 rows to a new variable? Thanks.

etwa 10 Jahre vor | 5 Antworten | 0

5

Antworten

Frage


Setting handles from one GUI to another GUI - Matlab
I am new to Matlab, excuse my amateur coding. I am trying to pass handles from one GUI to another GUI which are two independent ...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Calling a function without input arguments in Matlab gui
I am new to Matlab, I want to call a function in different GUI without sending any arguments( from one GUI to another GUI). E...

fast 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to pre-allocate memory for 3d matrix?
Hi, So I have a .m file which gives me 128x14 every millisecond, I am calling it and creating an object of it "h". so now i g...

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Multiple plots using same axis in Matlab
I have a pop-up menu (used GUIDE to create it.) which calls 3 functions # first function gives out a scatter plot of 14x14x14...

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Pop-up menu and graph focus in Matlab
So I have this in GUI, which plots a scatter3 plot with the given x, y and z coordinates. function activation(hObject, even...

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


sharing data across GUI
hi, So i tried to share GUI data using setappdata and getappadata. for example lets consider this matfile1.m h = Emo...

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how do i slice a variable in parfor?
Hi, I am new to matlab, so I have this code here function [ ] = test2() h = EmotivEEG; h.Run parfor i = 1:...

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


interaction between .m files.
Hi, I am new to matlab scripting this may sound stupid. so I have a .m file (test2.m) which is a GUI file and then one mor...

fast 11 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
Names for each point in scatter3, Matlab.
I got the answer x = [-30;-50;-40;-60;-60;-60;-30;30;60;60;60;40;50;30]; y = [50;30;30;0;20;-60;-80;-80;-60;20;0;30;30;5...

fast 11 Jahre vor | 0

| akzeptiert

Frage


Names for each point in scatter3, Matlab.
I have been trying to name each point in space for scatter3 plot in matlab, and came up with this code. x = [-30;-50;-40;-6...

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to increment variable while logical true?
Hi, I am new to matlab, I want to increment a number when its true. i tried doing this as a script global variable; ...

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to update workspace variable content for every iteration?
Hi, So I have this code h = SomeFunction; h.run for i = 1:4 data_local = h.data; data_local = data_l...

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort