Sankirna D. Joge - MATLAB Cody - MATLAB Central

Sankirna D. Joge

2078
Rank
11
Badges
1353
Score
51 – 100 of 108

Sankirna D. Joge received Community Group Solver badge for Basics on Vectors

on 14 Aug 2020

Sankirna D. Joge received Introduction to MATLAB Master badge

on 13 Aug 2020

Sankirna D. Joge received Commenter badge for Solution 2830158

on 13 Aug 2020

Sankirna D. Joge submitted a Comment to Solution 2830158

function [q,r] = swapInputs(a,b) [q1,r1] = cart2pol(a,b); q1=(pi/2)-q1; [q,r]=pol2cart(q1,r1); end if u run above code in matlab it successfully swaps any input argument. why it is not accepting solution ?

on 13 Aug 2020

51 – 100 of 108
Go to top of page