Community Profile

photo

Shashank Rajput


Last seen: 2 mesi fa Attivo dal 2021

Statistiche

Content Feed

Visto da

Risposto
How to change a PCAP file into the PCD file?
Hey, I myself have found the answer to my question. I am attaching my code where I have taken frames(25049-28765) from the tot...

circa 2 anni fa | 2

Domanda


How to change a PCAP file into the PCD file?
I am trying to change my raw lidar file of .pcap to .pcp file to be used for detection and tracking of vehicle. Can anyone help ...

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Can lqscurvefit() be used with mutiple independent X values?
I was trying to fit the model with multiple independent x values to find multiple parameters value. However, I could not fit the...

oltre 2 anni fa | 0 risposte | 0

0

risposte

Domanda


How to implement levmar.h library in matlab
I have been trying to utilize the levmar-2.6 library of C in matlab but couldn't do it. I was trying to run lmdemo.m but it says...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Function value and YDATA sizes are not equal. Can anyone help?
n=100; xdata = linspace(0.3,10,n); ydata = 1./(0.1*xdata) + 2 + 0.1*randn(n) ; fun = @(x,xdata)1./(x(1).*xdata) + x(2); x0...

oltre 2 anni fa | 1 risposta | 0

1

risposta