photo

TallBrian


Last seen: 2 mesi fa Attivo dal 2016

Followers: 0   Following: 0

Messaggio

Design engineer in healthcare Passionate about ultrasound, Doppler, radar array beamforming, code quality

Statistica

All
MATLAB Answers

4 Domande
4 Risposte

File Exchange

1 File

Cody

0 Problemi
48 Soluzioni

RANK
5.189
of 301.533

REPUTAZIONE
10

CONTRIBUTI
4 Domande
4 Risposte

ACCETTAZIONE DELLE RISPOSTE
50.0%

VOTI RICEVUTI
2

RANK
16.669 of 21.316

REPUTAZIONE
7

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
1 File

DOWNLOAD
1

ALL TIME DOWNLOAD
71

RANK
11.966
of 175.212

CONTRIBUTI
0 Problemi
48 Soluzioni

PUNTEGGIO
531

NUMERO DI BADGE
2

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 2
  • MATLAB Mini Hack Participant
  • Treasure Hunt Participant
  • First Submission
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer
  • Scavenger Finisher
  • ASEE Challenge Master
  • Solver

Visualizza badge

Feeds

Visto da

Domanda


Call a function in a sub directory?
Suppose a have a folder "folder1" which contains a function "sayhi.m". "folder1" contains a subfolder "subfolder1" which contai...

oltre 6 anni fa | 2 risposte | 0

2

risposte

Domanda


Is there an easy way to build a test suite from all tests in a folder containing multiple packages?
I have a non-package directory, containing several packages. Each package may contain subpackages. The packages have class-bas...

oltre 6 anni fa | 2 risposte | 2

2

risposte

Domanda


Return data from GUIDE on figure close
I have a GUIDE generated UI in which I have wired up one of computed values, to handles and return it through automatically gene...

oltre 6 anni fa | 2 risposte | 0

2

risposte

Domanda


Fast interp1 on multiple vectors, same X, but different V and Xq per vector
I have many (numVec) 1-D vectors, each of which is sampled at the same many (numSamp) times. I want to do 1-D interpolation for...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Risposto
how to convert the temperature from matrix 4d?
Hi Camila, Your data is 4-D which means that every data point corresponds to a point in dimensions. So, when you say, I need...

oltre 9 anni fa | 0

Risposto
How to update a value in a different location from a matrix after performing check at one location in MATLAB?
What you have is a cell array. If you want to do a function on every element of a cell array you can use cellfun. Here if you ...

oltre 9 anni fa | 0

Risposto
Difficulty plotting values from a for loop
Yes, your graph is redrawing each time through the loop. You can add the command hold on; after the plot and then the n...

oltre 9 anni fa | 0

| accettato

Risposto
Can anyone simplify this code please?
I am not sure exactly what you mean by simplify but here is some code which eliminates the looping. LENGTH = 153; phi = ...

oltre 9 anni fa | 0

| accettato