Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Studio
  4. graph in visual studio 2017 community

graph in visual studio 2017 community

Scheduled Pinned Locked Moved Visual Studio
visual-studiocsharpcssgraphicsdata-structures
2 Posts 2 Posters 10 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    Hussein Al Othman
    wrote on last edited by
    #1

    Good afternoon I hope all well I converted MATLAB code to Visual studio 2017 community. But I want to convert this MATLAB code. %Simulation open_system('Linear_Interp'); SimOut = sim('Linear_Interp','ReturnWorkspaceOutputs','on'); %Variables Readings N = SimOut.get('N'); BDKpN = SimOut.get('BDKpN'); BDKiN = SimOut.get('BDKiN'); t = SimOut.get('tout'); %Plots the graphics of variables of interest figure(1) hold on plot(t,N,'b','linewidth',2) ylabel('N (RPM)','FontSize',24); xlabel('Time (s)', 'FontSize', 24); grid on hold off Therefore, what should I use to plot graph in Visual studio? I am a beginner in VS. Thanks a lot

    L 1 Reply Last reply
    0
    • H Hussein Al Othman

      Good afternoon I hope all well I converted MATLAB code to Visual studio 2017 community. But I want to convert this MATLAB code. %Simulation open_system('Linear_Interp'); SimOut = sim('Linear_Interp','ReturnWorkspaceOutputs','on'); %Variables Readings N = SimOut.get('N'); BDKpN = SimOut.get('BDKpN'); BDKiN = SimOut.get('BDKiN'); t = SimOut.get('tout'); %Plots the graphics of variables of interest figure(1) hold on plot(t,N,'b','linewidth',2) ylabel('N (RPM)','FontSize',24); xlabel('Time (s)', 'FontSize', 24); grid on hold off Therefore, what should I use to plot graph in Visual studio? I am a beginner in VS. Thanks a lot

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      [Samples Environments for Microsoft Chart Controls in C#, HTML](https://code.msdn.microsoft.com/Samples-Environments-for-b01e9c61)

      "(I) am amazed to see myself here rather than there ... now rather than then". ― Blaise Pascal

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups