json - how do you iterate through an array in fortran? -


सचमुच सरल सवाल।

कहो मेरे पास

  असली है, आयाम (0: 100) :: वास्तविक परिणाम  

और मैं वास्तविक परिणामों पर पुनरावृत्त करना चाहता हूं, आखिरकार रूप से सरणी के जेएसओ बनाने के लिए

  [[ X1, y1], [x2, y2], [x3, y3], ...]  

मुझे पूरा यकीन है कि मैं "करना" का उपयोग करना चाहता हूं लेकिन मुझे यकीन नहीं है फोरट्रान 9 0 में आप एआरएआर की तरह चल सकते हैं:

धन्यवाद

  करो मैं = लबादा (वास्तविक रिज़ल्ट्स), ubound (वास्तविक परिणाम)! वास्तविक के साथ कुछ करो (i) एंड करो  

Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -