photo

Swapnil Tatiya


Last seen: 11 months ago Active since 2023

Followers: 0   Following: 0

Statistics

MATLAB Answers

0 Questions
7 Answers

RANK
186,937
of 297,457

REPUTATION
0

CONTRIBUTIONS
0 Questions
7 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 20,438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 158,938

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Answer

View badges

Feeds

View by

Answered
rounding elements in matrix if > or < to 0.75
Hi @aldo, you could use this as another way to round your numbers according to what you desire by doing the following x=[0.33 ...

1 year ago | 0

Answered
trajectory of an electron in an electron beam evaporator
Hi @Ingrid Morales Flores, The electron shall not go in a circle when both E field and B field are applied simultaneously,so I'...

1 year ago | 0

Answered
write a recursive palindrome function but the error is always not enough input arguments
Hi @Christine, I'm guessing the error shows up because you're passing an integer (n) as an argument and not an array of integer...

1 year ago | 0

Answered
Like to have input user command for cases
Hi @rockstar49, You could use the following code : prompt='Enter your input'; user_input=input(prompt); switch user_input ...

1 year ago | 0

Answered
websave not working properly and giving error "IP address could not be determined"
Hi @hiba madiha, Could you please try the same code with latest matlab version, because when I run it on matlab online I'm able...

1 year ago | 0

Answered
How to plot this square signal without sum?
Hi @Armin, You could use the heaviside function of the symbolic variable toolbox,I'm attaching a link for your reference: http...

1 year ago | 0

Answered
How to use for loop for my code? (clean code)
Hi mary keshtkar, To have a cleaner code, you can make use of matlab matrices as follows: %As you're creating 10 noise variabl...

1 year ago | 0