photo

Kundan Prasad


Last seen: etwa 4 Jahre vor Aktiv seit 2021

Followers: 0   Following: 0

Statistik

MATLAB Answers

11 Fragen
1 Antwort

RANG
254.323
of 301.252

REPUTATION
0

BEITRÄGE
11 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
54.55%

ERHALTENE STIMMEN
0

RANG
 of 21.207

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 173.657

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 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


replace the repeated number in a given sequence with value of zero
Dear Sir/Madam, I want to replace the value of Z2,Z4,Z6,Z7,Z9,Z10,Z12,Z13... and so on with value of zero. I have attached the...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


to form a helix spiral
Dear all I am unable to for a helix spiral using attached code. First i want to mirror the generated curve in opposite directi...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Repetetion of x,z,b,c value simulataneous
Dear sir/madam, I am unable to repeat the x,z,c,b value simultaneously. I have attached the final plot to be obtained. Ple...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


plot is showing blank
I am not able to generate the plot. It is showing empty. Please help me to solve the same Thank you clear all clc %% calcul...

etwa 4 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


not able to solve the integration function
Dear Sir/Madam, I am not able to solve the given integration function. The screenshot of given is attached and the code is give...

etwa 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


optimization of n for dual blaze wavelength
This code has two optimization value along with two weight i.e. [1541;3160;0.5;0.5] everytime i run the code i recieved the m...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


curve generation plot for given pdf
I am not able to generate the curve of FIg.5 as per attached pdf or given link below file:///C:/Users/kp/OneDrive/Desktop/yang2...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


optimization value not able to acheive
I am not able to get the optimize value of n. Every time it shows Failure in initial objective function evaluation. FSOLVE canno...

mehr als 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


I want to add number in given sequention
I want to add 0.5 to x2, x5, x8, x11 and so on, without altering the value of x1, x3, x4, x6, x7, x9, x10. How to write code ...

mehr als 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Error in figure (2)
R=10; %% radius of workpiece f=0.5; %% feed rate in mm/min s=50; %% spindle speed in rpm N=100; %% no of points in one r...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
Z must be a matrix, not a scalar or vector
R=10; f=0.5; s=50; N=100; a=f/(s*N); Ax=2; Ay=2; lx=2.5; ly=2.5; n=((R*s*N)/f)+1; r(0)=0; Z(0)=0; t=0.5; for i=1:n ...

mehr als 4 Jahre vor | 0

Frage


Z must be a matrix, not a scalar or vector
clc clear all R=10; f=0.5; s=50; N=36; a=f/(s*N); Ax=0.002; Ay=0.002; lx=2.5; ly=2.5; n=((R*s*N)/f)+1; for i=1:n r(...

mehr als 4 Jahre vor | 2 Antworten | 0

2

Antworten