
Pratyush Swain
I am a EDG intern at Mathworks. My major responsibilities include Motion & Path Planning at Mathworks DISCLAIMER-Any advice or opinions here are my own,and in no way reflect that of Mathworks.
Python, C++, MATLAB
Spoken Languages:
English, Hindi
Statistics
0 Fragen
10 Antworten
RANG
2.450
of 273.602
REPUTATION
18
BEITRÄGE
0 Fragen
10 Antworten
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
1
RANG
of 18.460
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 123.083
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 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Content Feed
matlab plot for non separable function
Hi @Satyajit Kumar, I believe you want to plot custom function over a range without having to pass the x and y points.I guess p...
7 Monate vor | 0
To find the maximum value in each column of a cell array.
hi, I hope this will help, C = {[1 2;10 11] [2 3;4 5]; [3 4;9 10] [4 5;2 3];[2 3;2 3] [5 6;3 4]} [r,c]=size(C); for i=1:r...
7 Monate vor | 1
Convert to fixed values and replace N/A with zero?
Hey @Adeline War, I believe by "converting to fixed number" you are trying to convert the scientic notation to real number nota...
7 Monate vor | 0
| akzeptiert
generate 100-element row in matlab
Hey, I believe you need to store the values of the function in a vector of 100 elements; %create evenly spaced input values% ...
7 Monate vor | 0
| akzeptiert
How to create table?
Hi, One way to have this table is to assign problem name to each of its constituent problem metric.The table can take shape as ...
7 Monate vor | 0
| akzeptiert
How to store data from a nested For loop
Hi, I beleive you can proceed in the following manner, xy_coord = zeros(9,2); x = -500:500:500; % X range y = -500:500...
7 Monate vor | 0
| akzeptiert
how can i plot these periodic function ?
Hi, You can refer the given basic implementation for (a) and can follow similarly for (b) and (c). %intialise the values of N%...
8 Monate vor | 0
how to put range for findpeaks function
Hey, As you have two vectors for frequency and magntude,you can use sorting vectors by same order,mentioned here -- sorting and...
8 Monate vor | 0
how to Write a code that read student marks and assign grade to it. By reading the grades from a txt file.
Hi, From my understanding,you want to read the grades and range of marks it corresponds to from a txt file and use this informa...
8 Monate vor | 0
generate sine waves that appears after one another
hi @Ali Albaidhani, I believe you want to visualise the various amplitudes of sin wave in continous segments, that is the first...
8 Monate vor | 0