MATLAB Coding | matlabcoding.com
10.3K subscribers
138 photos
31 files
908 links
Everything Free. BOOKS, MATLAB PROGRAMS, CODES and Study Materials. Also Questions and Answers. For older/archived post visit matlabcoding.com
Books - https://amzn.to/3PnfYnN

Reach us - info.matlabcoding@gmail.com
Download Telegram
Forwarded from MATLAB Coding | matlabcoding.com (Techincal)
Those who are new to MATLAB please go through this tutorial for practice.. before asking small doubt please practice here. This community helps alot for some important questions. I have seen many are asking basic questions.. please practice using this video course. https://youtube.com/playlist?list=PLNhFkFk6qEgJ9g3RUR8PtnD_Rw2KmsAR1
We have 4000+ member and this app has only 50 rating can you please rate this app? https://play.google.com/store/apps/details?id=com.irawen.MatLab&hl=en_IN&gl=US
We reached 1K+ Followers on Linkedin https://www.linkedin.com/company/matlabirawen
Power Electronics Expert- hands on experience in DC-DC / AC-DC converter topologies, Motor controller design
Hands-on experience in Magnetics Design
Hands-on experience in innovative strategies for thermal management
Hands-on experience in High Voltage Design and Isolation Management
Hands-on experience in products such as On Board Charger, DC-DC converter, High Wattage Motor Controller for BLDC and AC Induction Motors
Stability Control techniques in Switching Designs
Working experience with Cross-Functional domain such as Software developer, Mechanical Designer
Innovative Switching Topologies such as use of wide bandgap devices- GanFET, SicFET and Control strategy building within microcontroller / DSP
Cross domain skillset such as modelling, simulation, software development will be added advantage.

With 8+ years of experience can ping me
Forwarded from MATLAB Coding | matlabcoding.com (Techincal)
Those who are new to MATLAB please go through this tutorial for practice.. before asking small doubt please practice here. This community helps alot for some important questions. I have seen many are asking basic questions.. please practice using this video course. https://youtube.com/playlist?list=PLNhFkFk6qEgJ9g3RUR8PtnD_Rw2KmsAR1
MATLAB torrent LINK free download all version
for code visit matlabcoding .com website
with code
%3D Rose
clear,clc
[x,t] = meshgrid((0:24)/24,((0:575)/575*17-2)*pi);
p = (pi/2)*exp(-t/8/pi);
u = 1-(1-mod(3.6*t/pi,2)).^4/2;
y = 2*(x.*(x-1)).^2.*sin(p);
r = u.*(x.*sin(p)+y.*cos(p));
z = u.*(x.*cos(p)-y.*sin(p));
y = r.*sin(t);
x = r.*cos(t);
figure('Color','k')
surface(x,y,z,'EdgeColor','none','FaceColor','c')
view(-22,66),axis equal off
light('pos',[-.25 -.25 1], 'style','local', 'color',[1 .84 .6])
lighting gouraud