Community Profile

photo

Daniyal Ali


Attivo dal 2015

Statistiche

  • Thankful Level 1

Visualizza badge

Content Feed

Visto da

Domanda


Error while using xlswrite for arrays
I am trying to write few arrays of equal size 1x234 into excel but getting the following error. "Dimensions of matrices being c...

oltre 7 anni fa | 2 risposte | 0

2

risposte

Domanda


Assigning Alphabet to Different Range of Numbers
I have the following code. r = randi([0 5719],1,384); %Generate 384 random numbers between 0-5719. for i=1:384 if (...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


Assigning alphabets to a range of numbers.
I have an array of random numbers. I want to assign alphabets to a range of numbers. For example 0-20 should be assigned letter ...

oltre 7 anni fa | 2 risposte | 0

2

risposte

Domanda


Problem in interpolation of data.
The following code is giving me the error that "The grid vectors do not define a grid of points that match the given values". I ...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


How to interpolate values of x-axis using y-axis values as reference?
I want to do interpolation. I am using the following code yreq = interp1(x,y,xreq) Thi...

oltre 8 anni fa | 1 risposta | 0

1

risposta