photo

Chirag Nighut

MathWorks

Last seen: etwa 4 Jahre vor Aktiv seit 2019

Followers: 0   Following: 0

Nachricht

All contributions in answers are personal views

Statistik

All
MATLAB Answers

0 Fragen
6 Antworten

Cody

0 Probleme
1 Lösung

RANG
4.394
of 297.503

REPUTATION
12

BEITRÄGE
0 Fragen
6 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
2

RANG
 of 20.449

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
128.469
of 159.017

BEITRÄGE
0 Probleme
1 Lösung

PUNKTESTAND
20

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Solver
  • Knowledgeable Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Check for missing argument or incorrect argument data type in call to function 'solve'. Error in LinearProject (line 35) I=solve(eq1, eq2, eq3, eq4); The program just print the first 4 i's. The program should print 44 i's. How can I solve?
I understand that you wish to get the values of i1, i2, i3 and i4 which are symbolic variables defined. However in the first it...

etwa 4 Jahre vor | 0

Beantwortet
need help to plot x,y data points with 'o' without line and y_hat smooth graph
You can use the plot function and use an option for styling the line plot to show the line as -o plot(x,y_hat,'-o') Above lin...

etwa 4 Jahre vor | 0

Beantwortet
Write/Read CSV file
To create a matrix with text you can create a 2D array of chars. To do that you can use the following code: data = ['MATLAB '...

mehr als 5 Jahre vor | 0

Gelöst


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

mehr als 5 Jahre vor

Beantwortet
print a matrix in a specific sequence
You can use the repmat function here If you have to print the patter N (here 10) times, use the following code: A = [5 4 3 2 1...

fast 6 Jahre vor | 0

| akzeptiert

Beantwortet
how to swap two bits in matlab.? which cammond is used for this..?
Remember that Matlab has 1 based indexing and therfore when you wish to swap the 0th and 3rd bit in above number, it is actually...

fast 6 Jahre vor | 2

Beantwortet
How to perform FFT analysis for a sinusoidal wave.
Considering that X is the array of the flame heights at different time values and L is the number of samples of the data, Fx = ...

fast 6 Jahre vor | 0